summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe
AgeCommit message (Expand)Author
2010-07-21softpipe: add missing support for PIPE_FORMAT_S8_USCALED surfacesBrian Paul
2010-07-21softpipe: fix sp_tile_cache_flush_clear() regressionBrian Paul
2010-07-20softpipe: Support non-depth-stencil formats in sp_tile_cache_flush_clear().Michal Krol
2010-07-15softpipe: re-order drawing functions to get rid of prototypeBrian Paul
2010-07-02softpipe: fix incorrect blend func index passed to blend_quad()Brian Paul
2010-07-02softpipe: better assertionsBrian Paul
2010-06-28mesa: initial support for ARB_geometry_shader4Zack Rusin
2010-06-25softpipe: rename a varBrian Paul
2010-06-25softpipe: fix comment typoBrian Paul
2010-06-22gallium: add a timestamp disjoint queryZack Rusin
2010-06-22gallium: add a new queryZack Rusin
2010-06-16draw: rewrite stream output to handle all the dark cornersZack Rusin
2010-06-15softpipe/gs: fix a crash when a gs isn't presentZack Rusin
2010-06-12softpipe: small cleanupZack Rusin
2010-06-11gallium/softpipe/draw: support samplers in geometry shadersZack Rusin
2010-06-08softpipe: make sure we don't fallback to assert on so stats queryZack Rusin
2010-06-08softpipe: make sure that invalid calls to sosettargets don't crash usZack Rusin
2010-06-08softpipe: added sp_state_so.c to file listBrian Paul
2010-06-08gallium: add basic support for stream output queriesZack Rusin
2010-06-08gallium: adjust the query interface to support custom typesZack Rusin
2010-06-08gallium: rename draw_auto to draw_stream_output, plus fix a commentZack Rusin
2010-06-08gallium: make draw auto work and add relevant caps and docsZack Rusin
2010-06-08gallium: add interface for DrawAuto and implement it in softpipeZack Rusin
2010-06-08gallium: a lot more complete implementation of stream outputZack Rusin
2010-06-08gallium: basic and initial implementation of the stream output interfaceZack Rusin
2010-06-07softpipe: use util_clear_render_target/depth_stencil fallbacksRoland Scheidegger
2010-06-07softpipe: remove assert on setting constbufs greater than zeroKeith Whitwell
2010-06-05mesa/st: add support for EXT_texture_swizzle.Dave Airlie
2010-06-03Merge branch 'gallium-newclear'Roland Scheidegger
2010-05-29softpipe: adapt to clear interface changesRoland Scheidegger
2010-05-28softpipe: add PIPE_BUFFER to assertionBrian Paul
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger
2010-05-21Merge branch 'gallium-front-ccw'Keith Whitwell
2010-05-18gallium: implement set_sample_mask() in all driversRoland Scheidegger
2010-05-17softpipe: adapt to interface changesRoland Scheidegger
2010-05-14softpipe: restore culling codeKeith Whitwell
2010-05-14gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell
2010-05-12softpipe: Adverstise (tgsi_exec's) shader limits.José Fonseca
2010-05-12gallium: Make PIPE_CAP_xxx enums.José Fonseca
2010-05-06softpipe: fix dangling references to shaders in the TGSI executorBrian Paul
2010-05-05gallium: rename draw() to draw_elements() in vbuf codeBrian Paul
2010-05-05gallium: rework provoking vertex codeBrian Paul
2010-05-03gallium: move surface utility functions into u_surface.cBrian Paul
2010-05-03softpipe: invalidate cache view when swizzles are different.Dave Airlie
2010-05-03softpipe: Fix alpha blending for formats without alpha channel.José Fonseca
2010-05-19softpipe: Calculate slice_stride field in get_transfer().Michal Krol
2010-05-17gallium: EXT_timer_query support.Mathias Fröhlich
2010-04-29softpipe & llvmpipe: Enable SM3 capJakob Bornecrantz
2010-04-28softpipe: consolidate tex image offset codeBrian Paul
2010-04-28softpipe: use consistant names for local varsBrian Paul