summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_surface.c
Commit message (Expand)AuthorAgeFilesLines
* svga: eliminate unneeded gotos in svga_validate_surface_view()Brian Paul2016-09-231-7/+4
* svga: minor simplification in svga_validate_surface_view()Brian Paul2016-09-211-3/+2
* svga: single sample surface can be created as non-multisamples surfaceCharmaine Lee2016-09-171-1/+3
* svga: Add function svga_resource_type()Neha Bhende2016-09-171-19/+1
* svga: fix a texture readback bugBrian Paul2016-08-291-6/+10
* svga: move surface propagation code into new functionBrian Paul2016-08-291-0/+22
* svga: s/unsigned/enum pipe_shader_type/Brian Paul2016-08-291-1/+1
* svga: move some code in svga_propagate_surface()Brian Paul2016-08-261-18/+19
* svga: remove local variable in create_backed_surface_view()Brian Paul2016-08-261-7/+4
* svga: add guest statistic gathering interfaceCharmaine Lee2016-08-261-6/+40
* svga: remove unused var in svga_mark_surfaces_dirty()Brian Paul2016-08-161-1/+0
* svga: reduce looping in svga_mark_surfaces_dirty()Brian Paul2016-08-161-1/+1
* svga: adjust render target view format for RGBXBrian Paul2016-06-301-1/+13
* svga: whitespace, line wrapping fixes in svga_surface.cBrian Paul2016-06-281-11/+16
* gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-061-1/+1
* svga: add new GALLIUM_HUD queriesNeha Bhende2015-10-161-0/+4
* svga: Fix surface view error handlingThomas Hellstrom2015-09-071-22/+26
* svga: increment texture age when surface is to be marked as dirtyCharmaine Lee2015-09-021-7/+6
* svga: fix backed surface view regressionCharmaine Lee2015-09-021-5/+9
* svga: update driver for version 10 GPU interfaceBrian Paul2015-09-021-66/+353
* svga: remove some unneeded INLINE qualifiersBrian Paul2014-08-141-1/+1
* svga: remove unneeded depth==1 assertion in svga_texture_view_surface()Brian Paul2014-07-291-1/+0
* svga: track which textures are rendered toBrian Paul2014-02-141-8/+9
* svga: improve loops over color buffersBrian Paul2013-11-111-1/+2
* svga: fix layer/level mix-up in svga_mark_surface_dirty()Brian Paul2013-06-251-1/+1
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-1/+0
* svga: stop using pipe_surface::usageMarek Olšák2012-12-121-15/+7
* svga: fix synchronization bug between sampler views and surfacesBrian Paul2012-06-181-0/+5
* svga: make svga_surface_needs_propagation() surface constBrian Paul2012-06-141-2/+2
* svga: indentation/formatting fixesBrian Paul2011-09-231-16/+16
* svga: Cleanup format capability checking.José Fonseca2011-09-231-2/+2
* svga: Don't use the new depth formats for surfaces that will never be sampled...José Fonseca2011-09-231-3/+3
* svga: Expose the new depth formatsJakob Bornecrantz2011-09-231-3/+4
* svga: Fix NULL dereference.José Fonseca2011-02-181-4/+5
* svga: Ensure pending drawing commands other surface operations are emitted be...José Fonseca2011-02-181-2/+2
* svga: Set the appropriate flags when creating sampler/surface views.José Fonseca2011-02-141-4/+15
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-34/+64
* svga: Remove unnecessary header.Vinson Lee2010-05-041-1/+0
* svga: Remove the screen private context.José Fonseca2010-05-031-32/+11
* svga: Remove unnecessary headers.Vinson Lee2010-04-111-2/+0
* Squashed commit of the following:Keith Whitwell2010-04-101-0/+383