summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_tgsi_vgpu10.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-26svga: document some incorrect VGPU10 shader translation issuesBrian Paul1-0/+9
2017-01-05gallium: remove TGSI_OPCODE_SUBMarek Olšák1-25/+0
2017-01-05gallium: remove TGSI_OPCODE_ABSMarek Olšák1-24/+0
2016-08-26svga: s/INDEX_0D/INDEX_IMMEDIATE32/Brian Paul1-1/+1
2016-08-26svga: add guest statistic gathering interfaceCharmaine Lee1-1/+4
2016-08-26svga: fix indirect non-indexable temp accessCharmaine Lee1-2/+25
2016-06-23Remove wrongly repeated words in commentsGiuseppe Bilotta1-1/+1
2016-04-25svga: s/Elements/ARRAY_SIZE/Brian Paul1-10/+10
2016-04-22gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák1-12/+12
2016-04-02svga: check TXF instruction's target to determine MSAABrian Paul1-1/+1
2016-03-21svga: use shader sampler view declarationsBrian Paul1-29/+49
2016-02-18svga: allow non-contiguous VS input declarationsBrian Paul1-2/+2
2016-01-08tgsi: add ureg support for image declsIlia Mirkin1-0/+2
2016-01-08util/pstipple: allow fragment shader POSITION to be a system valueMarek Olšák1-1/+2
2016-01-06svga: skip vertex attribute instruction with zero usage_maskCharmaine Lee1-0/+5
2015-12-06gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan1-1/+1
2015-11-04svga: implement 'white_fragments' option for VGPU10 fragment shadersBrian Paul1-5/+30
2015-10-22svga: detect constant color writes in fragment shadersBrian Paul1-2/+37
2015-10-21svga: fix clip plane regression after recent tgsi_scan changeBrian Paul1-2/+2
2015-10-16svga: use new svga_new_shader_variant() functionBrian Paul1-1/+1
2015-09-02svga: update driver for version 10 GPU interfaceBrian Paul1-2/+2
2015-09-02svga: add new svga_tgsi_vgpu10.c fileBrian Paul1-0/+6778