summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_pipe_blit.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-15svga: mark dest image as defined in svga_surface_copy()Brian Paul1-0/+2
2013-09-20gallium: add flush_resource context functionMarek Olšák1-0/+8
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-3/+1
2012-09-30svga: implement blitMarek Olšák1-0/+64
2012-01-19svga: move svga_texture() casts/calls in svga_surface_copy()Brian Paul1-2/+4
2011-04-21gallium: add fallback for copying buffers to all driversMarek Olšák1-0/+9
2011-02-18svga: Ensure pending drawing commands other surface operations are emitted be...José Fonseca1-1/+3
2010-12-02gallium: support for array textures and related changesRoland Scheidegger1-13/+47
2010-06-03svga: Remove unnecessary header.Vinson Lee1-1/+0
2010-05-29svga: adapt to clear interface changesRoland Scheidegger1-1/+0
2010-05-17svga: adapt to interface changesRoland Scheidegger1-16/+35
2010-04-10Squashed commit of the following:Keith Whitwell1-1/+2
2009-11-27svga: add DEBUG_CACHE optionKeith Whitwell1-0/+8
2009-11-17svga: Add svga driverJakob Bornecrantz1-0/+84