summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_surface.h
AgeCommit message (Expand)AuthorFilesLines
2018-09-10svga: fix cubemap array rendering with backed surface viewCharmaine Lee1-0/+9
2018-09-10svga: add support for rendering to cubemap arrayCharmaine Lee1-0/+1
2018-09-05svga: sync with upstream changes to surface flagsCharmaine Lee1-1/+1
2018-09-05svga: update device header files from upstreamBrian Paul1-1/+1
2017-04-26svga: cache the backing surface handle in the texture objectCharmaine Lee1-0/+1
2017-04-26svga: Update the backing resource only if neededCharmaine Lee1-0/+3
2017-04-07svga: add a reset flag to svga_propagate_surface()Charmaine Lee1-1/+2
2016-11-03svga: move svga_mark_surfaces_dirty() prototype to svga_surface.hBrian Paul1-0/+3
2016-09-17svga: Add function svga_resource_type()Neha Bhende1-0/+20
2016-08-29svga: move surface propagation code into new functionBrian Paul1-0/+3
2016-08-26svga: add some comments in the svga_surface structBrian Paul1-0/+16
2016-08-26svga: remove assertions in svga_surface cast wrappersBrian Paul1-2/+0
2015-09-02svga: update driver for version 10 GPU interfaceBrian Paul1-2/+12
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-2/+2
2012-06-14svga: make svga_surface_needs_propagation() surface constBrian Paul1-1/+1
2012-06-14svga: add svga_surface_const() cast wrapperBrian Paul1-0/+8
2011-02-18svga: Fix NULL dereference.José Fonseca1-1/+1
2011-02-18svga: Ensure pending drawing commands other surface operations are emitted be...José Fonseca1-1/+1
2011-02-14svga: Set the appropriate flags when creating sampler/surface views.José Fonseca1-0/+1
2010-12-02gallium: support for array textures and related changesRoland Scheidegger1-3/+0
2010-05-03svga: Remove the screen private context.José Fonseca1-1/+0
2010-04-10Squashed commit of the following:Keith Whitwell1-0/+97