summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe
AgeCommit message (Expand)AuthorFilesLines
2010-09-21softpipe: add missing calls to set draw vertex samplers/viewsBrian Paul1-0/+8
2010-09-21Merge branch 'sprite-coord'Brian Paul2-1/+16
2010-09-20softpipe: fix whitespaceLuca Barbieri1-2/+2
2010-09-20softpipe: make z/s test always pass if no zsbuf, instead of crashingLuca Barbieri1-2/+6
2010-09-17gallium: rework handling of sprite_coord_enable stateBrian Paul2-1/+16
2010-09-14gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri1-39/+16
2010-08-28softpipe: Include missing header in sp_flush.c.Vinson Lee1-0/+1
2010-08-25gallium: Use draw_set_index_buffer and others.Chia-I Wu2-20/+8
2010-08-20gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri2-0/+3
2010-07-29gallium: implement bounds checking for constant buffersBrian Paul3-3/+7
2010-07-29gallium: Avoid void pointer arithmetic.Chia-I Wu1-2/+2
2010-07-29gallium: Keep only pipe_context::draw_vbo.Chia-I Wu3-190/+0
2010-07-29gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu5-30/+86
2010-07-23softpipe: Check for NULL pointer in sp_destroy_tile_cache().Michal Krol1-8/+10
2010-07-23softpipe: Check for NULL pointer in sp_destroy_tex_tile_cache().Michal Krol1-11/+13
2010-07-21softpipe: add missing support for PIPE_FORMAT_S8_USCALED surfacesBrian Paul1-20/+20
2010-07-21softpipe: fix sp_tile_cache_flush_clear() regressionBrian Paul1-5/+11
2010-07-20softpipe: Support non-depth-stencil formats in sp_tile_cache_flush_clear().Michal Krol1-2/+7
2010-07-15softpipe: re-order drawing functions to get rid of prototypeBrian Paul1-108/+102
2010-07-02softpipe: fix incorrect blend func index passed to blend_quad()Brian Paul1-8/+15
2010-07-02softpipe: better assertionsBrian Paul1-7/+7
2010-06-28mesa: initial support for ARB_geometry_shader4Zack Rusin1-0/+3
2010-06-25softpipe: rename a varBrian Paul1-4/+4
2010-06-25softpipe: fix comment typoBrian Paul1-1/+1
2010-06-22gallium: add a timestamp disjoint queryZack Rusin1-1/+13
2010-06-22gallium: add a new queryZack Rusin1-2/+10
2010-06-16draw: rewrite stream output to handle all the dark cornersZack Rusin1-4/+6
2010-06-15softpipe/gs: fix a crash when a gs isn't presentZack Rusin1-16/+20
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