summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_aapoint.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove the ugly pipe->draw stage lookup code in aaline/point/pstippl...Brian2008-02-291-28/+4
* gallium: remove dependencies on pipe_shader_state's semantic infoBrian2008-02-271-2/+4
* gallium: disable debug codeBrian2008-02-261-1/+1
* gallium: rewrite AA point fragment shader to use a CMP instruction instead of...Brian2008-02-251-100/+96
* gallium: MSVC fixes.José Fonseca2008-02-241-3/+3
* gallium: new AA point drawing stageBrian2008-02-211-0/+875