Re: [Mesa-dev] Gen6+ transform feedback fully in hardware

2013-05-21 Thread Eric Anholt
Kenneth Graunke writes: > This series deletes all the software primitive counting used to compute > transform feedback buffer offsets, and generally cleans up all of that > code. Now that we require hardware contexts on Gen6+, we can just > initialize the counters to 0 and let the hardware do th

[Mesa-dev] Gen6+ transform feedback fully in hardware

2013-05-20 Thread Kenneth Graunke
This series deletes all the software primitive counting used to compute transform feedback buffer offsets, and generally cleans up all of that code. Now that we require hardware contexts on Gen6+, we can just initialize the counters to 0 and let the hardware do the counting for us. This means tha