summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-22progs/perf: test glGetTexImage() alsoBrian Paul
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-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-21r600: fix typo in the last commitAlex Deucher
2009-09-21r600: various cleanupsAlex Deucher
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
2009-09-21r300g: Fix bad formatting parameters in calls to debug_printfNicolai Hähnle
2009-09-21gallium debug: Add gcc printf hint to debug_printfNicolai Hähnle
2009-09-21progs/perf: a few more vbo upload modesKeith Whitwell
2009-09-21progs/perf: human-readable drawoverhead outputKeith Whitwell
2009-09-21progs/perf: human-format vertexrate outputKeith Whitwell
2009-09-21progs/perf: add human-readable float formatterKeith Whitwell
2009-09-21progs/glsl: Include local headers before installed headers during compilation.Vinson Lee
2009-09-21r600: fix some issues with LIT instructionAndre Maasikas
2009-09-21Merge branch 'mesa_7_6_branch'Nicolai Hähnle
2009-09-21r300: Zero-initialize register for NV_vertex_programNicolai Hähnle
2009-09-21r300: Fix handling of NV_vertex_program parametersNicolai Hähnle
2009-09-21Merge branch 'mesa_7_6_branch'Michel Dänzer
2009-09-21Merge branch 'mesa_7_5_branch' into mesa_7_6_branchMichel Dänzer
2009-09-21intel: Fix crash in intel_flush().Michel Dänzer
2009-09-21nouveau: allow building modesetting_drv.soBen Skeggs
2009-09-21nouveau: drm_api create_screen()'s 'arg' argument can be NULLBen Skeggs
2009-09-20windows: call _mesa_meta_init/free()Brian Paul