util: Move ralloc to a new src/util directory.
[mesa.git] / src / mesa / drivers / dri / i965 / test_eu_compact.c
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.