summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_surface.c
AgeCommit message (Expand)Author
2010-06-07softpipe: use util_clear_render_target/depth_stencil fallbacksRoland Scheidegger
2010-05-29softpipe: adapt to clear interface changesRoland Scheidegger
2010-05-17softpipe: adapt to interface changesRoland Scheidegger
2010-05-03gallium: move surface utility functions into u_surface.cBrian Paul
2009-03-25softpipe: Include declarations.José Fonseca
2009-03-13gallium: Remove do_flip argument from surface_copyJakob Bornecrantz
2008-09-04softpipe: use the new util_surface_copy/fill() functionsBrian Paul
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-08-22gallium: move pipe_copy_rect(), pipe_fill_rect() protos into new u_rect.h headerBrian Paul
2008-08-19gallium: fix do_flip bug in sp_surface_copy()Brian Paul
2008-06-27gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca
2008-06-23gallium: change surface_copy()'s do_flip to booleanBrian Paul
2008-06-23gallium: fix bad srcy coord if do_flipBrian Paul
2008-05-02re-add pipe_surface map/unmap inlinesKeith Whitwell
2008-05-01softpipe: use CPU flags for mappingKeith Whitwell
2008-05-01gallium: tex surface checkpointKeith Whitwell
2008-02-15Code reorganization: update build.José Fonseca
2008-02-15Code reorganization: move files into their places.José Fonseca