v3d/tex: only look up the 2nd texture gather offset for 1d non-arrays
[mesa.git] / src / broadcom / qpu / qpu_instr.c
2019-07-22 Jose Maria Casanov... v3d: add shader-db stat to count SFU stalls
2019-06-18 Iago Toral Quirogav3d: implement simultaneous peripheral access exception...
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-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-07-31 Eric Anholtv3d: Add support for the TMUWT instruction.
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-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: 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: Drop signal bit #defines.
2018-01-13 Eric Anholtbroadcom/vc5: Add support for V3Dv4 signal bits.
2017-11-07 Eric Anholtbroadcom/vc5: Fix scheduling for a non-SFU R4 write...
2017-10-10 Eric Anholtbroadcom: Add V3D 3.3 QPU instruction pack, unpack...