summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-27softpipe: move all depth/stencil/alpha pixel processing into one stageKeith Whitwell
2009-07-25softpipe: fix error in scissor state dependenciesKeith Whitwell
2009-07-25softpipe: cleanup framebuffer state routine slightlyKeith Whitwell
2009-07-24softpipe: move all color-combine code into sp_quad_blend.cKeith Whitwell
2009-07-24softpipe: fix typoKeith Whitwell
2009-07-24softpipe: example fastpaths in blendingKeith Whitwell
2009-07-24softpipe: actually pass >1 quad from triangle routineKeith Whitwell
2009-07-24softpipe: expand quad pipeline to process >1 quad at a timeKeith Whitwell
2009-07-24softpipe: rip out old mulithread supportKeith Whitwell
2009-07-23softpipe: avoid flushing depth buffer cache on swapbuffersKeith Whitwell
2009-07-23softpipe: also shortcircuit non-texture tile lookupsKeith Whitwell
2009-07-22softpipe: shortcircuit repeated lookups of the same tileKeith Whitwell
2009-07-22softpipe: remove unused vars in sp_setup.cKeith Whitwell
2009-07-22softpipe: use bitwise logic to setup quad masks in sp_setupKeith Whitwell
2009-07-22softpipe: simplify flush_spansKeith Whitwell
2009-07-22softpipe: make some small steps to flush texture cache less frequentlyKeith Whitwell
2009-07-22gallium/xlib: use XSHM for swapbuffersKeith Whitwell
2009-07-22util: _debug_printf should print even when DEBUG is not definedKeith Whitwell
2009-07-22softpipe: remove backwards dependency from tilecache to softpipeKeith Whitwell
2009-07-22gallium: remove multiple aliases for TGSI opcodesKeith Whitwell
2009-07-22gallium: simplify tgsi_full_immediate structKeith Whitwell
2009-07-21r600: fix dst reg indexing for realRichard Li
2009-07-21Revert "r600: fix dst reg indexing"Alex Deucher
2009-07-21r600: add stencil supportAlex Deucher
2009-07-21r600: use state functions to set default stateAlex Deucher
2009-07-21r600: fill in point functionsAlex Deucher
2009-07-21r600: set provoking vertex to last vertex for OGLAlex Deucher
2009-07-21r600: fill in r700UpdateViewportOffsetAlex Deucher
2009-07-21r600: first pass at polyoffset supportAlex Deucher
2009-07-21radeon: fix colorbuffer pitch emission regarding tiling in KMS/CS caseJerome Glisse
2009-07-21R600: fix up some build problemsAlex Deucher
2009-07-21r600: add alpha test supportAlex Deucher
2009-07-21Track Radeon driver symlinks in Git.Michel Dänzer
2009-07-21Add missing X11_INCLUDES to egl/drivers/demo and egl/main.Peter Hutterer
2009-07-20i965: Don't clip everything if FRONT_AND_BACK culling while culling disabled.Eric Anholt
2009-07-20r600: fix typo in blend codeAlex Deucher
2009-07-20r600: fix dst reg indexingKevin DeKorte
2009-07-20r600: add blending supportAlex Deucher
2009-07-20r600: add user clip plane supportAlex Deucher
2009-07-20r600: add logicop supportAlex Deucher
2009-07-20tgsi: get texturing working in vertex shader sse2 pathKeith Whitwell
2009-07-20Merge branch 'mesa_7_5_branch'Michel Dänzer
2009-07-20radeon: With DRI1, if we have HW stencil, only expose fbconfigs with stencil.Michel Dänzer
2009-07-20tgsi: get texturing working in vertex shader sse2 pathKeith Whitwell
2009-07-20tgsi: fix regression in indexed const lookupsKeith Whitwell
2009-07-20r600: Fix compilationKevin DeKorte
2009-07-20R6xx/r7xx: Fix line stipple and width issueCooper Yuan
2009-07-20Add common_ppc.c to MESA_GALLIUM_SOURCES.Michel Dänzer
2009-07-20r300g: Fix SCons build.Michel Dänzer
2009-07-20gallium/trace: Fix SCons build.Michel Dänzer