summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-10-12mesa: save/set/restore texture base/wrap state in blitframebuffer_texture()Brian Paul
2009-10-12mesa: minor clean up in check_begin_texture_render()Brian Paul
2009-10-12intel: whitespace/formatting clean-upBrian Paul
2009-10-12intel: replace extern decl with #includeBrian Paul
2009-10-12intel: added INLINE keyword to minify()Brian Paul
2009-10-12intel: code clean-upsBrian Paul
2009-10-12intel: pass zslice to intel_miptree_image_offset()Brian Paul
2009-10-12i965: remove unused varBrian Paul
2009-10-12mesa: print program Id when printingBrian Paul
2009-10-12Add support for more 8 and 16 bits formatsPatrice Mandin
2009-10-12r600: implement ProgramStringNotifyAndre Maasikas
2009-10-12r600: LIT dst.y gets value from src.xAndre Maasikas
2009-10-12r600: DPH adds w comp of second operand, so set first one to 1 insteadAndre Maasikas
2009-10-11st/xorg: initialize pipe in the rendererZack Rusin
2009-10-11st/xorg: lots of rendering and xv changesZack Rusin
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