aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_state_shader.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer()Brian Paul2017-03-081-1/+1
* softpipe: fix release build unused variable warningGrazvydas Ignotas2016-12-101-1/+1
* gallium: make constant_buffer constRob Clark2016-06-201-1/+1
* softpipe: add support for compute shaders. (v2)Dave Airlie2016-04-271-0/+53
* util/pstipple: allow fragment shader POSITION to be a system valueMarek Olšák2016-01-081-1/+2
* gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-061-2/+2
* gallium/u_pstipple: add ability to specify a fixed texture unitMarek Olšák2015-02-041-1/+1
* softpipe: use the tgsi_free_tokens() functionBrian Paul2014-10-311-6/+6
* util: simplify util_pstipple_create_fragment_shader() paramsBrian Paul2014-10-311-18/+15
* softpipe: remove unused softpipe_create_fs_variant_exec() parameterBrian Paul2014-10-311-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* 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