index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
broadcom
/
compiler
/
qpu_schedule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
v3d: Avoid scheduling an instruction that stalls waiting for SFU retval
Jose Maria Casanova Crespo
2019-07-22
1
-4
/
+23
*
v3d: add shader-db stat to count SFU stalls
Jose Maria Casanova Crespo
2019-07-22
1
-0
/
+45
*
v3d: handle tlb read dependency tracking as if they were writes
Iago Toral Quiroga
2019-07-12
1
-1
/
+1
*
v3d: instructions with the ldtlb and ldtlbu signals are tlb instructions
Iago Toral Quiroga
2019-07-12
1
-0
/
+3
*
v3d: implement simultaneous peripheral access exceptions for V3D 4.1+
Iago Toral Quiroga
2019-06-18
1
-6
/
+32
*
v3d: fix scheduling dependency tracking for ALU with small immediates
Iago Toral Quiroga
2019-06-06
1
-1
/
+4
*
v3d: Fix leak of the mem_ctx after the DAG refactor.
Eric Anholt
2019-03-12
1
-2
/
+2
*
v3d: Use the DAG datastructure for QPU instruction scheduling.
Eric Anholt
2019-03-11
1
-114
/
+72
*
v3d: Reuse list_for_each_entry_rev().
Eric Anholt
2019-03-11
1
-2
/
+2
*
v3d: Switch implicit uniforms over to being any qinst->uniform != ~0.
Eric Anholt
2019-03-05
1
-1
/
+1
*
v3d: Add a helper function for getting a nop register.
Eric Anholt
2019-02-18
1
-1
/
+1
*
v3d: Add support for CS barrier() intrinsics.
Eric Anholt
2019-01-14
1
-0
/
+10
*
v3d: Move "does this instruction have flags" from sched to generic helpers.
Eric Anholt
2018-12-30
1
-39
/
+4
*
v3d: Drop incorrect dependency for flpop.
Eric Anholt
2018-12-30
1
-4
/
+0
*
v3d: Drop in a bunch of notes about performance improvement opportunities.
Eric Anholt
2018-12-14
1
-0
/
+13
*
v3d: Make sure that a thrsw doesn't split a multop from its umul24.
Eric Anholt
2018-12-14
1
-0
/
+1
*
v3d: Use combined input/output segments.
Eric Anholt
2018-12-07
1
-1
/
+21
*
v3d: Make sure we don't emit a thrsw before the last one finished.
Eric Anholt
2018-08-06
1
-2
/
+13
*
v3d: Add support for the TMUWT instruction.
Eric Anholt
2018-07-31
1
-3
/
+6
*
v3d: Implement a small immediates optimization, based on VC4's.
Eric Anholt
2018-07-23
1
-1
/
+2
*
v3d: Switch to using the new SFU instructions on V3D 4.x.
Eric Anholt
2018-07-23
1
-5
/
+7
*
v3d: Fix the name of the "flpop" operation.
Eric Anholt
2018-07-23
1
-1
/
+1
*
v3d: Allow reading from physical regs written in the previous instruction.
Eric Anholt
2018-07-23
1
-24
/
+0
*
v3d: Apply GFXH-1625 restriction on TMUWT in the end of the shader.
Eric Anholt
2018-07-16
1
-0
/
+4
*
broadcom/vc5: Extract v3d_qpu_writes_tmu() helper.
Eric Anholt
2018-03-19
1
-6
/
+1
*
broadcom/vc5: Try to merge more than 2 QPU instructions together.
Eric Anholt
2018-02-05
1
-5
/
+13
*
broadcom/vc5: Add compiler support for V3D 4.x texturing.
Eric Anholt
2018-01-12
1
-0
/
+15
*
broadcom/vc5: Use THRSW to enable multi-threaded shaders.
Eric Anholt
2018-01-12
1
-40
/
+56
*
broadcom/vc5: Properly schedule the thread-end THRSW.
Eric Anholt
2018-01-12
1
-33
/
+137
*
broadcom/vc5: Implement GFXH-1684 workaround.
Eric Anholt
2018-01-12
1
-0
/
+4
*
broadcom/vc5: Use the new LDVPM/STVPM opcodes on V3D 4.1.
Eric Anholt
2018-01-12
1
-3
/
+3
*
broadcom/vc5: Add support for V3Dv4 signal bits.
Eric Anholt
2018-01-12
1
-9
/
+32
*
broadcom/vc5: Fix scheduling for a non-SFU R4 write after a dead R4 write.
Eric Anholt
2017-11-07
1
-3
/
+5
*
broadcom/vc5: Don't pair VPMSETUP with other peripheral access.
Eric Anholt
2017-10-12
1
-0
/
+3
*
broadcom: Add VC5 NIR compiler.
Eric Anholt
2017-10-10
1
-0
/
+1362