summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-11r300/compiler: Implement constant foldingr300g-glslNicolai Hähnle1-1/+215
2009-10-11r300/compiler: Implement simple peephole optimizerNicolai Hähnle8-47/+308
2009-10-11r300/compiler: Use memory_pool_array_reserve in deadcode eliminationNicolai Hähnle1-13/+2
2009-10-11r300/compiler: Use memory_pool_array_reserve in r500-fragprog_emitNicolai Hähnle1-17/+2
2009-10-11r300/compiler: Implement branch emulation for R300 fragment programsNicolai Hähnle8-104/+512
2009-10-11r300g: Fix fragment program constants upload on R300Nicolai Hähnle1-1/+1
2009-10-11r300g: fix blending default state + alpha separate.Dave Airlie1-9/+32
2009-10-10progs/perf: Fix MSVC build.Vinson Lee1-1/+1
2009-10-10Merge branch 'mesa_7_6_branch'Brian Paul6-10/+26
2009-10-10softpipe: fix multi-drawbuffers regressionBrian Paul1-3/+3
2009-10-10softpipe: revert 564df9dc5f6335eb8dc68f3c69cf054d2142663cBrian Paul1-1/+6
2009-10-10r300g: add video surface create and destroy functionsCooper Yuan2-1/+65
2009-10-09radeon: fix scissor regressionAlex Deucher2-8/+11
2009-10-09docs: fix aux buffer bug 24426Brian Paul1-0/+1
2009-10-09st/mesa: create aux buffers according to visualBrian Paul1-0/+7
2009-10-09mesa: fix incorrect assertion in _mesa_add_aux_renderbuffers()Brian Paul1-1/+1
2009-10-08mesa: regenerated gl_mangle.h fileBrian Paul1-0/+42
2009-10-08st/xorg: Old X servers don't deal well with failing accessesJakob Bornecrantz1-1/+5
2009-10-08st/xorg: More fallback debuggingJakob Bornecrantz3-32/+35
2009-10-08Revert "st/xorg: Debug fallbacks for composite as well"Jakob Bornecrantz1-28/+16
2009-10-08st/xorg: Debug fallbacks for composite as wellJakob Bornecrantz1-16/+28
2009-10-08st/xorg: Use A8 textures for depth 8 pixmapsJakob Bornecrantz1-1/+1
2009-10-08st/xorg: Fix depth stencil buffers on old X serversJakob Bornecrantz1-1/+4
2009-10-09progs/tests: Add tests to Makefile.Vinson Lee1-0/+7
2009-10-09softpipe: restore/fix print_vertex() debug helperBrian Paul1-2/+6
2009-10-09progs/perf: Ignores!Jakob Bornecrantz1-0/+10
2009-10-09util: Force ESI register for cpuid's ebx result.José Fonseca1-1/+1
2009-10-09llvmpipe: Eliminate constant mapping/unmapping.José Fonseca3-56/+17
2009-10-09progs: Remove unused empty file.José Fonseca1-0/+0
2009-10-09gdi: Fix the build when llvmpipe is requested (the default) but llvm is not p...José Fonseca1-6/+12
2009-10-09r600: fixup KIL instruction a bitAndre Maasikas1-18/+9
2009-10-08docs: bump libdrm version requirementBrian Paul1-2/+2
2009-10-08mesa: Bump the required libdrm version to reflect reality.Eric Anholt1-1/+1
2009-10-08i965: Use bo_references for the state cache delete function.Eric Anholt1-17/+3
2009-10-08intel: Use new drm_intel_bo_references() to avoid flushing.Eric Anholt2-10/+20
2009-10-08mesa: free display list state after freeing shared stateBrian Paul1-1/+3
2009-10-08Merge branch 'mesa_7_6_branch'Brian Paul4-42/+58
2009-10-08progs/tests: Fix MSVC build.Vinson Lee1-1/+0
2009-10-07mesa: clean up extended opcode codeBrian Paul1-18/+53
2009-10-07mesa: move gl_list_instruction and gl_list_extensions to dlist.cBrian Paul2-42/+52
2009-10-07mesa: added _mesa_free_display_list_data()Brian Paul3-0/+10
2009-10-07mesa: clean-up display list mem allocation, fix NULL handlingBrian Paul1-13/+34
2009-10-07main: replace ALLOC_INSTRUCTION macro with regular functionBrian Paul1-199/+202
2009-10-07mesa: rename display list functionsBrian Paul3-18/+18
2009-10-07gallium/xlib: call XQueryExtension() in glXQueryExtension()Brian Paul1-4/+6
2009-10-07mesa/xlib: call XQueryExtension() in glXQueryExtension()Brian Paul1-4/+6
2009-10-07i915g: Fix MSVC build.Vinson Lee1-1/+1
2009-10-07mesa: don't need to free textures, VBOs, etc. in _mesa_meta_free()Brian Paul1-28/+4
2009-10-07softpipe: new commentsBrian Paul1-0/+39
2009-10-07softpipe: whitespace and comment fixesBrian Paul1-11/+8