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
*
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
*
st/glx: whitespace, 80-column fixes
Brian Paul
2011-03-07
1
-35
/
+50
*
mesa: remove stray _mesa_finish() call in _mesa_CopyPixels()
Brian Paul
2011-03-07
1
-2
/
+0
*
r600g: Simplify some swizzle lookups.
Henri Verbeet
2011-03-07
1
-75
/
+14
*
r600g: Constant buffers can contain up to 4096 constants.
Henri Verbeet
2011-03-07
2
-1
/
+2
*
i915: Only invert wpos when rendering to the system framebuffer.
Henri Verbeet
2011-03-07
1
-7
/
+15
*
i915: Derive the gl_fragment_program from i915_fragment_program.
Henri Verbeet
2011-03-07
1
-6
/
+5
*
glx: Take GLPROTO_CFLAGS into account.
Henri Verbeet
2011-03-07
1
-0
/
+1
*
intel: check for miptree allocation failure
Chris Wilson
2011-03-07
1
-0
/
+2
*
intel: Add some defense against buffer allocation failure for subimage blits
Chris Wilson
2011-03-07
1
-11
/
+11
*
intel: Add some defense against bo allocation failure
Chris Wilson
2011-03-07
1
-7
/
+11
*
egl_dri2: Add attribute map for __DRI_ATTRIB_FRAMEBUFFER_SRGB_CAPABLE
Benjamin Franzke
2011-03-07
1
-0
/
+1
*
r600g: use long long integers for instance addr calculation
Christian König
2011-03-06
1
-1
/
+1
*
glx/dri: add initial dri interface for GLX_EXT_framebuffer_sRGB.
Dave Airlie
2011-03-06
5
-5
/
+10
*
glx: add initial GLX_EXT_framebuffer_sRGB support.
Dave Airlie
2011-03-06
5
-0
/
+16
*
pb: Add is_buffer_busy for malloc buffers.
José Fonseca
2011-03-06
1
-1
/
+10
*
st/wgl: No need to initialize OneTimeLock anymore.
José Fonseca
2011-03-06
1
-6
/
+0
*
mapi: _glthread_DECLARE_STATIC_MUTEX is not broken on Windows.
José Fonseca
2011-03-06
3
-18
/
+5
*
trace: Use pipe_static_mutex.
José Fonseca
2011-03-06
3
-22
/
+1
*
os: Fix pipe_static_mutex on Windows.
José Fonseca
2011-03-06
1
-1
/
+2
*
graw-gdi: Silence gcc missing initialization warning.
José Fonseca
2011-03-06
1
-1
/
+3
*
i915g: update TODO
Daniel Vetter
2011-03-06
1
-10
/
+7
*
r300g/swtcl: advertise draw_instanced and primitive_restart
Marek Olšák
2011-03-05
1
-2
/
+5
*
r300g: implement instanced arrays
Marek Olšák
2011-03-05
5
-48
/
+132
[next]