summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_state_sampler.c
Commit message (Expand)AuthorAgeFilesLines
* svga: minor code improvements in svga_validate_pipe_sampler_view()Brian Paul2016-10-181-8/+8
* svga: s/unsigned/enum pipe_shader_type/Brian Paul2016-08-291-3/+3
* svga: add new svga_check_sampler_framebuffer_resource_collision()Brian Paul2016-08-261-1/+32
* svga: avoid emitting redundant SetShaderResource commandCharmaine Lee2016-08-261-33/+46
* svga: avoid emitting redundant DXSetSamplers commandCharmaine Lee2016-08-261-8/+23
* gallium: change pipe_sampler_view::first_element/last_element -> offset/sizeMarek Olšák2016-08-171-3/+5
* svga: adjust sampler view format for RGBXBrian Paul2016-06-301-1/+5
* svga: s/Elements/ARRAY_SIZE/Brian Paul2016-04-251-1/+1
* svga: Force an RGBA view creation for an RGBA resourceSinclair Yeh2016-03-041-1/+10
* svga: add DXGenMips command supportCharmaine Lee2016-01-141-1/+1
* svga: avoid emitting redundant SetSamplers() commandsBrian Paul2015-12-111-7/+15
* svga: add/use new svga_sampler_format() functionBrian Paul2015-11-181-0/+3
* svga: fix backed surface view regressionCharmaine Lee2015-09-021-9/+8
* svga: update driver for version 10 GPU interfaceBrian Paul2015-09-021-5/+5
* svga: add new svga_state_sampler.c fileBrian Paul2015-09-021-0/+339