summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/failover/fo_context.c
AgeCommit message (Expand)Author
2011-03-11gallium: remove flags from the flush functionMarek Olšák
2011-03-11gallium: kill is_resource_referencedMarek Olšák
2011-01-06gallium: drivers should reference vertex buffersMarek Olšák
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-09-14gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri
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-06-03gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger
2010-05-29fo: adapt to clear interface changesRoland Scheidegger
2010-05-17fo: adapt to interface changesRoland Scheidegger
2010-04-23gallium: s/free/FREE/ and same for friends.José Fonseca
2010-04-19failover: Implement index bias.José Fonseca
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-04gallium: remove redundant includesKeith Whitwell
2010-02-02gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca
2009-12-21gallium: remove return value from draw callsKeith Whitwell
2009-04-15gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom
2009-03-04gallium: Unify reference counting.Michel Dänzer
2009-01-30gallium: make p_winsys internalZack Rusin
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-05-01gallium: tex surface checkpointKeith Whitwell
2008-03-26gallium: Change pipe->flush() interface to optionally return a fence.Michel Dänzer
2008-02-27gallium: remove pipe_context->texture_create/release/get_tex_surface()Brian
2008-02-27gallium: move is_format_supported() to pipe_screen structBrian
2008-02-27gallium: start removing pipe_context->get_name/vendor/param/paramfBrian
2008-02-20gallium: new pipe->texture_update() functionBrian
2008-02-15Code reorganization: move files into their places.José Fonseca