OSDN Git Service

i965/gs: Use NIR instead of the brw_geometry_program for GS metadata
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 20 Oct 2015 23:40:30 +0000 (16:40 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 21 Oct 2015 21:20:32 +0000 (14:20 -0700)
commit6ac2bbec16d73f0cc58fc520c4165239461c59b3
treeb60caa956d1c67adc183532d04f609676d07daff
parent72148de217786473bb2bb02b99f49fd28bdda0e2
i965/gs: Use NIR instead of the brw_geometry_program for GS metadata

With this, we can remove the geometry program from brw_gs_compile.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_compiler.h
src/mesa/drivers/dri/i965/brw_gs.c
src/mesa/drivers/dri/i965/brw_vec4_gs_visitor.cpp
src/mesa/drivers/dri/i965/gen6_gs_visitor.cpp