summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_state.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: Use enum pipe_shader_type in set_sampler_views()Kai Wasserbäch2016-08-291-1/+1
* softpipe: add support for compute shaders. (v2)Dave Airlie2016-04-271-0/+13
* softpipe: add SSBO/shader atomics support.Dave Airlie2016-04-121-1/+3
* softpipe: add image support to softpipe (v3)Dave Airlie2016-03-311-1/+6
* softpipe: add support for explicit early depth testingDave Airlie2016-03-311-1/+2
* softpipe: don't abuse the draw vertex_info struct for something differentRoland Scheidegger2016-01-071-3/+0
* softpipe: handle vertex texture sampling when using llvm for drawRoland Scheidegger2014-08-301-0/+15
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-3/+3
* softpipe: don't use samplers with prebaked sampler and sampler_view stateRoland Scheidegger2013-03-111-0/+8
* softpipe/draw/tgsi: simplify driver/tgsi sampler interfaceRoland Scheidegger2013-02-281-1/+1
* softpipe: fix up FS variant unbinding / deletionBrian Paul2012-12-191-1/+2
* gallium: unify transfer functionsMarek Olšák2012-10-111-6/+0
* draw/softpipe: EXT_transform_feedback support (v2)Dave Airlie2012-01-101-3/+0
* gallium: interface changes necessary to implement transform feedback (v5)Marek Olšák2011-12-151-1/+1
* softpipe: use the polygon stipple utility moduleBrian Paul2011-07-211-2/+10
* softpipe: implement fragment shader variantsBrian Paul2011-07-211-18/+36
* softpipe: use tgsi_shader_info fields for fragcoord origin, center, etc.Brian Paul2011-07-211-3/+0
* softpipe: add support for color writes all color bufs propertyDave Airlie2010-12-241-1/+1
* softpipe: minor asst. clean-upsBrian Paul2010-09-251-9/+9
* softpipe: make clip state functions staticBrian Paul2010-09-251-13/+3
* softpipe: make stream out state functions staticBrian Paul2010-09-251-15/+3
* softpipe: make rasterizer state functions staticBrian Paul2010-09-251-5/+2
* softpipe: make vertex state functions staticBrian Paul2010-09-251-12/+2
* softpipe: make sampler state functions staticBrian Paul2010-09-251-34/+2
* softpipe: make blend/stencil/depth functions staticBrian Paul2010-09-251-22/+2
* softpipe: make shader-related functions staticBrian Paul2010-09-251-16/+2
* gallium: rework handling of sprite_coord_enable stateBrian Paul2010-09-171-0/+2
* gallium: Keep only pipe_context::draw_vbo.Chia-I Wu2010-07-291-35/+0
* gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu2010-07-291-0/+7
* gallium/softpipe/draw: support samplers in geometry shadersZack Rusin2010-06-111-0/+10
* gallium: rename draw_auto to draw_stream_output, plus fix a commentZack Rusin2010-06-081-1/+1
* gallium: add interface for DrawAuto and implement it in softpipeZack Rusin2010-06-081-0/+2
* gallium: basic and initial implementation of the stream output interfaceZack Rusin2010-06-081-0/+21
* gallium: implement set_sample_mask() in all driversRoland Scheidegger2010-05-181-0/+3
* softpipe: Implement index bias.José Fonseca2010-04-191-1/+3
* Squashed commit of the following:Keith Whitwell2010-04-101-5/+5
* Merge branch 'master' into gallium-sampler-viewMichal Krol2010-03-101-5/+12
|\
| * gallium: don't use flexible array members in drivers for vertex elements csoRoland Scheidegger2010-03-091-1/+1
| * softpipe: adapt to new vertex element csoRoland Scheidegger2010-03-011-5/+12
* | softpipe: Fix after sampler view changes.Michal Krol2010-02-231-0/+9
* | gallium: WIP: Introduce sampler views.Michal Krol2010-02-191-6/+6
|/
* softpipe: adapt to stencil ref changesRoland Scheidegger2010-02-101-2/+5
* softpipe: support all TGSI fragment coord conventions (v4)Luca Barbieri2010-01-291-0/+3
* Merge branch 'gallium-noconstbuf'Roland Scheidegger2010-01-151-1/+1
|\
| * gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger2010-01-111-1/+1
| * gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger2009-12-241-1/+1
* | Merge branch 'instanced-arrays'Michal Krol2010-01-141-0/+18
|\ \
| * | gallium: draw_arrays/elements_instanced() are of type void.Michal Krol2010-01-121-2/+2
| * | Merge branch 'master' into instanced-arraysMichal Krol2010-01-051-0/+10
| |\ \
| * | | sp: Implement draw_elements_instanced().Michal Krol2009-12-301-0/+10