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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
2
-1
/
+3
*
radeonsi: Program RASTER_CONFIG for harvested GPUs v5
Tom Stellard
2014-12-08
4
-6
/
+134
*
draw: (trivial): remove double semicolon
Roland Scheidegger
2014-12-09
1
-1
/
+1
*
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
5
-8
/
+55
*
llvmpipe: decrease MAX_SCENES from 2 to 1
Roland Scheidegger
2014-12-06
2
-1
/
+13
*
draw: use the prim type from prim_info not emit in passthrough emit
Roland Scheidegger
2014-12-06
1
-2
/
+2
*
draw: use correct output prim for non-adjacent topologies in prim assembler.
Roland Scheidegger
2014-12-06
1
-4
/
+4
*
draw: kill off unneded prim assembler code for handling adjacency verts
Roland Scheidegger
2014-12-06
2
-60
/
+0
*
gallium/docs: (trivial) remove STR opcode description.
Roland Scheidegger
2014-12-06
1
-9
/
+0
*
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
*
util/primconvert: Avoid point arithmetic; apply offset on all cases.
José Fonseca
2014-12-05
1
-1
/
+2
*
util/primconvert: take ib offset into account
Ilia Mirkin
2014-12-05
1
-1
/
+1
*
util/primconvert: support instanced rendering
Ilia Mirkin
2014-12-05
1
-0
/
+2
*
util/primconvert: pass index bias through
Ilia Mirkin
2014-12-05
1
-0
/
+1
*
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
*
st/xvmc: Fix compiler warnings
Jan Vesely
2014-12-03
3
-6
/
+6
*
st/nine: Fix vertex declarations for non-standard (usage/index)
Axel Davy
2014-12-03
7
-108
/
+89
*
st/nine: sm1_declusage_to_tgsi, do not restrict indices with TGSI_SEMANTIC_GE...
Axel Davy
2014-12-03
1
-60
/
+52
*
st/nine: Queries: Always return D3D_OK when issuing with D3DISSUE_BEGIN
Axel Davy
2014-12-03
1
-1
/
+6
*
st/nine: Queries: always succeed for D3DQUERYTYPE_TIMESTAMP when flushing
Axel Davy
2014-12-03
1
-0
/
+3
*
st/nine: Queries: allow app to call GetData without Issuing first
Axel Davy
2014-12-03
1
-4
/
+9
*
st/nine: Queries: Fix D3DISSUE_END behaviour.
Axel Davy
2014-12-03
1
-4
/
+6
*
st/nine: Queries: return S_FALSE instead of INVALIDCALL when in building quer...
Axel Davy
2014-12-03
1
-1
/
+4
*
st/nine: Queries: Use gallium caps to get if queries are supported. (v2)
Axel Davy
2014-12-03
3
-23
/
+24
*
st/nine: Queries: Remove flush logic
Axel Davy
2014-12-03
2
-9
/
+5
*
st/nine: Queries: remove dummy queries
Axel Davy
2014-12-03
2
-94
/
+12
*
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
[next]