i965: split EU defines to brw_eu_defines.h
[mesa.git] / src / mesa / drivers / dri / i965 / test_eu_compact.c
2017-03-11 Matt Turneri965: Initialize compaction tables in unit test.
2017-03-02 Jason Ekstrandi965: Reduce cross-pollination between the DRI driver...
2016-09-03 Jason Ekstrandintel: s/brw_device_info/gen_device_info/
2015-04-22 Jason Ekstrandi965: Rename brw_compile to brw_codegen
2015-04-22 Jason Ekstrandi965: Remove the context field from brw_compiler
2015-04-22 Jason Ekstrandi965: Make the disassembler take a device_info instead...
2015-04-22 Jason Ekstrandi965: Make instruction compaction take a device_info...
2015-04-22 Jason Ekstrandi965: Make the brw_inst helpers take a device_info...
2015-04-22 Jason Ekstrandi965: Do better fake context setup in unit tests
2014-08-04 Kenneth Graunkeutil: Move ralloc to a new src/util directory.
2014-06-26 Matt Turneri965: Pass brw to brw_try_compact_instruction().
2014-06-26 Matt Turneri965: Replace struct brw_compact_instruction with brw_c...
2014-06-26 Matt Turneri965: Replace 'struct brw_instruction' with 'brw_inst'.
2014-06-26 Matt Turneri965: Pass brw rather than gen to brw_disassemble_inst().
2014-06-26 Kenneth Graunkei965: Convert test_eu_compact.c to the new brw_inst...
2014-06-03 Vinson Leei965: Add _default_ name changes to test_eu_compact.c.
2014-05-19 Vinson Leei965: Rename brw_disasm to brw_disassemble_inst.
2014-05-15 Matt Turneri965/disasm: Disassemble the compaction control bit.
2014-05-15 Matt Turneri965: Delete current_insn() function.
2013-07-09 Kenneth Graunkei965: Delete intel_context entirely.
2013-07-09 Kenneth Graunkei965: Move intel_context::gen and gt fields to brw_context.
2013-07-09 Kenneth Graunkei965: Pass brw_context to functions rather than intel_c...
2012-12-11 Eric Anholti965: Correct the name and usage of the flag subregiste...
2012-09-17 Eric Anholti965: Test instruction compaction on gen7
2012-09-17 Eric Anholti965: Add support for instruction compaction.