aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_tgsi_vgpu10.c
Commit message (Expand)AuthorAgeFilesLines
* svga: check TXF instruction's target to determine MSAABrian Paul2016-04-021-1/+1
* svga: use shader sampler view declarationsBrian Paul2016-03-211-29/+49
* svga: allow non-contiguous VS input declarationsBrian Paul2016-02-181-2/+2
* tgsi: add ureg support for image declsIlia Mirkin2016-01-081-0/+2
* util/pstipple: allow fragment shader POSITION to be a system valueMarek Olšák2016-01-081-1/+2
* svga: skip vertex attribute instruction with zero usage_maskCharmaine Lee2016-01-061-0/+5
* gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-061-1/+1
* svga: implement 'white_fragments' option for VGPU10 fragment shadersBrian Paul2015-11-041-5/+30
* svga: detect constant color writes in fragment shadersBrian Paul2015-10-221-2/+37
* svga: fix clip plane regression after recent tgsi_scan changeBrian Paul2015-10-211-2/+2
* svga: use new svga_new_shader_variant() functionBrian Paul2015-10-161-1/+1
* svga: update driver for version 10 GPU interfaceBrian Paul2015-09-021-2/+2
* svga: add new svga_tgsi_vgpu10.c fileBrian Paul2015-09-021-0/+6778