summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_resource_buffer.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-27svga: create buffer surfaces for incompatible bind flagsCharmaine Lee1-0/+18
2017-06-27svga: pass tobind_flags to svga_buffer_handleCharmaine Lee1-1/+2
2017-04-03svga: add comment on svga_buffer_hw_storage_map()Brian Paul1-0/+1
2016-09-17svga: split the num-resources-mapped hud to textures & buffersCharmaine Lee1-1/+1
2016-09-17svga: implement an index buffer translation cacheBrian Paul1-0/+11
2016-08-26svga: rewrite svga_buffer() cast wrapperBrian Paul1-6/+4
2015-10-16svga: only count hardware buffer mappings for HUDBrian Paul1-0/+3
2015-09-02svga: update driver for version 10 GPU interfaceBrian Paul1-0/+5
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-6/+6
2015-05-08util: Move gallium's linked list to utilJason Ekstrand1-2/+0
2014-02-14svga: add new helper functions for GBS buffersBrian Paul1-0/+76
2013-04-03svga: add new memory-used HUD queryBrian Paul1-0/+2
2012-08-02svga: remove unneeded 'struct svga_screen' declarationsBrian Paul1-1/+0
2012-04-30gallium: remove pipe_context::redefine_user_bufferMarek Olšák1-6/+0
2011-07-01svga: Fix multiple uploads of the same user-buffer.Thomas Hellstrom1-7/+6
2011-07-01svga: Handle null buffers in svga_buffer_is_user_buffer().José Fonseca1-1/+5
2011-07-01gallium/svga: Upload only parts of user-buffers that we actually useThomas Hellstrom1-0/+7
2011-03-16svga: Hardcode SVGA_COMBINE_USERBUFFERS to 1.José Fonseca1-1/+5
2011-03-16svga: Use transfer information on buffer transfers.José Fonseca1-14/+0
2011-03-10Revert "gallium/svga: Only upload parts of vertexarrays that are actually used"Thomas Hellstrom1-6/+0
2011-03-10gallium/svga: Only upload parts of vertexarrays that are actually usedThomas Hellstrom1-0/+6
2011-02-16svga: Proper redefine_user_buffer implementation.José Fonseca1-0/+6
2010-05-03svga: Remove the screen private context.José Fonseca1-1/+1
2010-04-10Squashed commit of the following:Keith Whitwell1-0/+246