summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_aapoint.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: the generic attrib we use for computing coverage is per-shaderBrian2008-03-251-11/+13
* gallium: remove dead code related to shader semantic input/output infoBrian Paul2008-03-131-6/+0
* gallium: remove semantic info from pipe_shader_stateBrian Paul2008-03-131-1/+1
* gallium: rework CSO-related code in state trackerBrian2008-03-111-1/+2
* 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