summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_quad.h
AgeCommit message (Collapse)Author
2010-10-13softpipe: add support for shader stencil export capabilityDave Airlie
this allows softpipe to be used to test shader stencil ref exporting. Signed-off-by: Dave Airlie <airlied@redhat.com>
2009-07-24softpipe: actually pass >1 quad from triangle routineKeith Whitwell
First attempt
2009-02-11softpipe: updated commentsBrian
2009-02-11softpipe: rename PRIM_x to QUAD_PRIM_xBrian
2009-02-11softpipe: rename sp_headers.h to sp_quad.hBrian
This header describes the quad-related datatypes afterall.
2009-02-11softpipe: rename sp_quad.[ch] -> sp_quad_pipe.[ch]Brian
Be more consistant with 'draw' module.
2008-04-07gallium: get rid of bufloop quad stageBrian
2008-02-15Code reorganization: move files into their places.José Fonseca
This is in a separate commit to ensure renames are properly preserved.