aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_state_shader.c
Commit message (Expand)AuthorAgeFilesLines
* softpipe: add check for DO_PSTIPPLE_IN_HELPER_MODULEBrian Paul2011-10-041-0/+2
* softpipe: Use memory allocation macros.José Fonseca2011-09-251-2/+2
* softpipe: use the polygon stipple utility moduleBrian Paul2011-07-211-1/+16
* softpipe: implement fragment shader variantsBrian Paul2011-07-211-19/+95
* softpipe: use tgsi_shader_info fields for fragcoord origin, center, etc.Brian Paul2011-07-211-9/+0
* softpipe: remove redundant draw_flush() callBrian Paul2011-02-281-2/+0
* softpipe: add support for color writes all color bufs propertyDave Airlie2010-12-241-0/+2
* softpipe: make shader-related functions staticBrian Paul2010-09-251-35/+55
* softpipe: rename sp_state_fs.c -> sp_state_shader.cBrian Paul2010-09-251-0/+281