summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_resource_buffer_upload.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-01svga: Ignore redefine_user_buffer callsThomas Hellstrom1-15/+2
2011-03-21svga: Undo the DMA buffer size limiting.José Fonseca1-13/+2
2011-03-16svga: Leave any_user_vertex_buffers flag alone.José Fonseca1-1/+0
2011-03-16svga: Hardcode SVGA_COMBINE_USERBUFFERS to 1.José Fonseca1-20/+6
2011-03-15svga: Ensure DMA commands are serialized with unsynchronized flag is unset.José Fonseca1-10/+13
2011-03-10Revert "gallium/svga: Only upload parts of vertexarrays that are actually used"Thomas Hellstrom1-1/+0
2011-03-10gallium/svga: Only upload parts of vertexarrays that are actually usedThomas Hellstrom1-0/+1
2011-03-01svga: reduce MAX_DMA_SIZE to 4MBBrian Paul1-1/+1
2011-02-16svga: Proper redefine_user_buffer implementation.José Fonseca1-0/+51
2011-02-11svga: add max DMA size check in svga_winsys_buffer_create()Brian Paul1-0/+10
2011-02-03svga: Fix resource leak; undo temporary workaround.José Fonseca1-3/+4
2010-05-03svga: Remove the screen private context.José Fonseca1-8/+14
2010-04-10Squashed commit of the following:Keith Whitwell1-0/+634