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
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