aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/failover/fo_context.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-2/+2
* gallium: kill is_resource_referencedMarek Olšák2011-03-111-13/+0
* gallium: drivers should reference vertex buffersMarek Olšák2011-01-061-0/+6
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-7/+7
* gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri2010-09-141-0/+1
* gallium: Keep only pipe_context::draw_vbo.Chia-I Wu2010-07-291-44/+0
* gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu2010-07-291-21/+40
* gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger2010-06-031-2/+2
* fo: adapt to clear interface changesRoland Scheidegger2010-05-291-1/+2
* fo: adapt to interface changesRoland Scheidegger2010-05-171-2/+2
* gallium: s/free/FREE/ and same for friends.José Fonseca2010-04-231-1/+1
* failover: Implement index bias.José Fonseca2010-04-191-1/+4
* Squashed commit of the following:Keith Whitwell2010-04-101-20/+8
* gallium: remove redundant includesKeith Whitwell2010-03-041-1/+0
* gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca2010-02-021-1/+1
* gallium: remove return value from draw callsKeith Whitwell2009-12-211-19/+23
* gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom2009-04-151-0/+23
* gallium: Unify reference counting.Michel Dänzer2009-03-041-1/+1
* gallium: make p_winsys internalZack Rusin2009-01-301-1/+1
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
* gallium: tex surface checkpointKeith Whitwell2008-05-011-1/+1
* gallium: Change pipe->flush() interface to optionally return a fence.Michel Dänzer2008-03-261-2/+2
* gallium: remove pipe_context->texture_create/release/get_tex_surface()Brian2008-02-271-1/+3
* gallium: move is_format_supported() to pipe_screen structBrian2008-02-271-1/+1
* gallium: start removing pipe_context->get_name/vendor/param/paramfBrian2008-02-271-0/+3
* gallium: new pipe->texture_update() functionBrian2008-02-201-5/+4
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+155