Introduce .editorconfig
[mesa.git] / src / gallium / drivers / vc4 / vc4_qpu.c
2016-08-26 Eric Anholtvc4: Add support for MUL output rotation.
2016-08-26 Eric Anholtvc4: Add support for the 2-bit LOAD_IMM variants.
2016-07-13 Eric Anholtvc4: Add QPU support for generating BRANCH instructions.
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-17 Boyan Dingvc4: Try to pair up instructions when only one of them...
2015-01-15 Eric Anholtvc4: Don't swap the raddr on instructions doing unpacks.
2015-01-15 Eric Anholtvc4: Don't let pairing happen with badly mismatched...
2015-01-15 Eric Anholtvc4: Don't let pairing happen with badly mismatched...
2014-12-18 Eric Anholtvc4: Add support for turning constant uniforms into...
2014-12-16 Eric Anholtvc4: Add support for turning add-based MOVs to muls...
2014-12-16 Eric Anholtvc4: Add a helper for changing a field in an instruction.
2014-12-16 Eric Anholtvc4: Fix the name of qpu_waddr_ignores_ws().
2014-12-15 Eric Anholtvc4: Fix leak of a copy of the scheduled QPU instructions.
2014-12-10 Eric Anholtvc4: Refuse to merge instructions involving 32-bit...
2014-12-06 Eric Anholtvc4: Try swapping the regfile A to B to pair instructions.
2014-12-06 Eric Anholtvc4: Allow pairing of some instructions that disagree...
2014-12-05 Eric Anholtvc4: Refuse to merge two ops that both access shared...
2014-12-02 Eric Anholtvc4: Pair up QPU instructions when scheduling.
2014-12-01 Eric Anholtvc4: Introduce scheduling of QPU instructions.
2014-12-01 Eric Anholtvc4: Add another check for invalid TLB scoreboard handling.
2014-10-08 Eric Anholtvc4: Set unused raddr fields to QPU_R_NOP.
2014-10-08 Eric Anholtvc4: Abstract out the field-merging logic for instructions.
2014-08-25 Eric Anholtvc4: Set the other WADDR in the qpu instruction helpers.
2014-08-25 Eric Anholtvc4: Merge qpu_a_NOP() and qpu_m_NOP to a single qpu_NO...
2014-08-25 Eric Anholtvc4: Ignore WADDRs from the other half of the instructi...
2014-08-22 Eric Anholtvc4: Make some helpers for setting condition codes...
2014-08-09 Eric Anholtvc4: Switch to actually generating vertex and fragment...
2014-08-09 Eric Anholtvc4: Initial skeleton driver import.