summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-05-21minstall: Don't copy over an identical fileCarl Worth
2009-05-19mesa: allow depth/stencil textures to be attached to GL_STENCIL_ATTACHMENTMathias Fröhlich
2009-05-19mesa: assign trb->Base.StencilBits in update_wrapper().Brian Paul
2009-05-18st/mesa: fix incorrect src/dst stride params to _mesa_generate_mipmap_level()Brian Paul
2009-05-18mesa: comments for _mesa_generate_mipmap_level()Brian Paul
2009-05-18softpipe: add texture target sanity check assertionBrian Paul
2009-05-18st: fix incorrect target parameter to screen->is_format_supported()Brian Paul
2009-05-18mesa: added linux-osmesa-static configBrian Paul
2009-05-18docs: link to 7.5 relnotesBrian Paul
2009-05-18docs: emphasize the incomplete status of the nouveau/R300 gallium driversBrian Paul
2009-05-18Initialize psp->waitX/waitGL for swrast_dri.so.Aidan Thornton
2009-05-15mesa: bump version to 7.5-rc2Brian Paul
2009-05-15docs: updates from the 7.4 branchBrian Paul
2009-05-14r300: Make sure to drop current hardware state reference to texture objects.Michel Dänzer
2009-05-13intel: added null ptr checkBrian Paul
2009-05-13intel: create a private gl_array_object for intel_clear_tris(), fix bug 21638Brian Paul
2009-05-13mesa: delete array objects before buffer objects during context tear-downBrian Paul
2009-05-13mesa: clean-up vertex array object VBO unbinding and delete/refcountingBrian Paul
2009-05-13mesa: reference counting for gl_array_objectBrian Paul
2009-05-12glXChooseVisual: Only consider fbconfig if we can get the corresponding visual.Michel Dänzer
2009-05-11Test either GL_FRONT_LEFT or GL_FRONT for front-buffer renderingIan Romanick
2009-05-11st: do proper refcounting for framebuffer surfacesBrian Paul
2009-05-11trivial: destroy window upon exitBrian Paul
2009-05-11mesa: Fixed a texture memory leakBrian Paul
2009-05-09mesa: added more gallium Makefiles to tarball listBrian Paul
2009-05-09gallium: replace lib with $(LIB_DIR)Hanno Böck
2009-05-08mesa: omit files that were removed from gitBrian Paul
2009-05-08mesa: set version to 7.5-rc1Brian Paul
2009-05-08wgl: Grow the maximum number of pixel formats to cope with the new accum pixe...José Fonseca
2009-05-08mesa/st: keep surface_copy arguments positiveKeith Whitwell
2009-05-08mesa/st: remove redundant call to st_finish in CopyTexSubImageKeith Whitwell
2009-05-08wgl: Export pixelformats with accumulation bits.José Fonseca
2009-05-08mesa/st: cope with non-ibo index data in st_draw_feedback.cKeith Whitwell
2009-05-08util/upload: catch failures to map_range and return errorKeith Whitwell
2009-05-08scons: mingw is broken with -O1 and higherKeith Whitwell
2009-05-08stw: fix potential uninitialized use of curctxKeith Whitwell
2009-05-08wgl: Enforce a minimum 1x1 framebuffer size.José Fonseca
2009-05-08wgl: Add assertion for missing function.José Fonseca
2009-05-08wgl: Remove unused variable.José Fonseca
2009-05-08mesa: Make _mesa_share_state thread safe.José Fonseca
2009-05-08wgl: Implement ShareLists.José Fonseca
2009-05-08progs/trivial: add test for vertex program invarient transformKeith Whitwell
2009-05-08mesa: more complete fix for transform_invarient glitchesKeith Whitwell
2009-05-08mesa/main: set PREFER_DP4 to match position_invarient codeKeith Whitwell
2009-05-08wgl: Implemente SwapLayerBuffers.José Fonseca
2009-05-08scons: Don't use deprecated Options.José Fonseca
2009-05-08util: Limit the stack walk to avoid referencing undefined memory.José Fonseca
2009-05-08gallium/tgsi: hack around linker/archiver breakageKeith Whitwell
2009-05-08progs/trivial: add vbo-noninterleaved testKeith Whitwell
2009-05-08wgl: Include alpha bits in pixel format's cColorBits field.José Fonseca