Introduce .editorconfig
[mesa.git] / src / gallium / drivers / vc4 / vc4_qpu_disasm.c
2016-08-26 Eric Anholtvc4: Add disassembly for constant MUL rotates
2016-07-13 Eric Anholtvc4: Add QPU support for generating BRANCH instructions.
2016-05-18 Eric Anholtvc4: Fix a -Wformat-security warning.
2016-05-06 Eric Anholtvc4: Reuse QPU disasm's cond flags in QIR.
2015-11-03 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-26 Eric Anholtvc4: If a QIR source has an unpack set, print it.
2015-10-25 Eric Anholtvc4: Fix names of the 16-bit unpacks
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-21 Eric Anholtvc4: Reuse QPU dumping for packing bits in QIR.
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-30 Eric Anholtvc4: Avoid overflowing various static tables.
2014-12-18 Eric Anholtvc4: Add support for turning constant uniforms into...
2014-12-18 Eric Anholtvc4: Fix missing newline for load immediate instruction...
2014-12-15 Eric Anholtvc4: Rename the 16-bit unpack #define.
2014-10-02 Eric Anholtvc4: Fix compiler warning
2014-09-23 Eric Anholtvc4: Add disasm for A-file unpack operations.
2014-08-11 Eric Anholtvc4: Add support for texturing (under simulation)
2014-08-09 Eric Anholtvc4: Add support for SNE/SEQ/SGE/SLT.
2014-08-09 Eric Anholtvc4: Switch to actually generating vertex and fragment...
2014-08-09 Eric Anholtvc4: Initial skeleton driver import.