v3d: adds an extra MOV for any sig.ld*
[mesa.git] / src / broadcom / qpu /
2019-08-03 Eric Engestrommeson: replace libmesa_util with idep_mesautil
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-07-22 Jose Maria Casanov... v3d: add shader-db stat to count SFU stalls
2019-07-12 Iago Toral Quirogav3d: handle ldtlb and ldtlbu signals during disassembly
2019-06-18 Iago Toral Quirogav3d: implement simultaneous peripheral access exception...
2019-04-29 Eric Engestromdelete autotools .gitignore files
2019-02-19 Eric Anholtv3d: Fix incorrect flagging of ldtmu as writing r4...
2019-02-05 Eric Anholtv3d: Fix copy-propagation of input unpacks.
2019-02-05 Eric Anholtv3d: Fix input packing of .l for rounding/fdx/fdy.
2019-02-05 Eric Anholtv3d: Fix pack/unpack of VFPACK operand unpacks.
2019-01-02 Eric Anholtv3d: Fold comparisons for IF conditions into the flags...
2018-12-30 Eric Anholtv3d: Move "does this instruction have flags" from sched...
2018-12-15 Eric Anholtv3d: Do uniform pretty-printing in the QPU dump.
2018-12-15 Eric Anholtv3d: Add missing flagging of SYNCB as a TSY op.
2018-11-20 Dylan Bakermeson: Add tests to suites
2018-07-31 Eric Anholtv3d: Add support for the TMUWT instruction.
2018-07-30 Eric Anholtvc4: Fix meson build when enabled without v3d.
2018-07-23 Eric Anholtv3d: Switch to using the new SFU instructions on V3D...
2018-07-23 Eric Anholtv3d: Add QPU pack/unpack for the new SFU instructions.
2018-07-23 Eric Anholtv3d: Fix the name of the "flpop" operation.
2018-07-23 Eric Anholtv3d: Print the instruction we're testing in the QPU...
2018-03-19 Eric Anholtbroadcom/vc5: Add a QPU helper for instructions using...
2018-03-19 Eric Anholtbroadcom/vc5: Introduce v3d_qpu_reads_vpm()/v3d_qpu_wri...
2018-03-19 Eric Anholtbroadcom/vc5: The ldvpm signal also a case of using...
2018-03-19 Eric Anholtbroadcom/vc5: Extract v3d_qpu_writes_tmu() helper.
2018-01-27 Eric Anholtbroadcom/vc5: Update QPU instruction pack/unpack for...
2018-01-13 Eric Anholtbroadcom/vc5: Add the new TMU write addresses for V3D...
2018-01-13 Eric Anholtbroadcom/vc5: Add a test for .ifb in ADD ops.
2018-01-13 Eric Anholtbroadcom/vc5: Add the new tesselation opcodes in V3D...
2018-01-13 Eric Anholtbroadcom/vc5: Use the new LDVPM/STVPM opcodes on V3D...
2018-01-13 Eric Anholtbroadcom/vc5: Drop dead VC5_QPU_* defines from qpu_instr.c.
2018-01-13 Eric Anholtbroadcom/vc5: Add support for QPU pack/unpack/disasm...
2018-01-13 Eric Anholtbroadcom/vc5: Drop signal bit #defines.
2018-01-13 Eric Anholtbroadcom/vc5: Add support for V3Dv4 signal bits.
2018-01-13 Eric Anholtbroadcom/vc5: Fix pack/unpack of vfmul input unpack...
2018-01-11 Dylan Bakermeson: Use consistent style for tests
2017-12-14 Eric Anholtbroadcom/vc5: Fix a typo in memcmp for sig unpack checking.
2017-11-07 Eric Anholtbroadcom/vc5: Fix scheduling for a non-SFU R4 write...
2017-10-21 Eric Anholtmeson: Fix vc5 deps on the XML-generated headers.
2017-10-17 Eric Anholtmeson: Add support for the vc5 driver.
2017-10-10 Eric Anholtbroadcom: Add V3D 3.3 QPU instruction pack, unpack...