i965/nir: Use NIR for ARB_vertex_program support on Gen8+.

Graphics / Mesa 3D Graphics Library / Mesa - Kenneth Graunke [whitecape.org] - 27 March 2015 23:16 UTC

Everything is already in place; we simply have to take the scalar code generation path. This gives us SIMD8 VS programs, instead of SIMD4x2.

v2: Rebase on the patch that drops brw->gen >= 8.

31dc63d i965/nir: Use NIR for ARB_vertex_program support on Gen8+.
src/mesa/drivers/dri/i965/brw_vec4.cpp | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)

Upstream: cgit.freedesktop.org


  • Share