summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-22r600 : add draw_prim support.Richard Li
2009-09-22mesa: fix more buffer object error messagesBrian Paul
2009-09-22softpipe: need to write depth/stencil values even when stencil failsKeith Whitwell
2009-09-22softpipe: set quad->facing valueKeith Whitwell
2009-09-22Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul
2009-09-22glx: include string.h to silence missing memset() prototype warningBrian Paul
2009-09-22mesa: fix error message textBrian Paul
2009-09-22r300: Fix crash reported in bug #24066Nicolai Hähnle
2009-09-22softpipe: fix polygon stippleKeith Whitwell
2009-09-22progs/perf: test glGetTexImage() alsoBrian Paul
2009-09-22softpipe: fix occlusion countingKeith Whitwell
2009-09-22st/xorg: Fix two leeksJakob Bornecrantz
2009-09-22i915g: Activate traceJakob Bornecrantz
2009-09-22i915g: Do propper references of surfaces in contextJakob Bornecrantz
2009-09-22progs/perf: add missing texture enable in fbobind.cBrian Paul
2009-09-22progs/perf: added fbobind.c test to test FBO binding speedBrian Paul
2009-09-22progs/perf: added PerfExtensionSupported() helperBrian Paul
2009-09-22teximage: add more tests, image formatsKeith Whitwell
2009-09-22progs/perf: add another VBO test for Create/Draw/Destroy patternBrian Paul
2009-09-22progs/perf: simplify the codeBrian Paul
2009-09-22progs/perf: fix commentBrian Paul
2009-09-22progs/perf: updated commentsBrian Paul
2009-09-22progs/perf: make teximage results easier to read, more reproducibleKeith Whitwell
2009-09-22progs/perf: reset row_length after subimage testKeith Whitwell
2009-09-22progs/perf: clean up swapbuffers test a bitKeith Whitwell
2009-09-22progs/perf: break up long runs of fullscreen quadsKeith Whitwell
2009-09-22progs/perf: add first attempt at a swapbuffers rate testKeith Whitwell
2009-09-21vbo: added comment about max array indexBrian Paul
2009-09-21vbo: restore some lost warning outputBrian Paul
2009-09-21GLX: Warn only once about applications calling GLX 1.3 functionsTormod Volden
2009-09-21vbo: disable the GL_ARB_draw_elements_base_vertex rebase pathBrian Paul
2009-09-21selinux: Fix mmap() return value checkAdam Jackson
2009-09-21mesa: refine the error checking vbo_exec_DrawRangeElements()Brian Paul
2009-09-21mesa: make max_buffer_index() a non-static functionBrian Paul
2009-09-21radeon: update buffer map/unmap code for changes introduced in 92033a9516942d...Maciej Cencora
2009-09-21mesa: add some debug info to teximage.cMaciej Cencora
2009-09-21r300: fix a typoMaciej Cencora
2009-09-21swrast: fix cube face selectionBrian Paul
2009-09-21Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul
2009-09-21r600: fix typo in the last commitAlex Deucher
2009-09-21r600: various cleanupsAlex Deucher
2009-09-21mesa: refine the error checking vbo_exec_DrawRangeElements()Brian Paul
2009-09-21mesa: make max_buffer_index() a non-static functionBrian Paul
2009-09-21radeon: update buffer map/unmap code for changes introduced in 92033a9516942d...Maciej Cencora
2009-09-21mesa: add some debug info to teximage.cMaciej Cencora
2009-09-21r300: fix a typoMaciej Cencora
2009-09-21mesa: Ensure TGSI tokens are freed with gallium's free.José Fonseca
2009-09-21progs/perf: added fill-rate testBrian Paul
2009-09-21progs/perf: added helpers for creating simple textures and shader programsBrian Paul
2009-09-21progs/perf: offsetof() should be defined in stddef.h, include itBrian Paul