i965: Prepare for next commit by adding more whitespace.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_inst.h
2015-10-21 Matt Turneri965: Prepare for next commit by adding more whitespace.
2015-10-21 Matt Turneri965: Add devinfo parameter to brw_compact_inst_* funcs.
2015-10-08 Iago Toral Quirogai965: Define FIRST_SPILL_MRF and FIRST_PULL_LOAD_MRF...
2015-09-21 Iago Toral Quirogai965: Maximum allowed size of SEND messages is 15 ...
2015-08-11 Matt Turneri965: Optimize brw_inst_set_bits() and brw_compact_inst...
2015-08-11 Matt Turneri965: Optimize brw_inst_bits() and brw_compact_inst_bits().
2015-06-12 Jordan Justeni965/inst: Add gateway_notify and gateway_subfuncid...
2015-04-22 Jason Ekstrandi965: Make the brw_inst helpers take a device_info...
2015-03-31 Matt Turneri965: Mark brw_inst_bits' brw_inst* parameter const.
2014-11-20 Ben Widawskyi965/disasm: Properly decode branch_ctrl (gen8+)
2014-07-19 Ian Romanicki965: Silence 'comparison is always true' warning
2014-07-19 Ian Romanicki965: Silence many unused parameter warnings
2014-07-12 Chris Forbesi965: Add message descriptor bit definitions for pixel...
2014-06-26 Matt Turneri965: Replace struct brw_compact_instruction with brw_c...
2014-06-26 Matt Turneri965: Introduce a new brw_compact_inst API.
2014-06-26 Matt Turneri965: Replace 'struct brw_instruction' with 'brw_inst'.
2014-06-26 Kenneth Graunkei965: Introduce a new brw_inst API.