aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_state_sampler.c
Commit message (Expand)AuthorAgeFilesLines
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-141-1/+1
* svga: add format conversion for legacy formatsCharmaine Lee2018-09-101-5/+14
* svga: update SVGA_NEW_ flags for updating sampler stateBrian Paul2017-12-281-3/+4
* svga: check for null fs pointer in update_samplers()Brian Paul2017-12-281-1/+1
* svga: fix shadow comparison failuresBrian Paul2017-12-261-4/+17
* svga: avoid emitting redundant SetShaderResources and SetVertexBuffersCharmaine Lee2017-09-051-8/+48
* svga: Fix imported surface view creationThomas Hellstrom2017-06-071-3/+3
* svga: add const qualifiers on svga_check_sampler_view_resource_collision()Brian Paul2017-04-261-2/+2
* 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