summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-10-12r300g: More debug flags.Corbin Simpson3-4/+9
2009-10-12r300g: Surface debug.Corbin Simpson3-6/+8
2009-10-12r300g: Fallback on surfaces we can't render to or from.Corbin Simpson1-2/+11
2009-10-12r300g: Prevent multiple-use textures from getting incorrectly approved.Corbin Simpson1-5/+17
2009-10-12r300g: Clean up texture formats.Corbin Simpson3-9/+9
2009-10-12mesa: save/set/restore texture base/wrap state in blitframebuffer_texture()Brian Paul1-4/+15
2009-10-12mesa: minor clean up in check_begin_texture_render()Brian Paul1-1/+1
2009-10-12intel: whitespace/formatting clean-upBrian Paul1-10/+18
2009-10-12intel: replace extern decl with #includeBrian Paul1-1/+2
2009-10-12intel: added INLINE keyword to minify()Brian Paul1-1/+1
2009-10-12intel: code clean-upsBrian Paul1-4/+5
2009-10-12intel: pass zslice to intel_miptree_image_offset()Brian Paul7-65/+40
2009-10-12i965: remove unused varBrian Paul1-1/+0
2009-10-12mesa: print program Id when printingBrian Paul1-2/+2
2009-10-12Add support for more 8 and 16 bits formatsPatrice Mandin2-1/+15
2009-10-12r600: implement ProgramStringNotifyAndre Maasikas1-17/+38
2009-10-12r600: LIT dst.y gets value from src.xAndre Maasikas1-0/+1
2009-10-12r600: DPH adds w comp of second operand, so set first one to 1 insteadAndre Maasikas1-1/+1
2009-10-11st/xorg: initialize pipe in the rendererZack Rusin1-0/+1
2009-10-11st/xorg: lots of rendering and xv changesZack Rusin11-786/+1170
2009-10-11configs: fix some remains of the i915simple driverZack Rusin1-1/+1
2009-10-11st/xorg: implement basics of xvZack Rusin4-6/+66
2009-10-11i965: Fix the last valid address setting for the index buffer.Eric Anholt1-1/+1
2009-10-11i965: Fix the bounds emitted in the vertex buffer packets.Eric Anholt1-2/+2
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-10Merge branch 'mesa_7_6_branch'Brian Paul5-10/+25
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-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-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-09softpipe: restore/fix print_vertex() debug helperBrian Paul1-2/+6
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-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-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 Paul3-42/+16
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