summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-10-13egl: Remove core functions from eglGetProcAddress.Chia-I Wu
2009-10-13egl: Add support for driver built-in.Chia-I Wu
2009-10-13st/xorg: solid fills with masks are supportedZack Rusin
2009-10-13intel: fix broken sw generate mipmap pathBrian Paul
2009-10-13st/xorg: fix and enable by default xrender accelerationZack Rusin
2009-10-13mesa: whitespace fixesBrian Paul
2009-10-13mesa: do RTT check in _mesa_meta_check_generate_mipmap_fallback()Brian Paul
2009-10-12r300g: More debug flags.Corbin Simpson
2009-10-12r300g: Surface debug.Corbin Simpson
2009-10-12r300g: Fallback on surfaces we can't render to or from.Corbin Simpson
2009-10-12r300g: Prevent multiple-use textures from getting incorrectly approved.Corbin Simpson
2009-10-12r300g: Clean up texture formats.Corbin Simpson
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