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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
freedreno/a4xx: frag-coord / face fixes
Rob Clark
2014-12-09
1
-6
/
+19
*
freedreno/a4xx: fix rendering to layer != 0
Rob Clark
2014-12-09
1
-1
/
+4
*
freedreno/a4xx: temp hack for FLAT varyings
Rob Clark
2014-12-09
1
-0
/
+19
*
freedreno/ir3: lower TXP as needed
Rob Clark
2014-12-09
3
-3
/
+19
*
freedreno/a4xx: XA gpu hang at startup
Rob Clark
2014-12-09
2
-1
/
+9
*
freedreno/a4xx: texture fixes
Rob Clark
2014-12-09
6
-7
/
+54
*
freedreno: cleanup slice alignment/setup
Rob Clark
2014-12-09
1
-36
/
+14
*
freedreno: update generated headers
Rob Clark
2014-12-09
6
-18
/
+65
*
draw: implement TGSI_PROPERTY_VS_WINDOW_SPACE_POSITION
Marek Olšák
2014-12-09
3
-1
/
+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
*
r600g: fix regression since UCMP change
Dave Airlie
2014-12-09
1
-1
/
+1
*
Remove useless checks for NULL before freeing
Matt Turner
2014-12-08
9
-30
/
+16
*
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
*
radeonsi/compute: Clamp COMPUTE_TMPRING_SIZE.WAVES to: num_cu * 32
Tom Stellard
2014-12-08
1
-0
/
+3
*
winsys/radeon: Always report at least 1 compute unit
Tom Stellard
2014-12-08
1
-1
/
+1
*
radeonsi: Program RASTER_CONFIG for harvested GPUs v5
Tom Stellard
2014-12-08
2
-6
/
+130
*
freedreno/a2xx: silence warning about missing DEPTH32X
Ilia Mirkin
2014-12-06
1
-1
/
+4
*
freedreno/a3xx: handle index_bias (i.e. base_vertex)
Ilia Mirkin
2014-12-06
1
-3
/
+13
*
freedreno/a3xx: add bgr565 texturing and rendering
Ilia Mirkin
2014-12-06
1
-1
/
+1
*
freedreno/a3xx: add support for SRGB render targets
Ilia Mirkin
2014-12-06
2
-9
/
+12
*
freedreno/a3xx: output RGBA16_FLOAT from fs for certain outputs
Ilia Mirkin
2014-12-06
3
-1
/
+17
*
freedreno/a3xx: re-enable rgb10_a2 render targets
Ilia Mirkin
2014-12-06
1
-1
/
+3
*
freedreno/a3xx: fix border color swizzle to match texture format desc
Ilia Mirkin
2014-12-06
1
-4
/
+18
*
freedreno/a3xx: fix alpha-blending on RGBX formats
Ilia Mirkin
2014-12-06
3
-8
/
+29
*
llvmpipe: decrease MAX_SCENES from 2 to 1
Roland Scheidegger
2014-12-06
2
-1
/
+13
*
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
*
freedreno/a4xx: unify vertex/texture formats into a single table
Rob Clark
2014-12-04
1
-299
/
+180
*
freedreno/a4xx: fd4_util -> fd4_format
Rob Clark
2014-12-04
15
-15
/
+15
*
freedreno: update generated headers / a4xx fmt rename
Rob Clark
2014-12-04
6
-124
/
+124
*
freedreno/a4xx: frag-depth fixes
Rob Clark
2014-12-03
2
-18
/
+24
*
freedreno/a3xx: implement anisotropic filtering
Ilia Mirkin
2014-12-03
1
-4
/
+6
*
freedreno/a4xx: rect textures
Rob Clark
2014-12-03
1
-3
/
+4
*
freedreno: update generated headers
Rob Clark
2014-12-03
5
-11
/
+34
*
freedreno: fix signed vs unsigned lols
Rob Clark
2014-12-03
1
-1
/
+1
*
r600, llvm: Don't leak global symbol offsets
Jan Vesely
2014-12-02
1
-0
/
+1
*
r600, llvm: Fix mem leak
Jan Vesely
2014-12-02
1
-0
/
+1
*
vc4: Pair up QPU instructions when scheduling.
Eric Anholt
2014-12-01
3
-38
/
+105
*
r600g/sb: fix issues cause by GLSL switching to loops for switch
Dave Airlie
2014-12-02
1
-12
/
+38
*
freedreno/a4xx: alpha blend fixes
Rob Clark
2014-12-01
3
-1
/
+11
[prev]
[next]