summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_sampler_view.c
Commit message (Expand)AuthorAgeFilesLines
* svga: s/Elements/ARRAY_SIZE/Brian Paul2016-04-251-1/+1
* svga: whitespace fixes in svga_sampler_view.cBrian Paul2015-10-071-8/+16
* svga: update driver for version 10 GPU interfaceBrian Paul2015-09-021-3/+6
* svga: remove a couple unneeded assertionsBrian Paul2014-02-141-1/+0
* svga: add array index assertion in svga_validate_sampler_view()Brian Paul2013-06-251-0/+1
* svga: add null ptr check in svga_get_tex_sampler_view()Brian Paul2013-06-221-0/+3
* svga: remove pointless assert on unsigned >= 0Dave Airlie2012-12-011-1/+0
* svga: silence some MSVC signed/unsigned comparison warningsBrian Paul2012-10-161-1/+2
* svga: don't reference count svga_sampler_view's textureBrian Paul2012-01-111-2/+12
* svga: Cleanup format capability checking.José Fonseca2011-09-231-0/+1
* svga: Don't use the new depth formats for surfaces that will never be sampled...José Fonseca2011-09-231-1/+1
* svga: Expose the new depth formatsJakob Bornecrantz2011-09-231-1/+1
* svga: Remove some remaining fake S3TC rendering support.José Fonseca2011-02-211-4/+0
* svga: Fix NULL dereference.José Fonseca2011-02-181-2/+3
* svga: Describe svga_sampler_views for refcnt debuggingJakob Bornecrantz2011-02-181-0/+16
* svga: Set the appropriate flags when creating sampler/surface views.José Fonseca2011-02-141-1/+2
* svga: Remove the screen private context.José Fonseca2010-05-031-1/+1
* svga: Remove unnecessary headers.Vinson Lee2010-04-111-3/+0
* Squashed commit of the following:Keith Whitwell2010-04-101-0/+199