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