Re: [Mesa-dev] [PATCH 3/9] i965/vs: Set uses_vertexid and friends from brw_compile_vs

2017-05-05 Thread Alejandro Piñeiro
Reviewed-by: Alejandro Piñeiro On 05/05/17 04:11, Jason Ekstrand wrote: > --- > src/intel/compiler/brw_fs_visitor.cpp | 6 -- > src/intel/compiler/brw_vec4.cpp| 17 + > src/intel/compiler/brw_vec4_vs_visitor.cpp | 5 - > 3 files changed, 17 insertions(+

[Mesa-dev] [PATCH 3/9] i965/vs: Set uses_vertexid and friends from brw_compile_vs

2017-05-04 Thread Jason Ekstrand
--- src/intel/compiler/brw_fs_visitor.cpp | 6 -- src/intel/compiler/brw_vec4.cpp| 17 + src/intel/compiler/brw_vec4_vs_visitor.cpp | 5 - 3 files changed, 17 insertions(+), 11 deletions(-) diff --git a/src/intel/compiler/brw_fs_visitor.cpp b/src/intel/