Re: [Mesa-dev] [PATCH 1/3] i965: Move SOL PSIZ hacks from draw time to link time.

2017-05-31 Thread Rafael Antognolli
This series is Reviewed-by: Rafael Antognolli On Wed, May 31, 2017 at 01:17:45AM -0700, Kenneth Graunke wrote: > We can just update the gl_transform_feedback_info fields at link time > to make the VUE header fields have the right location and component. > Then we don't need to handle them specia

[Mesa-dev] [PATCH 1/3] i965: Move SOL PSIZ hacks from draw time to link time.

2017-05-31 Thread Kenneth Graunke
We can just update the gl_transform_feedback_info fields at link time to make the VUE header fields have the right location and component. Then we don't need to handle them specially at draw time, which is expensive. --- src/intel/compiler/gen6_gs_visitor.cpp| 13 +- src/mesa/drive