summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe
AgeCommit message (Expand)Author
2010-09-25softpipe: make clip state functions staticBrian Paul
2010-09-25softpipe: make stream out state functions staticBrian Paul
2010-09-25softpipe: make rasterizer state functions staticBrian Paul
2010-09-25softpipe: make vertex state functions staticBrian Paul
2010-09-25softpipe: make sampler state functions staticBrian Paul
2010-09-25softpipe: make blend/stencil/depth functions staticBrian Paul
2010-09-25softpipe: make shader-related functions staticBrian Paul
2010-09-25softpipe: rename sp_state_fs.c -> sp_state_shader.cBrian Paul
2010-09-25softpipe: fix repeat() function for NPOT texturesBrian Paul
2010-09-21softpipe: add missing calls to set draw vertex samplers/viewsBrian Paul
2010-09-21Merge branch 'sprite-coord'Brian Paul
2010-09-20softpipe: fix whitespaceLuca Barbieri
2010-09-20softpipe: make z/s test always pass if no zsbuf, instead of crashingLuca Barbieri
2010-09-17gallium: rework handling of sprite_coord_enable stateBrian Paul
2010-09-14gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri
2010-08-28softpipe: Include missing header in sp_flush.c.Vinson Lee
2010-08-25gallium: Use draw_set_index_buffer and others.Chia-I Wu
2010-08-20gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri
2010-07-29gallium: implement bounds checking for constant buffersBrian Paul
2010-07-29gallium: Avoid void pointer arithmetic.Chia-I Wu
2010-07-29gallium: Keep only pipe_context::draw_vbo.Chia-I Wu
2010-07-29gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu
2010-07-23softpipe: Check for NULL pointer in sp_destroy_tile_cache().Michal Krol
2010-07-23softpipe: Check for NULL pointer in sp_destroy_tex_tile_cache().Michal Krol
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