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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: add missing glGet*() case for GL_VERTEX_ARRAY_BINDING_APPLE
Brian Paul
2009-05-21
2
-1
/
+16
*
vbo: fix incorrect loop limit in bind_array_obj()
Brian Paul
2009-05-21
1
-1
/
+4
*
mesa: use MAX_ values instead of literals
Brian Paul
2009-05-21
1
-2
/
+2
*
mesa: allow depth/stencil textures to be attached to GL_STENCIL_ATTACHMENT
Mathias Fröhlich
2009-05-19
1
-4
/
+14
*
mesa: assign trb->Base.StencilBits in update_wrapper().
Brian Paul
2009-05-19
1
-0
/
+1
*
st/mesa: fix incorrect src/dst stride params to _mesa_generate_mipmap_level()
Brian Paul
2009-05-18
1
-2
/
+6
*
mesa: comments for _mesa_generate_mipmap_level()
Brian Paul
2009-05-18
1
-0
/
+3
*
softpipe: add texture target sanity check assertion
Brian Paul
2009-05-18
1
-0
/
+5
*
st: fix incorrect target parameter to screen->is_format_supported()
Brian Paul
2009-05-18
1
-1
/
+1
*
Initialize psp->waitX/waitGL for swrast_dri.so.
Aidan Thornton
2009-05-18
1
-0
/
+2
*
mesa: bump version to 7.5-rc2
mesa_7_5_rc2
Brian Paul
2009-05-15
1
-1
/
+1
*
r300: Make sure to drop current hardware state reference to texture objects.
Michel Dänzer
2009-05-14
2
-8
/
+21
*
intel: added null ptr check
Brian Paul
2009-05-13
1
-1
/
+2
*
intel: create a private gl_array_object for intel_clear_tris(), fix bug 21638
Brian Paul
2009-05-13
3
-29
/
+75
*
mesa: delete array objects before buffer objects during context tear-down
Brian Paul
2009-05-13
1
-1
/
+2
*
mesa: clean-up vertex array object VBO unbinding and delete/refcounting
Brian Paul
2009-05-13
1
-31
/
+33
*
mesa: reference counting for gl_array_object
Brian Paul
2009-05-13
4
-13
/
+84
*
glXChooseVisual: Only consider fbconfig if we can get the corresponding visual.
Michel Dänzer
2009-05-12
1
-16
/
+17
*
Test either GL_FRONT_LEFT or GL_FRONT for front-buffer rendering
Ian Romanick
2009-05-11
1
-1
/
+2
*
st: do proper refcounting for framebuffer surfaces
Brian Paul
2009-05-11
2
-6
/
+17
*
mesa: Fixed a texture memory leak
Brian Paul
2009-05-11
1
-0
/
+3
*
gallium: replace lib with $(LIB_DIR)
Hanno Böck
2009-05-09
1
-2
/
+2
*
mesa: set version to 7.5-rc1
Brian Paul
2009-05-08
1
-1
/
+1
*
wgl: Grow the maximum number of pixel formats to cope with the new accum pixe...
José Fonseca
2009-05-08
1
-1
/
+1
*
mesa/st: keep surface_copy arguments positive
Keith Whitwell
2009-05-08
2
-3
/
+68
*
mesa/st: remove redundant call to st_finish in CopyTexSubImage
Keith Whitwell
2009-05-08
1
-3
/
+0
*
wgl: Export pixelformats with accumulation bits.
José Fonseca
2009-05-08
1
-6
/
+8
*
mesa/st: cope with non-ibo index data in st_draw_feedback.c
Keith Whitwell
2009-05-08
1
-8
/
+15
*
util/upload: catch failures to map_range and return error
Keith Whitwell
2009-05-08
1
-13
/
+17
*
stw: fix potential uninitialized use of curctx
Keith Whitwell
2009-05-08
1
-1
/
+1
*
wgl: Enforce a minimum 1x1 framebuffer size.
José Fonseca
2009-05-08
1
-8
/
+19
*
wgl: Add assertion for missing function.
José Fonseca
2009-05-08
1
-0
/
+1
*
wgl: Remove unused variable.
José Fonseca
2009-05-08
1
-1
/
+0
*
mesa: Make _mesa_share_state thread safe.
José Fonseca
2009-05-08
1
-2
/
+9
*
wgl: Implement ShareLists.
José Fonseca
2009-05-08
4
-7
/
+28
*
mesa: more complete fix for transform_invarient glitches
Keith Whitwell
2009-05-08
6
-11
/
+153
*
mesa/main: set PREFER_DP4 to match position_invarient code
Keith Whitwell
2009-05-08
1
-1
/
+1
*
wgl: Implemente SwapLayerBuffers.
José Fonseca
2009-05-08
4
-5
/
+17
*
util: Limit the stack walk to avoid referencing undefined memory.
José Fonseca
2009-05-08
1
-1
/
+10
*
gallium/tgsi: hack around linker/archiver breakage
Keith Whitwell
2009-05-08
1
-0
/
+27
*
wgl: Include alpha bits in pixel format's cColorBits field.
José Fonseca
2009-05-08
1
-1
/
+1
*
gallium/draw: cope with unused vertex_elements
Keith Whitwell
2009-05-08
3
-2
/
+9
*
wgl: UINT_PTR null value is an integral type, so return 0 instead of NULL.
José Fonseca
2009-05-08
1
-2
/
+2
*
pb: Save the stack backtrace when creating/mapping a debug buffer.
José Fonseca
2009-05-08
1
-1
/
+101
*
pb: Dump the fenced buffer sizes.
José Fonseca
2009-05-08
1
-4
/
+6
*
swrast: fix span clipping bug
Brian Paul
2009-05-07
2
-22
/
+71
*
mesa: unmap buffer objects during context tear-down
Brian Paul
2009-05-07
1
-0
/
+4
*
gallium: fix texcoords for cubemap mipmap generation
Brian Paul
2009-05-05
1
-10
/
+86
*
glx: replace Xmalloc() calls with Xcalloc()
Brian Paul
2009-05-04
2
-2
/
+2
*
st: create renderbuffer's pipe_surface in st_render_texture()
Brian Paul
2009-05-01
1
-1
/
+11
[next]