summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_resource_texture.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-07svga: Fix imported surface view creationThomas Hellstrom1-0/+3
2017-04-26svga: cache the backing surface handle in the texture objectCharmaine Lee1-0/+10
2016-11-03svga: invalidate new surface before it is bound to a render target viewCharmaine Lee1-0/+9
2016-11-03svga: add can_use_upload flagCharmaine Lee1-2/+7
2016-09-17svga: use upload buffer for upload texture.Charmaine Lee1-0/+32
2016-08-26svga: minor reformatting of svga_texture() cast wrapperBrian Paul1-1/+2
2016-04-25svga: minimize surface flushCharmaine Lee1-0/+29
2016-04-25svga: s/Elements/ARRAY_SIZE/Brian Paul1-1/+1
2016-01-14svga: add DXGenMips command supportCharmaine Lee1-1/+8
2015-09-02svga: update driver for version 10 GPU interfaceBrian Paul1-25/+29
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-8/+8
2014-02-14svga: update texture code for GBSBrian Paul1-0/+2
2014-02-14svga: add helpers for tracking rendering to texturesBrian Paul1-0/+59
2013-06-25svga: use new svga_define_texture_level() helperBrian Paul1-0/+13
2013-06-25svga: use new svga_age_texture_view() helperBrian Paul1-0/+13
2013-04-03svga: add new memory-used HUD queryBrian Paul1-0/+2
2011-09-23svga: Cleanup format capability checking.José Fonseca1-10/+0
2011-09-23svga: Don't use the new depth formats for surfaces that will never be sampled...José Fonseca1-2/+6
2011-09-23svga: Expose the new depth formatsJakob Bornecrantz1-2/+2
2010-12-02gallium: support for array textures and related changesRoland Scheidegger1-0/+2
2010-04-10Squashed commit of the following:Keith Whitwell1-0/+134