index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/svga: Only upload parts of vertexarrays that are actually used
Thomas Hellstrom
2011-03-10
5
-3
/
+48
*
r600: don't close fd on failed load
Dave Airlie
2011-03-10
1
-3
/
+0
*
intel: Don't complain when getparam fails due to a missing param.
Eric Anholt
2011-03-09
1
-1
/
+3
*
i965: Pack the tracked state atoms into separate arrays for prepare/emit.
Chris Wilson
2011-03-09
2
-42
/
+43
*
nv50: add back initialization of redefine_user_buffer
Christoph Bumiller
2011-03-09
1
-0
/
+2
*
r600g: remove some now unneeded code from r600_bc_vtx_build
Christian König
2011-03-09
1
-25
/
+1
*
r600g: R700+ can do more than 8 tex and vtx clause in one CF inst
Christian König
2011-03-09
1
-2
/
+20
*
r600g: split R600 and R700 CF generation for VTX and TEX
Christian König
2011-03-09
3
-4
/
+22
*
svga: Add a new winsys entry point to query the hw version.
José Fonseca
2011-03-09
3
-0
/
+11
*
util: Use PIPE_TRANSFER_DISCARD_WHOLE_RESOURCE in pipe_buffer_write.
José Fonseca
2011-03-09
1
-1
/
+6
*
util: add ensure_sanity checks, fix a bug
Keith Whitwell
2011-03-09
1
-2
/
+56
*
util: improve cache collision behaviour
Keith Whitwell
2011-03-09
1
-18
/
+76
*
util: Add remove to util_cache
Alex Corscadden
2011-03-09
2
-0
/
+26
*
util: Allow util_draw_texquad to draw quads with non-integer coordinates.
Alex Corscadden
2011-03-09
1
-2
/
+2
*
wgl: Force framebuffer validation on glViewport.
José Fonseca
2011-03-09
1
-1
/
+13
*
gallium/svga: Don't replace user vertex buffer with uploaded copy
Thomas Hellstrom
2011-03-09
1
-1
/
+2
*
scons: Fix immediate Python exceptions with SCons on SunOS.
Vinson Lee
2011-03-08
4
-4
/
+4
*
st/python: Add timeout parameter to fence_finish.
Vinson Lee
2011-03-08
1
-1
/
+1
*
r300g: handle timeout parameter in fence_finish
Marek Olšák
2011-03-08
1
-0
/
+17
*
gallium: add timeout parameter to fence_finish
Marek Olšák
2011-03-08
29
-36
/
+71
*
st/mesa: implement ARB_sync
Marek Olšák
2011-03-08
6
-0
/
+168
*
r300g: add LATC support
Marek Olšák
2011-03-08
3
-4
/
+22
*
st/mesa: cleanup checking for signed compressed formats in generate_mipmaps
Marek Olšák
2011-03-08
1
-8
/
+4
*
st/mesa: add LATC and 3DC support
Marek Olšák
2011-03-08
3
-3
/
+76
*
gallium/util: add LATC support
Marek Olšák
2011-03-08
9
-4
/
+472
*
mesa: add ATI_texture_compression_3dc
Marek Olšák
2011-03-08
7
-0
/
+30
*
mesa: add EXT_texture_compression_latc
Marek Olšák
2011-03-08
13
-7
/
+234
*
st/mesa: Fix an incorrect user vertex buffer reference
Thomas Hellstrom
2011-03-08
1
-4
/
+2
*
vbo: mark vertex arrays as dirty when re-binding
Marek Olšák
2011-03-08
1
-1
/
+12
*
r300/compiler: remove unused variables
Marek Olšák
2011-03-08
1
-1
/
+1
*
glsl: Use insert_before for lists instead of open coding it
Ian Romanick
2011-03-08
1
-4
/
+1
*
linker: Add imported functions to the linked IR
Ian Romanick
2011-03-08
1
-1
/
+7
*
glsl: Add several function / call related validations
Ian Romanick
2011-03-08
1
-0
/
+27
*
glsl: Function signatures cannot have NULL return type
Ian Romanick
2011-03-08
2
-1
/
+7
*
r600g: set start instance correctly
Christian König
2011-03-08
1
-1
/
+1
*
swrast: flip the conditionals in shadow_compare4() for readability
Brian Paul
2011-03-08
1
-24
/
+24
*
swrast: add coord clamping, fix comparisons for shadow testing
Philip Taylor
2011-03-08
1
-27
/
+30
*
r300g: decide whether a flush should be asynchronous when calling it
Marek Olšák
2011-03-08
11
-54
/
+54
*
r300g: use pipelined transfers for RGTC textures
Marek Olšák
2011-03-08
1
-1
/
+2
*
r300/compiler: fix equal and notequal shadow compare functions
Marek Olšák
2011-03-08
1
-18
/
+16
*
r300/compiler: detect constants harder
Marek Olšák
2011-03-08
1
-4
/
+8
*
r300/compiler: improve the detection of constants for constant folding
Marek Olšák
2011-03-08
1
-0
/
+7
*
r300/compiler: saturate Z before the shadow comparison
Marek Olšák
2011-03-08
1
-37
/
+44
*
llvmpipe: clamp texcoords in lp_build_sample_compare()
Brian Paul
2011-03-07
1
-0
/
+5
*
softpipe: clamp texcoords in sample_compare()
Philip Taylor
2011-03-07
1
-24
/
+30
*
mesa: return after invalidating renderbuffer
Marek Olšák
2011-03-07
1
-0
/
+1
*
st/mesa: fail to alloc a renderbuffer if st_choose_renderbuffer_format fails
Marek Olšák
2011-03-07
1
-1
/
+5
*
mesa: invalidate framebuffer if internal format of renderbuffer is changed
Marek Olšák
2011-03-07
2
-6
/
+31
*
mesa: initialize DummyBufferObject's mutex
Brian Paul
2011-03-07
1
-0
/
+1
*
st/mesa: fix incorrect version checking code
Brian Paul
2011-03-07
1
-2
/
+3
[next]