summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw
AgeCommit message (Expand)Author
2008-02-25gallium: rewrite AA point fragment shader to use a CMP instruction instead of...Brian
2008-02-25gallium: fix bad ptr assignmentBrian
2008-02-25gallium: modify draw_find_vs_output() to search vertex shader outputsBrian
2008-02-24Add new files.José Fonseca
2008-02-24gallium: Fix MSVC warnings.José Fonseca
2008-02-24gallium: MSVC fixes.José Fonseca
2008-02-22gallium: fix bug in which wide point stage overrode the aapoint stageBrian
2008-02-21gallium: new draw stage for polygon stipple.Brian
2008-02-21gallium: new AA point drawing stageBrian
2008-02-21draw: vertex cache reworkKeith Whitwell
2008-02-20gallium: re-fix some msvc warningsBrian
2008-02-19Remove src/mesa and src/mesa/main from gallium source include paths.José Fonseca
2008-02-19Add run-time cpu capabilities detection stubs.José Fonseca
2008-02-19Simplify makefile boilerplate code.José Fonseca
2008-02-19Use gallium's rtasm module.José Fonseca
2008-02-18gallium: remove the prototype/unused wide_line_aa() functionBrian
2008-02-18gallium: antialiased line drawingBrian
2008-02-18Update for llvm -> gallivm rename.José Fonseca
2008-02-18Update scons build for new code layout.José Fonseca
2008-02-18Code reorganization: split gallium and mesa makefiles.José Fonseca
2008-02-15Make this file build on non-SSE builds (e.g., Cell)Ian Romanick
2008-02-15draw: subclass vertex shaders according to execution methodKeith Whitwell
2008-02-15Merge commit 'origin/gallium-0.1' into gallium-0.1Keith Whitwell
2008-02-15Code reorganization: s/aux/auxiliary/.José Fonseca