summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_resource_buffer_upload.c
Commit message (Expand)AuthorAgeFilesLines
* svga: fix incorrect memcpy src in svga_buffer_upload_piecewise()Brian Paul2013-10-041-1/+1
* svga: remove needless debug-mode linked list codeBrian Paul2012-10-151-3/+1
* svga: remove questionable INLINE qualifiersBrian Paul2012-08-021-2/+2
* svga: sort #includesBrian Paul2012-08-021-4/+4
* gallium: remove pipe_context::redefine_user_bufferMarek Olšák2012-04-301-18/+0
* svga: fix assorted whitespace issues, add copyright commentBrian Paul2012-01-071-55/+56
* gallium: remove deprecated PIPE_TRANSFER_DISCARDMarek Olšák2012-01-051-1/+1
* svga: call u_default_redefine_user_buffer() to fix failed assertionBrian Paul2011-09-211-5/+2
* svga: Ignore redefine_user_buffer callsThomas Hellstrom2011-07-011-15/+2
* svga: Undo the DMA buffer size limiting.José Fonseca2011-03-211-13/+2
* svga: Leave any_user_vertex_buffers flag alone.José Fonseca2011-03-161-1/+0
* svga: Hardcode SVGA_COMBINE_USERBUFFERS to 1.José Fonseca2011-03-161-20/+6
* svga: Ensure DMA commands are serialized with unsynchronized flag is unset.José Fonseca2011-03-151-10/+13
* Revert "gallium/svga: Only upload parts of vertexarrays that are actually used"Thomas Hellstrom2011-03-101-1/+0
* gallium/svga: Only upload parts of vertexarrays that are actually usedThomas Hellstrom2011-03-101-0/+1
* svga: reduce MAX_DMA_SIZE to 4MBBrian Paul2011-03-011-1/+1
* svga: Proper redefine_user_buffer implementation.José Fonseca2011-02-161-0/+51
* svga: add max DMA size check in svga_winsys_buffer_create()Brian Paul2011-02-111-0/+10
* svga: Fix resource leak; undo temporary workaround.José Fonseca2011-02-031-3/+4
* svga: Remove the screen private context.José Fonseca2010-05-031-8/+14
* Squashed commit of the following:Keith Whitwell2010-04-101-0/+634