summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_state_shader.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-08gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer()Brian Paul1-1/+1
2016-12-10softpipe: fix release build unused variable warningGrazvydas Ignotas1-1/+1
2016-06-20gallium: make constant_buffer constRob Clark1-1/+1
2016-04-27softpipe: add support for compute shaders. (v2)Dave Airlie1-0/+53
2016-01-08util/pstipple: allow fragment shader POSITION to be a system valueMarek Olšák1-1/+2
2015-12-06gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan1-2/+2
2015-02-04gallium/u_pstipple: add ability to specify a fixed texture unitMarek Olšák1-1/+1
2014-10-31softpipe: use the tgsi_free_tokens() functionBrian Paul1-6/+6
2014-10-31util: simplify util_pstipple_create_fragment_shader() paramsBrian Paul1-18/+15
2014-10-31softpipe: remove unused softpipe_create_fs_variant_exec() parameterBrian Paul1-1/+1
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