summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_sampler_view.c
AgeCommit message (Expand)AuthorFilesLines
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-1/+1
2017-03-07gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri1-3/+3
2017-03-07gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri1-2/+2
2016-04-25svga: s/Elements/ARRAY_SIZE/Brian Paul1-1/+1
2015-10-07svga: whitespace fixes in svga_sampler_view.cBrian Paul1-8/+16
2015-09-02svga: update driver for version 10 GPU interfaceBrian Paul1-3/+6
2014-02-14svga: remove a couple unneeded assertionsBrian Paul1-1/+0
2013-06-25svga: add array index assertion in svga_validate_sampler_view()Brian Paul1-0/+1
2013-06-22svga: add null ptr check in svga_get_tex_sampler_view()Brian Paul1-0/+3
2012-12-01svga: remove pointless assert on unsigned >= 0Dave Airlie1-1/+0
2012-10-16svga: silence some MSVC signed/unsigned comparison warningsBrian Paul1-1/+2
2012-01-11svga: don't reference count svga_sampler_view's textureBrian Paul1-2/+12
2011-09-23svga: Cleanup format capability checking.José Fonseca1-0/+1
2011-09-23svga: Don't use the new depth formats for surfaces that will never be sampled...José Fonseca1-1/+1
2011-09-23svga: Expose the new depth formatsJakob Bornecrantz1-1/+1
2011-02-21svga: Remove some remaining fake S3TC rendering support.José Fonseca1-4/+0
2011-02-18svga: Fix NULL dereference.José Fonseca1-2/+3
2011-02-18svga: Describe svga_sampler_views for refcnt debuggingJakob Bornecrantz1-0/+16
2011-02-14svga: Set the appropriate flags when creating sampler/surface views.José Fonseca1-1/+2
2010-05-03svga: Remove the screen private context.José Fonseca1-1/+1
2010-04-11svga: Remove unnecessary headers.Vinson Lee1-3/+0
2010-04-10Squashed commit of the following:Keith Whitwell1-0/+199