summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-10-11configs: fix some remains of the i915simple driverZack Rusin
2009-10-11st/xorg: implement basics of xvZack Rusin
2009-10-11r300g: Fix fragment program constants upload on R300Nicolai Hähnle
2009-10-11r300g: fix blending default state + alpha separate.Dave Airlie
2009-10-10Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-10softpipe: fix multi-drawbuffers regressionBrian Paul
2009-10-10softpipe: revert 564df9dc5f6335eb8dc68f3c69cf054d2142663cBrian Paul
2009-10-10r300g: add video surface create and destroy functionsCooper Yuan
2009-10-09radeon: fix scissor regressionAlex Deucher
2009-10-09st/mesa: create aux buffers according to visualBrian Paul
2009-10-09mesa: fix incorrect assertion in _mesa_add_aux_renderbuffers()Brian Paul
2009-10-08st/xorg: Old X servers don't deal well with failing accessesJakob Bornecrantz
2009-10-08st/xorg: More fallback debuggingJakob Bornecrantz
2009-10-08Revert "st/xorg: Debug fallbacks for composite as well"Jakob Bornecrantz
2009-10-08st/xorg: Debug fallbacks for composite as wellJakob Bornecrantz
2009-10-08st/xorg: Use A8 textures for depth 8 pixmapsJakob Bornecrantz
2009-10-08st/xorg: Fix depth stencil buffers on old X serversJakob Bornecrantz
2009-10-09softpipe: restore/fix print_vertex() debug helperBrian Paul
2009-10-09util: Force ESI register for cpuid's ebx result.José Fonseca
2009-10-09llvmpipe: Eliminate constant mapping/unmapping.José Fonseca
2009-10-09gdi: Fix the build when llvmpipe is requested (the default) but llvm is not p...José Fonseca
2009-10-09r600: fixup KIL instruction a bitAndre Maasikas
2009-10-08i965: Use bo_references for the state cache delete function.Eric Anholt
2009-10-08intel: Use new drm_intel_bo_references() to avoid flushing.Eric Anholt
2009-10-08mesa: free display list state after freeing shared stateBrian Paul
2009-10-08Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-07mesa: clean up extended opcode codeBrian Paul
2009-10-07mesa: move gl_list_instruction and gl_list_extensions to dlist.cBrian Paul
2009-10-07mesa: added _mesa_free_display_list_data()Brian Paul
2009-10-07mesa: clean-up display list mem allocation, fix NULL handlingBrian Paul
2009-10-07main: replace ALLOC_INSTRUCTION macro with regular functionBrian Paul
2009-10-07mesa: rename display list functionsBrian Paul
2009-10-07gallium/xlib: call XQueryExtension() in glXQueryExtension()Brian Paul
2009-10-07mesa/xlib: call XQueryExtension() in glXQueryExtension()Brian Paul
2009-10-07i915g: Fix MSVC build.Vinson Lee
2009-10-07mesa: don't need to free textures, VBOs, etc. in _mesa_meta_free()Brian Paul
2009-10-07softpipe: new commentsBrian Paul
2009-10-07softpipe: whitespace and comment fixesBrian Paul
2009-10-07softpipe: prefix non-static functions with sp_Brian Paul
2009-10-07r300compiler: fix scons build againJoakim Sindholt
2009-10-07Merge branch 'master' into r300g-glslNicolai Hähnle
2009-10-07Merge branch 'mesa_7_6_branch'Nicolai Hähnle
2009-10-07shader_api: Fix bounds checking of glUniform and glUniformMatrixNicolai Hähnle
2009-10-07prog_parameter: Document the fact that Size may be > 4Nicolai Hähnle
2009-10-07util: do some more util_blit_pixels cases without temporariesKeith Whitwell
2009-10-07mesa/st: add missing mesa constant file nameKeith Whitwell
2009-10-07st/mesa: pass pipe_screen, not pipe_context to st_choose_format() functionsBrian Paul
2009-10-07mesa/xlib: fix glXQueryDrawable() bugs, see bug 24320Brian Paul
2009-10-07gallium/xlib: fix glXQueryDrawable() bugs, see bug 24320Brian Paul
2009-10-07st/dri: Add missing front buffer case in dri_get_buffers().Michel Dänzer