summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe
AgeCommit message (Expand)AuthorFilesLines
2010-06-12softpipe: small cleanupZack Rusin1-1/+3
2010-06-11gallium/softpipe/draw: support samplers in geometry shadersZack Rusin7-1/+135
2010-06-08softpipe: make sure we don't fallback to assert on so stats queryZack Rusin1-0/+2
2010-06-08softpipe: make sure that invalid calls to sosettargets don't crash usZack Rusin1-0/+7
2010-06-08softpipe: added sp_state_so.c to file listBrian Paul1-0/+1
2010-06-08gallium: add basic support for stream output queriesZack Rusin3-2/+28
2010-06-08gallium: adjust the query interface to support custom typesZack Rusin1-1/+2
2010-06-08gallium: rename draw_auto to draw_stream_output, plus fix a commentZack Rusin3-3/+3
2010-06-08gallium: make draw auto work and add relevant caps and docsZack Rusin2-0/+12
2010-06-08gallium: add interface for DrawAuto and implement it in softpipeZack Rusin5-1/+70
2010-06-08gallium: a lot more complete implementation of stream outputZack Rusin1-0/+106
2010-06-08gallium: basic and initial implementation of the stream output interfaceZack Rusin4-1/+29
2010-06-07softpipe: use util_clear_render_target/depth_stencil fallbacksRoland Scheidegger1-0/+2
2010-06-07softpipe: remove assert on setting constbufs greater than zeroKeith Whitwell1-1/+0
2010-06-05mesa/st: add support for EXT_texture_swizzle.Dave Airlie1-0/+2
2010-06-03Merge branch 'gallium-newclear'Roland Scheidegger2-1/+2
2010-05-29softpipe: adapt to clear interface changesRoland Scheidegger2-1/+2
2010-05-28softpipe: add PIPE_BUFFER to assertionBrian Paul1-1/+2
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger5-16/+18
2010-05-21Merge branch 'gallium-front-ccw'Keith Whitwell2-31/+19
2010-05-18gallium: implement set_sample_mask() in all driversRoland Scheidegger3-0/+11
2010-05-17softpipe: adapt to interface changesRoland Scheidegger2-16/+7
2010-05-14softpipe: restore culling codeKeith Whitwell1-3/+21
2010-05-14gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell2-37/+7
2010-05-12softpipe: Adverstise (tgsi_exec's) shader limits.José Fonseca1-0/+31
2010-05-12gallium: Make PIPE_CAP_xxx enums.José Fonseca1-2/+2
2010-05-06softpipe: fix dangling references to shaders in the TGSI executorBrian Paul4-20/+22
2010-05-05gallium: rename draw() to draw_elements() in vbuf codeBrian Paul1-2/+2
2010-05-05gallium: rework provoking vertex codeBrian Paul2-115/+198
2010-05-03gallium: move surface utility functions into u_surface.cBrian Paul1-1/+1
2010-05-03softpipe: invalidate cache view when swizzles are different.Dave Airlie1-1/+15
2010-05-03softpipe: Fix alpha blending for formats without alpha channel.José Fonseca1-60/+108
2010-05-19softpipe: Calculate slice_stride field in get_transfer().Michal Krol1-0/+4
2010-05-17gallium: EXT_timer_query support.Mathias Fröhlich2-4/+33
2010-04-29softpipe & llvmpipe: Enable SM3 capJakob Bornecrantz1-0/+2
2010-04-28softpipe: consolidate tex image offset codeBrian Paul1-29/+32
2010-04-28softpipe: use consistant names for local varsBrian Paul1-36/+33
2010-04-25softpipe: Make softpipe transfers in-order.José Fonseca5-4/+109
2010-04-25softpipe: Hardcode TILE_CLEAR_OPTIMIZATION to 1.José Fonseca3-20/+1
2010-04-25softpipe: More accurate softpipe_is_format_supported().José Fonseca1-19/+55
2010-04-23softpipe: compressed formats can't be render targetsBrian Paul1-1/+4
2010-04-23softpipe: YUV textures should be supported.José Fonseca1-4/+0
2010-04-21softpipe: call draw_wide_point_sprites()Brian Paul1-0/+2
2010-04-20gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul1-1/+1
2010-04-20Merge branch 'gallium-index-bias'José Fonseca2-4/+16
2010-04-19softpipe: Implement index bias.José Fonseca2-4/+16
2010-04-19softpipe: add option to do polygon stipple in softpipe vs. draw moduleBrian Paul3-0/+14
2010-04-19Merge branch '7.8'Brian Paul3-5/+5
2010-04-19gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul2-2/+2
2010-04-18softpipe: new comment and assertion for face valueBrian Paul1-0/+3