summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_state_sampler.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-28svga: update SVGA_NEW_ flags for updating sampler stateBrian Paul1-3/+4
2017-12-28svga: check for null fs pointer in update_samplers()Brian Paul1-1/+1
2017-12-26svga: fix shadow comparison failuresBrian Paul1-4/+17
2017-09-05svga: avoid emitting redundant SetShaderResources and SetVertexBuffersCharmaine Lee1-8/+48
2017-06-07svga: Fix imported surface view creationThomas Hellstrom1-3/+3
2017-04-26svga: add const qualifiers on svga_check_sampler_view_resource_collision()Brian Paul1-2/+2
2016-10-18svga: minor code improvements in svga_validate_pipe_sampler_view()Brian Paul1-8/+8
2016-08-29svga: s/unsigned/enum pipe_shader_type/Brian Paul1-3/+3
2016-08-26svga: add new svga_check_sampler_framebuffer_resource_collision()Brian Paul1-1/+32
2016-08-26svga: avoid emitting redundant SetShaderResource commandCharmaine Lee1-33/+46
2016-08-26svga: avoid emitting redundant DXSetSamplers commandCharmaine Lee1-8/+23
2016-08-17gallium: change pipe_sampler_view::first_element/last_element -> offset/sizeMarek Olšák1-3/+5
2016-06-30svga: adjust sampler view format for RGBXBrian Paul1-1/+5
2016-04-25svga: s/Elements/ARRAY_SIZE/Brian Paul1-1/+1
2016-03-04svga: Force an RGBA view creation for an RGBA resourceSinclair Yeh1-1/+10
2016-01-14svga: add DXGenMips command supportCharmaine Lee1-1/+1
2015-12-11svga: avoid emitting redundant SetSamplers() commandsBrian Paul1-7/+15
2015-11-18svga: add/use new svga_sampler_format() functionBrian Paul1-0/+3
2015-09-02svga: fix backed surface view regressionCharmaine Lee1-9/+8
2015-09-02svga: update driver for version 10 GPU interfaceBrian Paul1-5/+5
2015-09-02svga: add new svga_state_sampler.c fileBrian Paul1-0/+339