aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_resource_buffer_upload.c
Commit message (Expand)AuthorAgeFilesLines
* svga: fix buffer binding flags initializationBrian Paul2017-07-031-0/+6
* svga: whitespace fixes in svga_resource_buffer_upload.cBrian Paul2017-06-301-15/+14
* svga: create buffer surfaces for incompatible bind flagsCharmaine Lee2017-06-271-23/+174
* svga: do not unconditionally enable streamout bind flagCharmaine Lee2017-06-271-1/+61
* svga: pass tobind_flags to svga_buffer_handleCharmaine Lee2017-06-271-1/+2
* svga: pass bind_flags to surface create functionsCharmaine Lee2017-06-271-15/+19
* svga: add a few minor commentsBrian Paul2017-06-161-1/+4
* gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri2017-03-071-2/+2
* gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2017-03-071-1/+1
* svga: invalidate new surface before it is bound to a render target viewCharmaine Lee2016-11-031-1/+4
* svga: use upload buffer for upload texture.Charmaine Lee2016-09-171-0/+8
* svga: optimize memcpy() in svga_buffer_update_hw()Brian Paul2016-09-171-1/+8
* svga: add guest statistic gathering interfaceCharmaine Lee2016-08-261-0/+4
* svga: minor whitespace and code clean-upsBrian Paul2016-08-161-32/+25
* svga: update some comments in svga_buffer_handle()Brian Paul2016-06-231-10/+3
* svga: add a const qualifier in svga_buffer_upload_piecewise()Brian Paul2016-06-231-1/+1
* svga: minor code refactor for svga_buffer_upload_command()Brian Paul2016-06-231-5/+21
* svga: add a few more resource updates HUD queryCharmaine Lee2016-03-211-0/+6
* svga: Rename SVGA_HINT_FLAG_DRAW_EMITTEDSinclair Yeh2016-01-061-2/+2
* svga: allow preemptive flushing on DMA, update, and readback commandsSinclair Yeh2016-01-061-0/+2
* gallium/drivers/svga: Use unsigned for loop indexEdward O'Callaghan2016-01-061-1/+1
* svga: add num-bytes-uploaded HUD queryBrian Paul2015-11-201-0/+4
* svga: update driver for version 10 GPU interfaceBrian Paul2015-09-021-37/+61
* util: Move gallium's linked list to utilJason Ekstrand2015-05-081-1/+0
* svga: update buffer code for GBSBrian Paul2014-02-141-32/+202
* svga: update svga_winsys interface for GBSBrian Paul2014-02-141-1/+1
* 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