i965: Add backend_instruction::can_do_cmod().
[mesa.git] / src / mesa / drivers / dri / i965 / brw_shader.h
2015-01-24 Matt Turneri965: Add backend_instruction::can_do_cmod().
2014-12-29 Matt Turneri965: Add support for saturating immediates.
2014-11-24 Kenneth Graunkei965: Make precompile functions accessible from C.
2014-11-21 Matt Turneri965: Move common fields into backend_instruction.
2014-11-21 Matt Turneri965: Combine offset/texture_offset fields.
2014-10-16 Connor Abbotti965: Make brw_texture_offset() not use ir_texture.
2014-09-24 Matt Turneri965: Call insert and remove functions from exec_node...
2014-09-24 Matt Turneri965: Remove cfg-invalidating parameter from invalidate...
2014-08-22 Matt Turneri965: Add invalidate_cfg parameter to invalidate_live_i...
2014-08-22 Matt Turneri965: Add basic-block aware backend_instruction::insert...
2014-08-22 Matt Turneri965: Add a basic-block aware backend_instruction:...
2014-08-09 Chris Forbesi965: Get rid of backend_instruction::sampler
2014-07-23 Kenneth Graunkei965: Save the gl_shader_stage enum in backend_visitor.
2014-07-21 Matt Turneri965: Add cfg to backend_visitor.
2014-07-06 Matt Turneri965: Move assembly annotation functions to intel_asm_a...
2014-07-06 Matt Turneri965: Rename intel_asm_printer -> intel_asm_annotation.
2014-07-06 Matt Turneri965: Make backend_instruction usable from C.
2014-07-06 Matt Turneri965/cfg: Make cfg_t usable from C.
2014-07-06 Matt Turneri965: Repack backend_instruction struct.
2014-07-06 Matt Turneri965: Make a brw_predicate enum.
2014-07-06 Matt Turneri965: Make a brw_conditional_mod enum.
2014-07-06 Matt Turneri965: Move common fields into backend_instruction.
2014-07-06 Matt Turneri965: Use enum brw_reg_type for register types.
2014-07-06 Matt Turneri965: Move is_zero/one/null/accumulator into backend_reg.
2014-07-06 Matt Turneri965: Make a common backend_reg class.
2014-06-17 Matt Turneri965: Mark backend_instruction and bblock_t as structs.
2014-06-12 Matt Turneri965: Use brw->gen in some generation checks.
2014-06-01 Matt Turneri965: Give dump_instructions() a filename argument.
2014-06-01 Matt Turneri965: Give dump_instruction() a FILE* argument.
2014-05-25 Matt Turneri965: Print disassembly after compaction.
2014-05-14 Iago Toral Quirogai965: Relax accumulator dependency scheduling on Gen < 6
2014-04-17 Juha-Pekka Heikkilai965: Add writes_accumulator flag
2014-04-17 Matt Turneri965: Add reads_accumulator_implicitly() function.
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...