summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi/tgsi_util.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-22tgsi: drop two unused functionsThomas H.P. Andersen1-18/+0
2023-06-27treewide: Replace the usage of TRUE/FALSE with true/falseYonggang Luo1-2/+2
2023-05-25tgsi: delete unused functionsThomas H.P. Andersen1-35/+0
2023-04-06tgsi: Drop TGSI_OPCODE_DFRACEXP.Emma Anholt1-1/+0
2022-02-10tgsi: Refactor out a tgsi_util_get_src_usage_mask().Emma Anholt1-32/+53
2021-01-13gallium/tgsi: garbage collect unused TGSI_UTIL_SIGN_MODE.Eric Anholt1-61/+0
2020-03-20tgsi/util: Change boolean for boolMark Menzynski1-1/+1
2018-12-26tgsi: add ATOMFADD operationIlia Mirkin1-0/+1
2018-06-20gallium/aux/tgsi_text.c: Fix -Wsign-compare warningsGert Wollny1-1/+1
2017-12-26tgsi: improve comment on tgsi_util_get_shadow_ref_src_index()Brian Paul1-2/+6
2017-11-15tgsi: whitespace clean-ups in tgsi_util.[ch]Brian Paul1-27/+24
2017-11-15tgsi: s/unsigned/enum tgsi_texture_type/Brian Paul1-3/+3
2017-10-19gallium: add more exceptions to tgsi_util_get_inst_usage_maskTim Rowley1-0/+12
2017-10-19tgsi: fix tgsi_util_get_inst_usage_maskRoland Scheidegger1-6/+6
2017-10-06tgsi: implement tgsi_util_get_inst_usage_mask properlyMarek Olšák1-113/+194
2017-08-22gallium: remove TGSI opcode SCSMarek Olšák1-4/+0
2017-08-22gallium: remove TGSI opcode DPHMarek Olšák1-4/+0
2017-08-22gallium: remove TGSI opcode DP2AMarek Olšák1-4/+0
2017-08-22gallium: remove TGSI opcodes PUSHA, POPA, SAD, TXQ_LZMarek Olšák1-1/+0
2017-02-18gallium: remove TGSI_OPCODE_CLAMPMarek Olšák1-1/+0
2017-01-05gallium: remove TGSI_OPCODE_SUBMarek Olšák1-1/+0
2017-01-05gallium: remove TGSI_OPCODE_ABSMarek Olšák1-1/+0
2016-03-31tgsi: split tgsi_util_get_texture_coord_dim() function into twoBrian Paul1-38/+31
2016-01-08gallium/aux: Use TGSI chan name defines inplace of literalsEdward O'Callaghan1-6/+7
2015-09-01tgsi: added tgsi_is_shadow_target() helperBrian Paul1-0/+18
2015-03-16gallium: add FMA and DFMA opcodes (v3)Marek Olšák1-0/+1
2014-11-24gallium: Drop the unused CND opcode.Eric Anholt1-1/+0
2014-11-24gallium: Drop the unused RCC opcode.Eric Anholt1-1/+0
2014-08-14gallium: add opcodes/cap for fine derivative supportIlia Mirkin1-0/+2
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-10-09gallium: Add support for 32x32 muls with 64 bit resultsZack Rusin1-0/+2
2013-08-15tgsi: fix the location of sample indexMarek Olšák1-1/+3
2013-08-13tgsi: implement new float comparison instructions returning integer masksRoland Scheidegger1-0/+26
2013-05-27tgsi: add buffer texture to tgsi_util_get_texture_coord_dim()Chia-I Wu1-0/+2
2013-05-08tgsi: add tgsi_util_get_texture_coord_dim()Chia-I Wu1-0/+91
2013-03-19tgsi: add initializer data to fix MSVC compile errorBrian Paul1-1/+1
2013-03-19tgsi: use separate structure for indirect address v2Christian König1-0/+18
2012-11-09gallium: add defines/shader opcode for texture cube map arrayDave Airlie1-0/+2
2012-08-15gallium: add TGSI support for multisample texturesMarek Olšák1-0/+2
2012-01-11tgsi: add TGSI_TEXTURE_SHADOWCUBEMAPDave Airlie1-0/+1
2011-09-10gallium: add shadow 1D and 2D array samplers to TGSIMarek Olšák1-5/+5
2011-01-25tgsi: add support for 1D/2D texture arraysBrian Paul1-1/+6
2010-09-15tgsi: fix incorrect usage_mask for shadow tex instructionsBrian Paul1-5/+6
2010-06-01tgsi: Determine which shader input channels are effectively.José Fonseca1-0/+146
2010-01-27tgsi: Remove unnecessary header.Vinson Lee1-1/+0
2009-11-24tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell1-12/+12
2009-11-24gallium: simplify tgsi tokens furtherKeith Whitwell1-22/+8
2009-10-23gallium: remove extended negate also, and also the ExtSwz tokenKeith Whitwell1-52/+1
2009-10-23gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell1-71/+3
2009-02-18util: Move p_debug.h into util module.José Fonseca1-1/+1