v3d: add new flag dirty TMU cache at v3d_compiler
[mesa.git] / src / broadcom / compiler / qpu_schedule.c
2019-07-22 Jose Maria Casanov... v3d: Avoid scheduling an instruction that stalls waitin...
2019-07-22 Jose Maria Casanov... v3d: add shader-db stat to count SFU stalls
2019-07-12 Iago Toral Quirogav3d: handle tlb read dependency tracking as if they...
2019-07-12 Iago Toral Quirogav3d: instructions with the ldtlb and ldtlbu signals...
2019-06-18 Iago Toral Quirogav3d: implement simultaneous peripheral access exception...
2019-06-06 Iago Toral Quirogav3d: fix scheduling dependency tracking for ALU with...
2019-03-12 Eric Anholtv3d: Fix leak of the mem_ctx after the DAG refactor.
2019-03-11 Eric Anholtv3d: Use the DAG datastructure for QPU instruction...
2019-03-11 Eric Anholtv3d: Reuse list_for_each_entry_rev().
2019-03-05 Eric Anholtv3d: Switch implicit uniforms over to being any qinst...
2019-02-19 Eric Anholtv3d: Add a helper function for getting a nop register.
2019-01-14 Eric Anholtv3d: Add support for CS barrier() intrinsics.
2018-12-30 Eric Anholtv3d: Move "does this instruction have flags" from sched...
2018-12-30 Eric Anholtv3d: Drop incorrect dependency for flpop.
2018-12-15 Eric Anholtv3d: Drop in a bunch of notes about performance improve...
2018-12-15 Eric Anholtv3d: Make sure that a thrsw doesn't split a multop...
2018-12-08 Eric Anholtv3d: Use combined input/output segments.
2018-08-06 Eric Anholtv3d: Make sure we don't emit a thrsw before the last...
2018-07-31 Eric Anholtv3d: Add support for the TMUWT instruction.
2018-07-23 Eric Anholtv3d: Implement a small immediates optimization, based...
2018-07-23 Eric Anholtv3d: Switch to using the new SFU instructions on V3D...
2018-07-23 Eric Anholtv3d: Fix the name of the "flpop" operation.
2018-07-23 Eric Anholtv3d: Allow reading from physical regs written in the...
2018-07-16 Eric Anholtv3d: Apply GFXH-1625 restriction on TMUWT in the end...
2018-03-19 Eric Anholtbroadcom/vc5: Extract v3d_qpu_writes_tmu() helper.
2018-02-05 Eric Anholtbroadcom/vc5: Try to merge more than 2 QPU instructions...
2018-01-13 Eric Anholtbroadcom/vc5: Add compiler support for V3D 4.x texturing.
2018-01-13 Eric Anholtbroadcom/vc5: Use THRSW to enable multi-threaded shaders.
2018-01-13 Eric Anholtbroadcom/vc5: Properly schedule the thread-end THRSW.
2018-01-13 Eric Anholtbroadcom/vc5: Implement GFXH-1684 workaround.
2018-01-13 Eric Anholtbroadcom/vc5: Use the new LDVPM/STVPM opcodes on V3D...
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-12 Eric Anholtbroadcom/vc5: Don't pair VPMSETUP with other peripheral...
2017-10-10 Eric Anholtbroadcom: Add VC5 NIR compiler.