summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_surface.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-29softpipe: (trivial) honor render_condition_enabled for clear_rt/clear_dsRoland Scheidegger1-2/+2
2016-08-10gallium: add render_condition_enable param to clear_render_target/depth_stencilMarek Olšák1-2/+4
2015-12-11softpipe: implement some support for multiple viewportsEdward O'Callaghan1-2/+2
2014-05-31softpipe: honor the render_condition_enable bit in blits.Roland Scheidegger1-0/+3
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-09-20gallium: add flush_resource context functionMarek Olšák1-0/+7
2013-06-26softpipe: honor predication for clear_render_target and clear_depth_stencilRoland Scheidegger1-2/+40
2013-06-18gallium: add condition parameter to render_conditionRoland Scheidegger1-1/+1
2012-10-31gallium: add start_slot parameter to set_vertex_buffersMarek Olšák1-2/+1
2012-09-30softpipe: implement blitMarek Olšák1-0/+55
2010-06-07softpipe: use util_clear_render_target/depth_stencil fallbacksRoland Scheidegger1-0/+2
2010-05-29softpipe: adapt to clear interface changesRoland Scheidegger1-1/+0
2010-05-17softpipe: adapt to interface changesRoland Scheidegger1-15/+2
2010-05-03gallium: move surface utility functions into u_surface.cBrian Paul1-1/+1
2009-03-25softpipe: Include declarations.José Fonseca1-0/+1
2009-03-13gallium: Remove do_flip argument from surface_copyJakob Bornecrantz1-1/+12
2008-09-04softpipe: use the new util_surface_copy/fill() functionsBrian Paul1-120/+2
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul1-2/+1
2008-08-22gallium: move pipe_copy_rect(), pipe_fill_rect() protos into new u_rect.h headerBrian Paul1-0/+1
2008-08-19gallium: fix do_flip bug in sp_surface_copy()Brian Paul1-1/+4
2008-06-27gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca1-34/+11
2008-06-23gallium: change surface_copy()'s do_flip to booleanBrian Paul1-1/+1
2008-06-23gallium: fix bad srcy coord if do_flipBrian Paul1-4/+10
2008-05-02re-add pipe_surface map/unmap inlinesKeith Whitwell1-1/+1
2008-05-01softpipe: use CPU flags for mappingKeith Whitwell1-3/+3
2008-05-01gallium: tex surface checkpointKeith Whitwell1-6/+17
2008-02-15Code reorganization: update build.José Fonseca1-1/+1
2008-02-15Code reorganization: move files into their places.José Fonseca1-0/+159