i965/vec4: Add a test for copy propagation behavior.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_shader.h
2014-04-05 Matt Turneri965: Mark is_tex() and friends as const.
2014-03-05 Topi Pohjolaineni965: Mark invariants in backend_visitor as constants
2014-03-05 Topi Pohjolaineni965: Merge resolving of shader program source
2014-03-05 Topi Pohjolaineni965: Merge initialisation of backend_visitor
2014-02-22 Matt TurnerRevert "i965/fs: Make fs_reg's type an enum for better...
2014-02-22 Matt Turneri965/fs: Make fs_reg's type an enum for better debugging.
2014-02-22 Matt Turneri965: Mark brw_reg_type and register_file enums as...
2014-02-22 Matt Turneri965: Reduce predicate field of backend_instruction...
2014-01-29 Matt Turneri965: Add can_do_saturate() method to backend_instruction.
2014-01-21 Kenneth Graunkei965/fs: Show register pressure in dump_instructions...
2013-11-23 Eric Anholti965/fs: Make the first pre-allocation heuristic be...
2013-11-20 Matt Turneri965: Make invalidate_live_intervals() a virtual method...
2013-11-12 Eric Anholti965/fs: Try a different pre-scheduling heuristic if...
2013-11-04 Francisco Jerezi965: Add a 'has_side_effects' back-end instruction...
2013-10-26 Chris Forbesi965: relax brw_texture_offset assert
2013-10-15 Eric Anholti965: Move the common binding table offset code to...
2013-10-15 Eric Anholti965: Always have the struct gl_program * in the backen...
2013-10-14 Matt Turneri965: Don't copy prop source mods into instructions...
2013-10-07 Matt Turneri965: Remove the "ARF" register file.
2013-08-23 Paul Berryi965: Make brw_{shader,vec4}.h safe to include from C.
2013-07-09 Kenneth Graunkei965: Delete intel_context entirely.
2013-05-02 Eric Anholti965: Share the register file enum between the two...
2013-05-02 Eric Anholti965: Make dump_instructions be a virtual method of...
2013-04-29 Kenneth Graunkei965: Move is_math/is_tex/is_control_flow() to backend_...
2013-04-11 Paul Berryi965: Rename backend_visitor::prog to shader_prog.
2013-03-29 Eric Anholti965: Add names for all instructions to dump_instructio...
2012-11-27 Kenneth Graunkei965/fs: Move struct brw_compile (p) entirely inside...
2012-10-17 Eric Anholti965: Share the predicate field between FS and VS.
2012-10-17 Eric Anholti965: Make the FS and VS share a few visitor/instructio...
2011-12-20 Kenneth Graunkei965/fs: Factor out texture offset bitfield computation.
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-16 Eric Anholti965: Start adding the VS visitor and codegen.
2011-08-16 Eric Anholti965: Create a shared enum for hardware and compiler...
2011-06-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-27 Eric Anholti965: Move a couple of GLSL IR -> BRW helper functions...