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
*
tgsi: track max array per file
Rob Clark
2015-01-07
2
-0
/
+4
*
tgsi: keep track of read vs written indirects
Rob Clark
2015-01-07
2
-0
/
+8
*
Revert "radeonsi: reduce the size of si_pm4_state"
Marek Olšák
2015-01-08
2
-3
/
+12
*
radeonsi: Fix crash when destroying si_screen
Tom Stellard
2015-01-07
1
-2
/
+4
*
radeonsi: enable LLVM optimizations that assume no NaNs for non-compute shaders
Marek Olšák
2015-01-07
3
-4
/
+12
*
radeonsi: emit SURFACE_SYNC last
Marek Olšák
2015-01-07
1
-23
/
+35
*
radeonsi: flush all CB/DB caches unconditionally when changing the framebuffer
Marek Olšák
2015-01-07
1
-11
/
+7
*
radeonsi: change TC cache flushing strategy for textures
Marek Olšák
2015-01-07
2
-4
/
+6
*
radeonsi: improve and fix streamout flushing
Marek Olšák
2015-01-07
3
-10
/
+40
*
radeonsi: use TC L2 for CP DMA operations with shader resources on CIK
Marek Olšák
2015-01-07
3
-10
/
+39
*
radeonsi: use TC L2 for updating descriptors on CIK
Marek Olšák
2015-01-07
2
-5
/
+10
*
radeonsi: don't use TC L2 for updating descriptors on SI
Marek Olšák
2015-01-07
2
-2
/
+14
*
radeonsi: only flush the right set of caches for CP DMA operations
Marek Olšák
2015-01-07
9
-34
/
+48
*
radeonsi: implement separate ICACHE and KCACHE flush for SI
Marek Olšák
2015-01-07
1
-9
/
+17
*
radeonsi: add a combined flag for flushing a framebuffer
Marek Olšák
2015-01-07
3
-20
/
+10
*
radeonsi: rename flush flags, split the TC flag into L1 and L2
Marek Olšák
2015-01-07
7
-91
/
+109
*
r600g,radeonsi: separate cache flush flags
Marek Olšák
2015-01-07
5
-26
/
+39
*
r600g: move r6xx-specific streamout flush flagging into r600g
Marek Olšák
2015-01-07
2
-9
/
+7
*
radeonsi: only set BC_OPTIMIZE_DISABLE when necessary
Marek Olšák
2015-01-07
2
-6
/
+15
*
radeonsi: do not define FACE as an ordinary PS input
Marek Olšák
2015-01-07
1
-1
/
+2
*
radeonsi: remove flatshade from the shader key
Marek Olšák
2015-01-07
3
-7
/
+7
*
radeonsi: remove special handling of TGSI_INTERPOLATE_COLOR in shader codegen
Marek Olšák
2015-01-07
1
-6
/
+10
*
radeonsi: implement VERTEXID_NOBASE and BASEVERTEX system values
Marek Olšák
2015-01-07
1
-0
/
+10
*
radeonsi: fix VertexID for OpenGL
Marek Olšák
2015-01-07
1
-2
/
+5
*
radeonsi: clarify a hw bug in shader exports
Marek Olšák
2015-01-07
1
-5
/
+10
*
radeonsi: use ordered compares for SSG and face selection
Marek Olšák
2015-01-07
2
-3
/
+3
*
radeonsi: remove unused and not useful variables
Marek Olšák
2015-01-07
3
-6
/
+1
*
radeonsi: remove init config from states
Marek Olšák
2015-01-07
6
-5
/
+4
*
radeonsi: reduce the size of si_pm4_state
Marek Olšák
2015-01-07
2
-12
/
+3
*
tgsi: add uses_centroid into tgsi_shader_info
Marek Olšák
2015-01-07
2
-0
/
+4
*
vc4: Fix scaling W projection of the Z coordinate when there's a Z offset.
Eric Anholt
2015-01-06
1
-3
/
+3
*
vc4: Fix deletion from the program cache.
Eric Anholt
2015-01-06
1
-1
/
+1
*
vc4: Skip storing the Z/S contents when it's invalidated.
Eric Anholt
2015-01-06
1
-0
/
+11
*
gallium: Plumb the swap INVALIDATE_ANCILLARY flag through more layers.
Eric Anholt
2015-01-06
2
-0
/
+17
*
radeon/llvm: Use amdgcn triple for SI+ on LLVM >= 3.6
Tom Stellard
2015-01-06
4
-16
/
+27
*
radeonsi: Cache LLVMTargetMachine object in si_screen
Tom Stellard
2015-01-06
6
-26
/
+51
*
draw: silence uninitialized variable warning
Brian Paul
2015-01-05
1
-1
/
+1
*
gallivm: silence a couple compiler warnings
Brian Paul
2015-01-05
2
-1
/
+4
*
gallium/util: make sure cache line size is not zero
Leonid Shatz
2015-01-05
1
-1
/
+5
*
gallium/util: fix crash with daz detection on x86
Roland Scheidegger
2015-01-05
1
-1
/
+1
*
nvc0: add name to magic number
Ilia Mirkin
2015-01-05
1
-2
/
+2
*
nvc0: regenerate rnndb headers
Ilia Mirkin
2015-01-05
17
-837
/
+1157
*
nv50: regenerate rnndb headers
Ilia Mirkin
2015-01-05
11
-358
/
+451
*
nv50: enable texture compression
Tobias Klausmann
2015-01-05
2
-3
/
+26
*
nv50/ir: enable sat modifier for OP_SUB
Ilia Mirkin
2015-01-05
1
-1
/
+1
*
nv50/ir: Add sat modifier for mul
Roy Spliet
2015-01-05
2
-1
/
+7
*
nv50,nvc0: avoid doing work inside of an assert
Ilia Mirkin
2015-01-05
2
-2
/
+4
*
nv50/ir: fix texture offsets in release builds
Ilia Mirkin
2015-01-05
2
-2
/
+4
*
r300g: handle vertex format PIPE_FORMAT_NONE
Marek Olšák
2015-01-04
1
-2
/
+11
*
nv50/ir: Fold sat into mad
Roy Spliet
2015-01-01
1
-1
/
+1
[next]