aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_state_shader.c
Commit message (Expand)AuthorAgeFilesLines
* softpipe: use new softpipe_resource_data() accessorBrian Paul2013-07-311-1/+1
* softpipe: don't ignore pipe_constant_buffer::buffer_offsetBrian Paul2013-07-311-3/+5
* softpipe: fix streamout with an emptry geometry shaderZack Rusin2013-04-221-12/+16
* softpipe: fix up FS variant unbinding / deletionBrian Paul2012-12-191-9/+1
* softpipe: fix softpipe_delete_fs_state() failed assertionBrian Paul2012-08-101-2/+4
* softpipe: cast away const to silence warningBrian Paul2012-05-011-1/+2
* gallium: add void *user_buffer to pipe_constant_bufferMarek Olšák2012-04-301-2/+15
* gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák2012-04-301-1/+2
* Remove tgsi_sse2.José Fonseca2011-11-081-4/+1
* softpipe: fix memory leaksMorgan Armand2011-11-071-0/+3
* 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