summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-05-08gallium/draw: cope with unused vertex_elementsKeith Whitwell
2009-05-08trivial: add line-flat.cKeith Whitwell
2009-05-08wgl: UINT_PTR null value is an integral type, so return 0 instead of NULL.José Fonseca
2009-05-08pb: Save the stack backtrace when creating/mapping a debug buffer.José Fonseca
2009-05-08pb: Dump the fenced buffer sizes.José Fonseca
2009-05-07swrast: fix span clipping bugBrian Paul
2009-05-07mesa: unmap buffer objects during context tear-downBrian Paul
2009-05-05gallium: fix texcoords for cubemap mipmap generationBrian Paul
2009-05-04glx: replace Xmalloc() calls with Xcalloc()Brian Paul
2009-05-01st: create renderbuffer's pipe_surface in st_render_texture()Brian Paul
2009-05-01mesa: fix state validation bug for glCopyTex[Sub]Image()Brian Paul
2009-05-01Fix symbol list for mangled Mesa on Darwin.Tom Fogal
2009-05-01mesa: remove -devel suffix from versionBrian Paul
2009-05-01configs: bump MESA_MINOR to 5Brian Paul
2009-05-01docs: fix typoBrian Paul
2009-05-01radeon: Don't even bother with things too big to fit into our card.Corbin Simpson
2009-05-01r300-gallium, radeon-winsys: Hide radeon_cs from r300 pipe.Corbin Simpson
2009-05-01r300-gallium, radeon-winsys: Space accounting.Corbin Simpson
2009-05-01r300-gallium, radeon-winsys: Reorganize r300_winsys header, break ABI.Corbin Simpson
2009-05-01r300-gallium: Don't bother with conditional double define.Corbin Simpson
2009-05-01radeon: Fix cast and comment.Corbin Simpson
2009-04-30docs: asst. updates for 7.5 releaseBrian Paul