summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_surface.c
Commit message (Expand)AuthorAgeFilesLines
* softpipe: (trivial) honor render_condition_enabled for clear_rt/clear_dsRoland Scheidegger2016-08-291-2/+2
* gallium: add render_condition_enable param to clear_render_target/depth_stencilMarek Olšák2016-08-101-2/+4
* softpipe: implement some support for multiple viewportsEdward O'Callaghan2015-12-111-2/+2
* softpipe: honor the render_condition_enable bit in blits.Roland Scheidegger2014-05-311-0/+3
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* gallium: add flush_resource context functionMarek Olšák2013-09-201-0/+7
* softpipe: honor predication for clear_render_target and clear_depth_stencilRoland Scheidegger2013-06-261-2/+40
* gallium: add condition parameter to render_conditionRoland Scheidegger2013-06-181-1/+1
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-311-2/+1
* softpipe: implement blitMarek Olšák2012-09-301-0/+55
* softpipe: use util_clear_render_target/depth_stencil fallbacksRoland Scheidegger2010-06-071-0/+2
* softpipe: adapt to clear interface changesRoland Scheidegger2010-05-291-1/+0
* softpipe: adapt to interface changesRoland Scheidegger2010-05-171-15/+2
* gallium: move surface utility functions into u_surface.cBrian Paul2010-05-031-1/+1
* softpipe: Include declarations.José Fonseca2009-03-251-0/+1
* gallium: Remove do_flip argument from surface_copyJakob Bornecrantz2009-03-131-1/+12
* softpipe: use the new util_surface_copy/fill() functionsBrian Paul2008-09-041-120/+2
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-2/+1
* gallium: move pipe_copy_rect(), pipe_fill_rect() protos into new u_rect.h headerBrian Paul2008-08-221-0/+1
* gallium: fix do_flip bug in sp_surface_copy()Brian Paul2008-08-191-1/+4
* gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca2008-06-271-34/+11
* gallium: change surface_copy()'s do_flip to booleanBrian Paul2008-06-231-1/+1
* gallium: fix bad srcy coord if do_flipBrian Paul2008-06-231-4/+10
* re-add pipe_surface map/unmap inlinesKeith Whitwell2008-05-021-1/+1
* softpipe: use CPU flags for mappingKeith Whitwell2008-05-011-3/+3
* gallium: tex surface checkpointKeith Whitwell2008-05-011-6/+17
* Code reorganization: update build.José Fonseca2008-02-151-1/+1
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+159