index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
vc4
Commit message (
Expand
)
Author
Age
Files
Lines
*
vc4: Fix a leak of the simulator's exec BO's actual vc4_bo.
Eric Anholt
2014-12-14
1
-0
/
+1
*
util/hash_table: Rework the API to know about hashing
Jason Ekstrand
2014-12-14
1
-3
/
+4
*
vc4: Fix referencing of sync objects.
Eric Anholt
2014-12-12
1
-0
/
+1
*
vc4: Consider FS backface color loads as color inputs as well.
Eric Anholt
2014-12-11
1
-1
/
+4
*
vc4: Drop redundant index size setting.
Eric Anholt
2014-12-11
1
-1
/
+0
*
vc4: Don't throw out the index offset in the shadow index buffer path.
Eric Anholt
2014-12-11
1
-2
/
+1
*
vc4: Fix triangle-guardband-viewport piglit test.
Eric Anholt
2014-12-11
1
-5
/
+14
*
vc4: Fix a memory leak in setting up QPU instructions for scheduling.
Eric Anholt
2014-12-11
1
-1
/
+2
*
vc4: Do QPU scheduling across uniform loads.
Eric Anholt
2014-12-09
1
-28
/
+60
*
vc4: Populate the delay field better, and schedule high delay first.
Eric Anholt
2014-12-09
1
-1
/
+49
*
vc4: Skip raddr dependencies for 32-bit immediate loads.
Eric Anholt
2014-12-09
1
-2
/
+5
*
vc4: Mark VPM read setup as impacting VPM reads, not writes.
Eric Anholt
2014-12-09
1
-1
/
+7
*
vc4: Refuse to merge instructions involving 32-bit immediate loads.
Eric Anholt
2014-12-09
1
-0
/
+5
*
vc4: Reserve rb31 instead of r3 for raddr conflict spills.
Eric Anholt
2014-12-09
2
-11
/
+45
*
vc4: Prioritize allocating accumulators to short-lived values.
Eric Anholt
2014-12-09
1
-14
/
+59
*
vc4: Interleave register allocation from regfile A and B.
Eric Anholt
2014-12-08
1
-39
/
+38
*
vc4: Fix decision for whether the MIN operation writes to the B regfile.
Eric Anholt
2014-12-08
1
-3
/
+3
*
vc4: Drop dependency on r3 for color packing.
Eric Anholt
2014-12-08
1
-4
/
+27
*
vc4: Add support for GL 1.0 logic ops.
Eric Anholt
2014-12-08
1
-2
/
+60
*
vc4: Add support for TGSI_OPCODE_UCMP.
Eric Anholt
2014-12-08
1
-0
/
+12
*
vc4: Try swapping the regfile A to B to pair instructions.
Eric Anholt
2014-12-05
1
-2
/
+62
*
vc4: Allow pairing of some instructions that disagree about the WS bit.
Eric Anholt
2014-12-05
1
-1
/
+47
*
vc4: Add separate write-after-read dependency tracking for pairing.
Eric Anholt
2014-12-05
1
-20
/
+58
*
vc4: Fix inverted priority of instructions for QPU scheduling.
Eric Anholt
2014-12-05
1
-10
/
+10
*
vc4: Refuse to merge two ops that both access shared functions.
Eric Anholt
2014-12-05
3
-36
/
+55
*
vc4: Allow dead code elimination of color reads.
Eric Anholt
2014-12-05
1
-1
/
+1
*
vc4: Add a debug flag for waiting for sync on submit.
Eric Anholt
2014-12-05
3
-0
/
+11
*
vc4: Pair up QPU instructions when scheduling.
Eric Anholt
2014-12-01
3
-38
/
+105
*
vc4: Introduce scheduling of QPU instructions.
Eric Anholt
2014-12-01
6
-126
/
+722
*
vc4: Drop the explicit scoreboard wait.
Eric Anholt
2014-12-01
1
-12
/
+11
*
vc4: Also deal with VPM reads at thread end.
Eric Anholt
2014-12-01
1
-2
/
+6
*
vc4: Fix assertion about SFU versus texturing.
Eric Anholt
2014-12-01
1
-3
/
+4
*
vc4: Add another check for invalid TLB scoreboard handling.
Eric Anholt
2014-12-01
3
-8
/
+39
*
vc4: Fix some inconsistent indentation.
Eric Anholt
2014-11-24
1
-6
/
+6
*
vc4: Don't forget to actually connect the fence code.
Eric Anholt
2014-11-24
1
-0
/
+2
*
vc4: Add a note about a piece of errata I've learned about.
Eric Anholt
2014-11-24
1
-0
/
+4
*
vc4: Update for new kernel ABI with async execution and waits.
Eric Anholt
2014-11-20
9
-3
/
+250
*
vc4: Emit semaphore instructions for new kernel ABI.
Eric Anholt
2014-11-18
3
-6
/
+87
*
vc4: Mark a big array as const.
Eric Anholt
2014-11-18
1
-1
/
+1
*
vc4: Avoid reusing a pointer from c->outputs[] after add_output().
Eric Anholt
2014-11-12
1
-5
/
+6
*
vc4: Fix assumption of TGSI OUT[0] being POSITION in the VS.
Eric Anholt
2014-11-12
1
-5
/
+5
*
vc4: Add support for ARL and indirect register access on TGSI_FILE_CONSTANT.
Eric Anholt
2014-10-28
10
-34
/
+407
*
vc4: Fix mixup of return type in reloc_tex().
Eric Anholt
2014-10-28
1
-2
/
+2
*
vc4: Drop redundant check for is_tmu_write().
Eric Anholt
2014-10-28
1
-3
/
+0
*
vc4: Don't forget to validate code that's got PROG_END on it.
Eric Anholt
2014-10-28
1
-5
/
+6
*
vc4: Add .dir-locals.el for kernel style in the kernel code.
Eric Anholt
2014-10-28
1
-0
/
+12
*
vc4: Fix a couple missing '\n's in error output.
Eric Anholt
2014-10-28
2
-2
/
+2
*
gallium: introduce PIPE_CAP_CLIP_HALFZ.
Mathias Fröhlich
2014-10-24
1
-0
/
+1
*
vc4: Reuse uniform_data/contents indices when making uniforms.
Eric Anholt
2014-10-24
1
-0
/
+7
*
vc4: When asked to discard-map a whole resource, discard it.
Eric Anholt
2014-10-24
1
-14
/
+28
[next]