summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_inst.h
Commit message (Expand)AuthorAgeFilesLines
* i965/inst: Add gateway_notify and gateway_subfuncid fieldsJordan Justen2015-06-121-3/+11
* i965: Make the brw_inst helpers take a device_info instead of a contextJason Ekstrand2015-04-221-70/+70
* i965: Mark brw_inst_bits' brw_inst* parameter const.Matt Turner2015-03-311-12/+12
* i965/disasm: Properly decode branch_ctrl (gen8+)Ben Widawsky2014-11-201-1/+1
* i965: Silence 'comparison is always true' warningIan Romanick2014-07-191-2/+0
* i965: Silence many unused parameter warningsIan Romanick2014-07-191-0/+10
* i965: Add message descriptor bit definitions for pixel interpolatorChris Forbes2014-07-131-0/+11
* i965: Replace struct brw_compact_instruction with brw_compact_inst.Matt Turner2014-06-261-4/+2
* i965: Introduce a new brw_compact_inst API.Matt Turner2014-06-261-0/+90
* i965: Replace 'struct brw_instruction' with 'brw_inst'.Matt Turner2014-06-261-32/+24
* i965: Introduce a new brw_inst API.Kenneth Graunke2014-06-261-0/+707