i965/gen8: add debug code to show FS disasm with jump locations
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vec4_vs_visitor.cpp
2014-03-05 Topi Pohjolaineni965: Merge resolving of shader program source
2014-02-19 Francisco Jerezi965/vec4: Trivial improvements to the with_writemask...
2014-01-21 Paul Berryi965: Add GS support to INTEL_DEBUG=shader_time.
2013-12-12 Tapani Pälliglsl: move variables in to ir_variable::data, part II
2013-10-25 Paul Berryi965/vec4: Add the ability to suppress register spilling.
2013-09-05 Paul Berryi965/vs: Move vs-specific code out of brw_vec4_visitor...