summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi/tgsi_util.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul1-1/+0
2008-07-28Merge tgsi/exec and tgsi/util directories.José Fonseca1-0/+300