summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_state_shader.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-07-31softpipe: use new softpipe_resource_data() accessorBrian Paul1-1/+1
2013-07-31softpipe: don't ignore pipe_constant_buffer::buffer_offsetBrian Paul1-3/+5
2013-04-22softpipe: fix streamout with an emptry geometry shaderZack Rusin1-12/+16
2012-12-19softpipe: fix up FS variant unbinding / deletionBrian Paul1-9/+1
2012-08-10softpipe: fix softpipe_delete_fs_state() failed assertionBrian Paul1-2/+4
2012-05-01softpipe: cast away const to silence warningBrian Paul1-1/+2
2012-04-30gallium: add void *user_buffer to pipe_constant_bufferMarek Olšák1-2/+15
2012-04-30gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák1-1/+2
2011-11-08Remove tgsi_sse2.José Fonseca1-4/+1
2011-11-07softpipe: fix memory leaksMorgan Armand1-0/+3
2011-10-04softpipe: add check for DO_PSTIPPLE_IN_HELPER_MODULEBrian Paul1-0/+2
2011-09-25softpipe: Use memory allocation macros.José Fonseca1-2/+2
2011-07-21softpipe: use the polygon stipple utility moduleBrian Paul1-1/+16
2011-07-21softpipe: implement fragment shader variantsBrian Paul1-19/+95
2011-07-21softpipe: use tgsi_shader_info fields for fragcoord origin, center, etc.Brian Paul1-9/+0
2011-02-28softpipe: remove redundant draw_flush() callBrian Paul1-2/+0
2010-12-24softpipe: add support for color writes all color bufs propertyDave Airlie1-0/+2
2010-09-25softpipe: make shader-related functions staticBrian Paul1-35/+55
2010-09-25softpipe: rename sp_state_fs.c -> sp_state_shader.cBrian Paul1-0/+281