summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe
Commit message (Expand)AuthorAgeFilesLines
...
* gallium/softpipe/draw: support samplers in geometry shadersZack Rusin2010-06-117-1/+135
* softpipe: make sure we don't fallback to assert on so stats queryZack Rusin2010-06-081-0/+2
* softpipe: make sure that invalid calls to sosettargets don't crash usZack Rusin2010-06-081-0/+7
* softpipe: added sp_state_so.c to file listBrian Paul2010-06-081-0/+1
* gallium: add basic support for stream output queriesZack Rusin2010-06-083-2/+28
* gallium: adjust the query interface to support custom typesZack Rusin2010-06-081-1/+2
* gallium: rename draw_auto to draw_stream_output, plus fix a commentZack Rusin2010-06-083-3/+3
* gallium: make draw auto work and add relevant caps and docsZack Rusin2010-06-082-0/+12
* gallium: add interface for DrawAuto and implement it in softpipeZack Rusin2010-06-085-1/+70
* gallium: a lot more complete implementation of stream outputZack Rusin2010-06-081-0/+106
* gallium: basic and initial implementation of the stream output interfaceZack Rusin2010-06-084-1/+29
* softpipe: use util_clear_render_target/depth_stencil fallbacksRoland Scheidegger2010-06-071-0/+2
* softpipe: remove assert on setting constbufs greater than zeroKeith Whitwell2010-06-071-1/+0
* mesa/st: add support for EXT_texture_swizzle.Dave Airlie2010-06-051-0/+2
* Merge branch 'gallium-newclear'Roland Scheidegger2010-06-032-1/+2
|\
| * softpipe: adapt to clear interface changesRoland Scheidegger2010-05-292-1/+2
* | softpipe: add PIPE_BUFFER to assertionBrian Paul2010-05-281-1/+2
|/
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-215-16/+18
|\
| * gallium: implement set_sample_mask() in all driversRoland Scheidegger2010-05-183-0/+11
| * softpipe: adapt to interface changesRoland Scheidegger2010-05-172-16/+7
* | Merge branch 'gallium-front-ccw'Keith Whitwell2010-05-212-31/+19
|\ \
| * | softpipe: restore culling codeKeith Whitwell2010-05-141-3/+21
| * | gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell2010-05-142-37/+7
* | | softpipe: Calculate slice_stride field in get_transfer().Michal Krol2010-05-191-0/+4
* | | gallium: EXT_timer_query support.Mathias Fröhlich2010-05-172-4/+33
|/ /
* | softpipe: Adverstise (tgsi_exec's) shader limits.José Fonseca2010-05-121-0/+31
* | gallium: Make PIPE_CAP_xxx enums.José Fonseca2010-05-121-2/+2
* | softpipe: fix dangling references to shaders in the TGSI executorBrian Paul2010-05-064-20/+22
* | gallium: rename draw() to draw_elements() in vbuf codeBrian Paul2010-05-051-2/+2
* | gallium: rework provoking vertex codeBrian Paul2010-05-052-115/+198
|/
* gallium: move surface utility functions into u_surface.cBrian Paul2010-05-031-1/+1
* softpipe: invalidate cache view when swizzles are different.Dave Airlie2010-05-031-1/+15
* softpipe: Fix alpha blending for formats without alpha channel.José Fonseca2010-05-031-60/+108
* softpipe & llvmpipe: Enable SM3 capJakob Bornecrantz2010-04-291-0/+2
* softpipe: consolidate tex image offset codeBrian Paul2010-04-281-29/+32
* softpipe: use consistant names for local varsBrian Paul2010-04-281-36/+33
* softpipe: Make softpipe transfers in-order.José Fonseca2010-04-255-4/+109
* softpipe: Hardcode TILE_CLEAR_OPTIMIZATION to 1.José Fonseca2010-04-253-20/+1
* softpipe: More accurate softpipe_is_format_supported().José Fonseca2010-04-251-19/+55
* softpipe: compressed formats can't be render targetsBrian Paul2010-04-231-1/+4
* softpipe: YUV textures should be supported.José Fonseca2010-04-231-4/+0
* softpipe: call draw_wide_point_sprites()Brian Paul2010-04-211-0/+2
* gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul2010-04-201-1/+1
* Merge branch 'gallium-index-bias'José Fonseca2010-04-202-4/+16
|\
| * softpipe: Implement index bias.José Fonseca2010-04-192-4/+16
* | softpipe: add option to do polygon stipple in softpipe vs. draw moduleBrian Paul2010-04-193-0/+14
* | Merge branch '7.8'Brian Paul2010-04-193-5/+5
|\ \
| * | gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul2010-04-192-2/+2
| * | softpipe: Fix division by zeroArpad Borsos2010-04-141-3/+3
* | | softpipe: new comment and assertion for face valueBrian Paul2010-04-181-0/+3