amd/registers: switch to new generated register definitions
[mesa.git] / src / gallium / drivers / vc4 / vc4_opt_dead_code.c
2016-11-29 Eric Anholtvc4: Refactor qir_get_op_nsrc(enum qop) to qir_get_nsrc...
2016-10-07 Eric Anholtvc4: Drop destination register when it's unused.
2016-07-14 Eric Anholtvc4: Convert vc4_opt_dead_code to work in the presence...
2016-07-12 Eric Anholtvc4: Create a basic block structure and move the instru...
2016-07-04 Eric Anholtvc4: Move SF removal to a separate peephole pass.
2016-07-04 Eric Anholtvc4: DCE instructions with a NULL destination.
2016-05-02 Eric Anholtvc4: Drop the support for DCE of texture instructions.
2016-03-17 Jordan JustenMerge remote-tracking branch 'origin/master' into vulkan
2016-03-16 Eric Anholtvc4: Reuse list_for_each_entry_safe_rev().
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-16 Eric Anholtvc4: convert from tgsi semantic/index to varying-slot
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-05-30 Eric Anholtvc4: Convert from simple_list.h to list.h
2015-02-20 Eric Anholtvc4: Keep an array of pointers to instructions defining...
2015-02-13 Eric Anholtvc4: Make SF be a flag on the QIR instructions.
2015-01-10 Eric Anholtvc4: Allow dead code elimination of VPM reads.
2015-01-10 Eric Anholtvc4: Split two notions of instructions having side...
2014-10-29 Eric Anholtvc4: Add support for ARL and indirect register access...
2014-10-24 Eric Anholtvc4: Allow dead code elimination of unused varyings.
2014-10-09 Eric Anholtvc4: Eliminate unused texture instructions.
2014-10-09 Eric Anholtvc4: Dead code eliminate unused SF instructions.
2014-09-29 Eric Anholtvc4: Dump constant uniform values in VC4_DEBUG=qir.
2014-09-15 Eric Anholtvc4: Fix memory leaks of struct qinst.
2014-09-05 Eric Anholtvc4: Merge qcompile and tgsi_to_qir
2014-08-22 Eric Anholtvc4: Include stdio/stdlib in headers so I don't have...
2014-08-09 Eric Anholtvc4: Add dead code elimination.