summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_tgsi_vgpu10.c
Commit message (Expand)AuthorAgeFilesLines
* svga: wrap long comments in svga_tgsi_vgpu10.cBrian Paul2017-10-031-4/+6
* svga: emit sampler constants only if sampler view existsCharmaine Lee2017-10-031-7/+12
* gallium: remove TGSI opcode SCSMarek Olšák2017-08-221-38/+0
* gallium: remove TGSI opcode BREAKCMarek Olšák2017-08-221-2/+0
* gallium: remove TGSI opcode XPDMarek Olšák2017-08-221-113/+0
* gallium: remove TGSI opcode DPHMarek Olšák2017-08-221-36/+0
* gallium: remove TGSI opcode DP2AMarek Olšák2017-08-221-51/+0
* svga: implement MSAA alpha_to_one featureBrian Paul2017-07-251-1/+51
* svga: rework the FS white fragments codeBrian Paul2017-07-251-27/+16
* svga: Limit number of immediates in shaderNeha Bhende2017-07-221-3/+5
* svga: fix constant indices for texcoord scale factors and texture buffer sizeCharmaine Lee2017-07-221-9/+6
* svga: fix unnormalized->normalized texture coordinate conversionNeha Bhende2017-07-221-3/+29
* svga: add comment about 'extra' constant locationsBrian Paul2017-07-171-1/+5
* svga: fix texture swizzle writemaskingBrian Paul2017-07-111-0/+2
* svga: s/unsigned/enum tgsi_texture_type/Brian Paul2017-07-111-3/+4
* svga: s/unsigned/enum tgsi_swizzleBrian Paul2017-07-111-4/+4
* svga: s/unsigned/enum tgsi_interpolate_mode/Brian Paul2017-07-111-1/+2
* svga: s/unsigned/enum tgsi_file_type/Brian Paul2017-07-111-7/+7
* svga: s/unsigned/enum tgsi_semantic/Brian Paul2017-07-111-5/+6
* svga: document some incorrect VGPU10 shader translation issuesBrian Paul2017-05-261-0/+9
* gallium: remove TGSI_OPCODE_SUBMarek Olšák2017-01-051-25/+0
* gallium: remove TGSI_OPCODE_ABSMarek Olšák2017-01-051-24/+0
* svga: s/INDEX_0D/INDEX_IMMEDIATE32/Brian Paul2016-08-261-1/+1
* svga: add guest statistic gathering interfaceCharmaine Lee2016-08-261-1/+4
* svga: fix indirect non-indexable temp accessCharmaine Lee2016-08-261-2/+25
* Remove wrongly repeated words in commentsGiuseppe Bilotta2016-06-231-1/+1
* svga: s/Elements/ARRAY_SIZE/Brian Paul2016-04-251-10/+10
* gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák2016-04-221-12/+12
* 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