summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/test_eu_compact.c
Commit message (Expand)AuthorAgeFilesLines
* intel: s/brw_device_info/gen_device_info/Jason Ekstrand2016-09-031-4/+4
* i965: Rename brw_compile to brw_codegenJason Ekstrand2015-04-221-14/+14
* i965: Remove the context field from brw_compilerJason Ekstrand2015-04-221-8/+5
* i965: Make the disassembler take a device_info instead of a contextJason Ekstrand2015-04-221-4/+2
* i965: Make instruction compaction take a device_info instead of a contextJason Ekstrand2015-04-221-2/+2
* i965: Make the brw_inst helpers take a device_info instead of a contextJason Ekstrand2015-04-221-18/+18
* i965: Do better fake context setup in unit testsJason Ekstrand2015-04-221-1/+4
* util: Move ralloc to a new src/util directory.Kenneth Graunke2014-08-041-1/+1
* i965: Pass brw to brw_try_compact_instruction().Matt Turner2014-06-261-1/+1
* i965: Replace struct brw_compact_instruction with brw_compact_inst.Matt Turner2014-06-261-2/+2
* i965: Replace 'struct brw_instruction' with 'brw_inst'.Matt Turner2014-06-261-8/+7
* i965: Pass brw rather than gen to brw_disassemble_inst().Matt Turner2014-06-261-1/+1
* i965: Convert test_eu_compact.c to the new brw_inst API.Kenneth Graunke2014-06-261-22/+19
* i965: Add _default_ name changes to test_eu_compact.c.Vinson Lee2014-06-021-5/+5
* i965: Rename brw_disasm to brw_disassemble_inst.Vinson Lee2014-05-191-1/+1
* i965/disasm: Disassemble the compaction control bit.Matt Turner2014-05-151-1/+1
* i965: Delete current_insn() function.Matt Turner2014-05-151-2/+2
* i965: Delete intel_context entirely.Kenneth Graunke2013-07-091-2/+0
* i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke2013-07-091-3/+3
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-2/+2
* i965: Correct the name and usage of the flag subregister number field.Eric Anholt2012-12-111-6/+6
* i965: Test instruction compaction on gen7Eric Anholt2012-09-171-9/+21
* i965: Add support for instruction compaction.Eric Anholt2012-09-171-0/+296