summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-04-30docs: bring in 7.4 doc updates from mesa_7_4_branchBrian Paul
2009-04-30docs: notes about new version number meaning in release notesBrian Paul
2009-04-30mesa: update linux-static, linux-x86-static configsBrian Paul
2009-04-30demos: silence warningBrian Paul
2009-04-30mklib: replace if/expr with caseTormod Volden
2009-04-30mesa: Prepend "-Wl," to linking optionsTormod Volden
2009-04-30i915simple: remove duplicated i915_context.c in C_SOURCESBrian Paul
2009-04-30r300: Increase reference count of texture objects referenced by current state.Michel Dänzer
2009-04-30gallium: Add SCons build support for the DRI state tracker.Michel Dänzer
2009-04-29egl: Don't install demodriverDan Nicholson
2009-04-29progs/tests: Update ignoresJakob Bornecrantz
2009-04-29progs/tests: Add mipmap_comp for mipmap testing with compressed texturesJakob Bornecrantz
2009-04-29Use variable library name in pkg-config output.Tom Fogal
2009-04-29autoconf: Add switch for optional EGLDan Nicholson
2009-04-29autoconf: Clean up some m4 usageDan Nicholson
2009-04-29tgsi: added tgsi_check_soa_dependencies() and related debug code (disabled)Brian Paul
2009-04-29mesa: added _mesa_check_soa_dependencies() functionBrian Paul
2009-04-28softpipe: return PIPE_UNREFERENCED in softpipe_is_buffer/texture_referenced()Brian Paul
2009-04-28mesa/st: protect internal flushes with FLUSH_CURRENTKeith Whitwell
2009-04-28mesa/main: protect driver.finish with FLUSH_CURRENTKeith Whitwell
2009-04-28mesa/st: remove duplicate offset calculationKeith Whitwell
2009-04-28gallium/draw: add ability to print out active pipeline stagesKeith Whitwell
2009-04-28mesa/st: translate VERT_ATTRIB_GENERIC8..15 in st_translate_vertex_programKeith Whitwell