summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_surface.c
Commit message (Expand)AuthorAgeFilesLines
* 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