summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-05-15mesa: bump version to 7.5-rc2mesa_7_5_rc2Brian Paul2-2/+2
2009-05-15docs: updates from the 7.4 branchBrian Paul3-5/+80
2009-05-14r300: Make sure to drop current hardware state reference to texture objects.Michel Dänzer2-8/+21
2009-05-13intel: added null ptr checkBrian Paul1-1/+2
2009-05-13intel: create a private gl_array_object for intel_clear_tris(), fix bug 21638Brian Paul3-29/+75
2009-05-13mesa: delete array objects before buffer objects during context tear-downBrian Paul1-1/+2
2009-05-13mesa: clean-up vertex array object VBO unbinding and delete/refcountingBrian Paul1-31/+33
2009-05-13mesa: reference counting for gl_array_objectBrian Paul4-13/+84
2009-05-12glXChooseVisual: Only consider fbconfig if we can get the corresponding visual.Michel Dänzer1-16/+17
2009-05-11Test either GL_FRONT_LEFT or GL_FRONT for front-buffer renderingIan Romanick1-1/+2
2009-05-11st: do proper refcounting for framebuffer surfacesBrian Paul2-6/+17
2009-05-11trivial: destroy window upon exitBrian Paul1-0/+1
2009-05-11mesa: Fixed a texture memory leakBrian Paul1-0/+3
2009-05-09mesa: added more gallium Makefiles to tarball listBrian Paul1-0/+1
2009-05-09gallium: replace lib with $(LIB_DIR)Hanno Böck1-2/+2
2009-05-08mesa: omit files that were removed from gitmesa_7_5_rc1Brian Paul1-7/+0
2009-05-08mesa: set version to 7.5-rc1Brian Paul2-2/+2
2009-05-08wgl: Grow the maximum number of pixel formats to cope with the new accum pixe...José Fonseca1-1/+1
2009-05-08mesa/st: keep surface_copy arguments positiveKeith Whitwell2-3/+68
2009-05-08mesa/st: remove redundant call to st_finish in CopyTexSubImageKeith Whitwell1-3/+0
2009-05-08wgl: Export pixelformats with accumulation bits.José Fonseca1-6/+8
2009-05-08mesa/st: cope with non-ibo index data in st_draw_feedback.cKeith Whitwell1-8/+15
2009-05-08util/upload: catch failures to map_range and return errorKeith Whitwell1-13/+17
2009-05-08scons: mingw is broken with -O1 and higherKeith Whitwell2-0/+4
2009-05-08stw: fix potential uninitialized use of curctxKeith Whitwell1-1/+1
2009-05-08wgl: Enforce a minimum 1x1 framebuffer size.José Fonseca1-8/+19
2009-05-08wgl: Add assertion for missing function.José Fonseca1-0/+1
2009-05-08wgl: Remove unused variable.José Fonseca1-1/+0
2009-05-08mesa: Make _mesa_share_state thread safe.José Fonseca1-2/+9
2009-05-08wgl: Implement ShareLists.José Fonseca4-7/+28
2009-05-08progs/trivial: add test for vertex program invarient transformKeith Whitwell3-0/+149
2009-05-08mesa: more complete fix for transform_invarient glitchesKeith Whitwell6-11/+153
2009-05-08mesa/main: set PREFER_DP4 to match position_invarient codeKeith Whitwell1-1/+1
2009-05-08wgl: Implemente SwapLayerBuffers.José Fonseca4-5/+17
2009-05-08scons: Don't use deprecated Options.José Fonseca2-9/+9
2009-05-08util: Limit the stack walk to avoid referencing undefined memory.José Fonseca1-1/+10
2009-05-08gallium/tgsi: hack around linker/archiver breakageKeith Whitwell1-0/+27
2009-05-08progs/trivial: add vbo-noninterleaved testKeith Whitwell3-0/+141
2009-05-08wgl: Include alpha bits in pixel format's cColorBits field.José Fonseca1-1/+1
2009-05-08gallium/draw: cope with unused vertex_elementsKeith Whitwell3-2/+9
2009-05-08trivial: add line-flat.cKeith Whitwell3-0/+149
2009-05-08wgl: UINT_PTR null value is an integral type, so return 0 instead of NULL.José Fonseca1-2/+2
2009-05-08pb: Save the stack backtrace when creating/mapping a debug buffer.José Fonseca1-1/+101
2009-05-08pb: Dump the fenced buffer sizes.José Fonseca1-4/+6
2009-05-07swrast: fix span clipping bugBrian Paul2-22/+71
2009-05-07mesa: unmap buffer objects during context tear-downBrian Paul1-0/+4
2009-05-05gallium: fix texcoords for cubemap mipmap generationBrian Paul1-10/+86
2009-05-04glx: replace Xmalloc() calls with Xcalloc()Brian Paul2-2/+2
2009-05-01st: create renderbuffer's pipe_surface in st_render_texture()Brian Paul1-1/+11
2009-05-01mesa: fix state validation bug for glCopyTex[Sub]Image()Brian Paul1-5/+16