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
*
galahad: Check that texture format is supported.
José Fonseca
2012-07-06
1
-0
/
+7
*
galahad: More detailed resource checks.
José Fonseca
2012-07-06
2
-19
/
+64
*
galahad: Fix zealous warnings.
José Fonseca
2012-07-06
1
-6
/
+10
*
galahad: Enumerate all methods that are missing.
José Fonseca
2012-07-06
2
-24
/
+49
*
galahad: Implement render_condition.
José Fonseca
2012-07-06
1
-1
/
+13
*
galahad: Don't implement context methods that are not implemented by the unde...
José Fonseca
2012-07-06
1
-104
/
+115
*
galahad: Use debug_printf.
José Fonseca
2012-07-06
1
-3
/
+5
*
galahad: Silence creation messages.
José Fonseca
2012-07-06
2
-4
/
+0
*
galahad: Use reference counting when destroying the wraped objects.
José Fonseca
2012-07-06
1
-3
/
+2
*
galahad: Point to the galahad objects from the galahad sampler view.
José Fonseca
2012-07-06
1
-2
/
+2
*
galahad: Don't defer index buffer when it's NULL.
José Fonseca
2012-07-06
1
-16
/
+16
*
svga: whitespace fixes
Brian Paul
2012-07-05
1
-114
/
+90
*
svga: implement TGSI_OPCODE_ROUND
Brian Paul
2012-07-05
1
-15
/
+51
*
svga: fix CMP translation for vertex shaders
Brian Paul
2012-07-05
1
-36
/
+37
*
svga: properly implement TRUNC instruction
Brian Paul
2012-07-05
1
-1
/
+54
*
svga: fix register collision issue in emit_conditional()
Brian Paul
2012-07-05
1
-0
/
+24
*
svga: emit some debug messages when shader compilation fails
Brian Paul
2012-07-05
1
-4
/
+10
*
llvmpipe: fix comment typo
Brian Paul
2012-06-29
1
-1
/
+1
*
radeon/llvm: Enable vec4 loads on R600
Tom Stellard
2012-06-29
3
-0
/
+20
*
radeon/llvm: Enable floating point stores on R600
Tom Stellard
2012-06-29
1
-0
/
+6
*
radeon/llvm: Handle floating point loads on R600
Tom Stellard
2012-06-29
2
-0
/
+31
*
radeon/llvm: Expand UDIV and UREM nodes
Tom Stellard
2012-06-29
1
-4
/
+3
*
radeon/llvm: Emit raw ISA for vertex fetch instructions
Tom Stellard
2012-06-29
3
-81
/
+139
*
tests: Updated tests to properly handle NaN for half floats.
James Benton
2012-06-29
1
-0
/
+6
*
nv50: dynamically allocate space for shader local storage
Marcin Slusarz
2012-06-28
6
-25
/
+108
*
nv50: streamline screen_create error handling
Marcin Slusarz
2012-06-28
1
-38
/
+46
*
nv50/ir: make colorful ir dump output optional
Marcin Slusarz
2012-06-28
1
-5
/
+17
*
softpipe: fix numFragsEmitted debug code
Brian Paul
2012-06-27
1
-0
/
+7
*
i915g: Implement sRGB textures
Stéphane Marchesin
2012-06-26
5
-12
/
+128
*
svga: return 120 for PIPE_CAP_GLSL_FEATURE_LEVEL
Brian Paul
2012-06-26
1
-1
/
+3
*
llvmpipe: return 120 for PIPE_CAP_GLSL_FEATURE_LEVEL
Brian Paul
2012-06-26
1
-1
/
+1
*
r600g: enable DUAL_EXPORT mode when possible on r6xx/r7xx
Jerome Glisse
2012-06-27
3
-18
/
+57
*
r600g: enable DUAL_EXPORT mode when possible
Vadim Girlin
2012-06-27
4
-6
/
+55
*
r600g: avoid unnecessary shader exports v2
Vadim Girlin
2012-06-27
6
-28
/
+41
*
r600g: cache shader variants instead of rebuilding v3
Vadim Girlin
2012-06-27
5
-94
/
+217
*
svga: handle missing PIPE_CAP_x queries
Brian Paul
2012-06-26
1
-9
/
+14
*
llvmpipe: handle more PIPE_CAP_x queries
Brian Paul
2012-06-26
1
-4
/
+48
*
softpipe: handle more PIPE_CAP_x queries
Brian Paul
2012-06-26
1
-3
/
+31
*
svga: return 1 for PIPE_CAP_MIXED_COLORBUFFER_FORMATS
Brian Paul
2012-06-26
1
-1
/
+3
*
r600g: don't disable streamout if it hasn't been started
Marek Olšák
2012-06-26
1
-1
/
+1
*
r600g: inline r600_blit_push_depth and use resource_copy_region
Marek Olšák
2012-06-25
3
-18
/
+11
*
r600g: split flushed depth texture creation and flushing
Marek Olšák
2012-06-25
5
-16
/
+34
*
llvmpipe: fix the LP_NO_RAST debug option
Brian Paul
2012-06-25
4
-24
/
+22
*
svga: init pointer to NULL to silence MSVC warning
Brian Paul
2012-06-22
1
-1
/
+1
*
r600g: Unify SURFACE_SYNC packet emission for 3D and compute
Tom Stellard
2012-06-21
3
-101
/
+30
*
r600g: Enable reusing of compute state
Tom Stellard
2012-06-21
1
-6
/
+9
*
r600g: Fix reading vtx instruction offset from bytestream
Tom Stellard
2012-06-21
1
-1
/
+1
*
radeon/llvm: Turn on the BitExtract peephole optimization
Tom Stellard
2012-06-21
2
-5
/
+32
*
radeon/llvm: Lower ROTL to BIT_ALIGN
Tom Stellard
2012-06-21
6
-1
/
+54
*
radeon/llvm: Use the VLIW Scheduler for R600->NI
Tom Stellard
2012-06-21
12
-8
/
+75
[next]