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
...
*
rbug: Fix shaders
Jakob Bornecrantz
2010-05-12
5
-36
/
+188
*
rbug: Break out of trace
Jakob Bornecrantz
2010-05-12
10
-0
/
+2797
*
llvmpipe: s/bool/boolean/ in test progs
Brian Paul
2010-05-12
3
-6
/
+6
*
r300g: Correct viewport setup for SW TCL.
Corbin Simpson
2010-05-12
4
-12
/
+9
*
r300g: Add VBO dumper for SW TCL.
Corbin Simpson
2010-05-12
1
-0
/
+19
*
r300g: Immediate mode won't work with SW TCL right now.
Corbin Simpson
2010-05-12
1
-1
/
+9
*
r300g: Fix indentation.
Corbin Simpson
2010-05-12
1
-10
/
+10
*
gallivm/llvmpipe: add const qualifiers
Brian Paul
2010-05-12
1
-3
/
+3
*
llvmpipe: Handle PIPE_CAP_GUARD_*.
José Fonseca
2010-05-12
1
-0
/
+5
*
llvmpipe: Use RAST_WHOLE/EDGE_TEST in more places.
José Fonseca
2010-05-12
4
-7
/
+8
*
llvmpipe: Move the opaque flag computation into the variant.
José Fonseca
2010-05-12
2
-14
/
+15
*
svga: Advertise shader limits.
José Fonseca
2010-05-12
1
-0
/
+51
*
llvmpipe: Advertise (gallivm's) shader limits.
José Fonseca
2010-05-12
1
-0
/
+32
*
softpipe: Adverstise (tgsi_exec's) shader limits.
José Fonseca
2010-05-12
1
-0
/
+31
*
gallium: Make PIPE_CAP_xxx enums.
José Fonseca
2010-05-12
11
-22
/
+22
*
llvmpipe: fix texture image size calculation
Brian Paul
2010-05-11
1
-1
/
+1
*
llvmpipe: add a simple resource tracking/debug feature
Brian Paul
2010-05-11
2
-0
/
+58
*
llvmpipe: remove trailing whitespace, rewrap comment
Brian Paul
2010-05-11
1
-3
/
+2
*
scons: Export shouldn't be part of the if stanza.
José Fonseca
2010-05-11
1
-1
/
+1
*
llvmpipe: enable PIPE_CAP_INDEP_BLEND_ENABLE
Brian Paul
2010-05-10
1
-1
/
+1
*
llvmpipe: fix up indexing of blend/colormask state for render targets
Brian Paul
2010-05-10
5
-24
/
+47
*
llvmpipe: update image dump/debug code
Brian Paul
2010-05-10
1
-16
/
+17
*
llvmpipe: add, update, rewrap comments
Brian Paul
2010-05-10
2
-6
/
+16
*
gallivm/llvmpipe: move an old comment to a better location
Brian Paul
2010-05-10
1
-11
/
+0
*
svga: Fill in is_resource_referenced callback.
José Fonseca
2010-05-10
1
-0
/
+1
*
i965g: fix resource creation recursion bug
Roland Scheidegger
2010-05-10
1
-1
/
+1
*
i965g: add brw_state_debug.c to SConscript
Roland Scheidegger
2010-05-10
1
-1
/
+1
*
gallivm: Add an alternative to LLVMDumpValue that works with Windows GUI apps.
José Fonseca
2010-05-08
1
-2
/
+2
*
r300g: follow pipe_rasterizer_state::light_twoside
Marek Olšák
2010-05-08
3
-5
/
+27
*
r300g: follow pipe_rasterizer_state::point_size_per_vertex
Marek Olšák
2010-05-08
1
-4
/
+15
*
r300g: move GA_POINT_MINMAX back to rs_state
Marek Olšák
2010-05-08
3
-6
/
+17
*
r300g: fix glean/pointSprite using lodbias correction
Marek Olšák
2010-05-08
1
-1
/
+1
*
r300g: pass depth texture swizzle to the compiler if compare mode is enabled
Marek Olšák
2010-05-08
6
-68
/
+111
*
r300g: respect compare mode regardless of sampler type
Marek Olšák
2010-05-08
1
-0
/
+2
*
r300/compiler: generalize depth texture mode to support arbitrary swizzles
Marek Olšák
2010-05-08
1
-2
/
+2
*
r300g: consolidate common render code into one function
Marek Olšák
2010-05-08
4
-85
/
+95
*
llvmpipe: Cover more formats in unit test.
José Fonseca
2010-05-08
1
-29
/
+38
*
llvmpipe: Match p_screen.h's function prototype.
José Fonseca
2010-05-08
1
-1
/
+1
*
llvmpipe: Remove unnecessary header.
Vinson Lee
2010-05-08
1
-1
/
+0
*
gallivm: Require SSE2 for draw_llvm/llvmpipe due to LLVM PR6960.
Török Edwin
2010-05-06
1
-1
/
+10
*
softpipe: fix dangling references to shaders in the TGSI executor
Brian Paul
2010-05-06
4
-20
/
+22
*
llvmpipe: Fix fence wait.
José Fonseca
2010-05-06
1
-1
/
+4
*
llvmpipe: implement occlusion query
Qicheng Christopher Li
2010-05-06
14
-50
/
+277
*
gallium: rename draw() to draw_elements() in vbuf code
Brian Paul
2010-05-05
5
-23
/
+23
*
llvmpipe: update driver's provoking vertex code
Brian Paul
2010-05-05
2
-93
/
+179
*
gallium: rework provoking vertex code
Brian Paul
2010-05-05
2
-115
/
+198
*
llvmpipe: added a new assertion as a hint to Coverity
Brian Paul
2010-05-05
1
-0
/
+1
*
nouveau: only advertise PIPE_FORMAT_DXT* if s3tc available
Xavier Chantry
2010-05-05
3
-8
/
+27
*
svga: Remove unnecessary header.
Vinson Lee
2010-05-04
1
-1
/
+0
*
llvmpipe: Remove unnecessary headers.
Vinson Lee
2010-05-04
2
-2
/
+0
[prev]
[next]