summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_tgsi_vgpu10.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-10svga: fix swizzling for texture gatherCharmaine Lee1-20/+33
2018-09-10svga: fix starting index for system valuesCharmaine Lee1-2/+9
2018-09-10svga: implement support for GL_ARB_texture_query_lodBrian Paul1-0/+26
2018-09-10svga: Add support for arb_texture_gatherNeha Bhende1-0/+48
2018-09-10svga: add support for interpolation at sample positionBrian Paul1-7/+21
2018-09-10svga: clarify sys value -> input register mappingBrian Paul1-0/+2
2018-09-10svga: add support for FS sample mask outputBrian Paul1-0/+41
2018-09-10svga: add support for sample id, sample positionBrian Paul1-2/+177
2018-09-10svga: emit shader version as 4.0 or 4.1 depending on device supportBrian Paul1-2/+5
2018-09-10svga: restructure nested if's in emit_src_register()Brian Paul1-20/+22
2018-09-10svga: add support for shadow cubemap arrayCharmaine Lee1-2/+47
2018-09-10svga: add support for TXL2 opcodeCharmaine Lee1-0/+46
2018-09-05svga: encode sample count in resource declarationsBrian Paul1-0/+1
2018-03-23svga: simplify uses_flat_interp expression in emit_input_declarations()Brian Paul1-1/+1
2018-03-23svga: use enum tgsi_opcodeBrian Paul1-4/+4
2018-03-02svga: s/unsigned/boolean/ for a few local varsBrian Paul1-6/+6
2018-02-20svga: replaced 'unsigned' with proper enum types in shader codeBrian Paul1-12/+21
2018-02-15svga: s/unsigned/enum pipe_shader_type/Brian Paul1-1/+1
2018-01-31svga: use opcode local var to simplify some codeBrian Paul1-4/+2
2018-01-31svga: s/unsigned/VGPU10_OPCODE_TYPE/Brian Paul1-10/+11
2017-12-27svga: move variant->fs_shadow_compare_units assignmentBrian Paul1-2/+2
2017-12-26svga: use tgsi_util_get_shadow_ref_src_index() in a couple placeBrian Paul1-22/+7
2017-12-26svga: fix TGSI_TEXTURE_SHADOW1D coordinate selectionBrian Paul1-3/+1
2017-12-26svga: fix shadow comparison failuresBrian Paul1-4/+8
2017-11-15svga: s/unsigned/enum tgsi_texture_type/Brian Paul1-5/+5
2017-10-03svga: wrap long comments in svga_tgsi_vgpu10.cBrian Paul1-4/+6
2017-10-03svga: emit sampler constants only if sampler view existsCharmaine Lee1-7/+12
2017-08-22gallium: remove TGSI opcode SCSMarek Olšák1-38/+0
2017-08-22gallium: remove TGSI opcode BREAKCMarek Olšák1-2/+0
2017-08-22gallium: remove TGSI opcode XPDMarek Olšák1-113/+0
2017-08-22gallium: remove TGSI opcode DPHMarek Olšák1-36/+0
2017-08-22gallium: remove TGSI opcode DP2AMarek Olšák1-51/+0
2017-07-25svga: implement MSAA alpha_to_one featureBrian Paul1-1/+51
2017-07-25svga: rework the FS white fragments codeBrian Paul1-27/+16
2017-07-22svga: Limit number of immediates in shaderNeha Bhende1-3/+5
2017-07-22svga: fix constant indices for texcoord scale factors and texture buffer sizeCharmaine Lee1-9/+6
2017-07-22svga: fix unnormalized->normalized texture coordinate conversionNeha Bhende1-3/+29
2017-07-17svga: add comment about 'extra' constant locationsBrian Paul1-1/+5
2017-07-11svga: fix texture swizzle writemaskingBrian Paul1-0/+2
2017-07-11svga: s/unsigned/enum tgsi_texture_type/Brian Paul1-3/+4
2017-07-11svga: s/unsigned/enum tgsi_swizzleBrian Paul1-4/+4
2017-07-11svga: s/unsigned/enum tgsi_interpolate_mode/Brian Paul1-1/+2
2017-07-11svga: s/unsigned/enum tgsi_file_type/Brian Paul1-7/+7
2017-07-11svga: s/unsigned/enum tgsi_semantic/Brian Paul1-5/+6
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