summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_util.c
Commit message (Expand)AuthorAgeFilesLines
* tgsi: split tgsi_util_get_texture_coord_dim() function into twoBrian Paul2016-03-311-38/+31
* gallium/aux: Use TGSI chan name defines inplace of literalsEdward O'Callaghan2016-01-081-6/+7
* tgsi: added tgsi_is_shadow_target() helperBrian Paul2015-09-011-0/+18
* gallium: add FMA and DFMA opcodes (v3)Marek Olšák2015-03-161-0/+1
* gallium: Drop the unused CND opcode.Eric Anholt2014-11-241-1/+0
* gallium: Drop the unused RCC opcode.Eric Anholt2014-11-241-1/+0
* gallium: add opcodes/cap for fine derivative supportIlia Mirkin2014-08-141-0/+2
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* gallium: Add support for 32x32 muls with 64 bit resultsZack Rusin2013-10-091-0/+2
* tgsi: fix the location of sample indexMarek Olšák2013-08-151-1/+3
* tgsi: implement new float comparison instructions returning integer masksRoland Scheidegger2013-08-131-0/+26
* tgsi: add buffer texture to tgsi_util_get_texture_coord_dim()Chia-I Wu2013-05-271-0/+2
* tgsi: add tgsi_util_get_texture_coord_dim()Chia-I Wu2013-05-081-0/+91
* tgsi: add initializer data to fix MSVC compile errorBrian Paul2013-03-191-1/+1
* tgsi: use separate structure for indirect address v2Christian König2013-03-191-0/+18
* gallium: add defines/shader opcode for texture cube map arrayDave Airlie2012-11-091-0/+2
* gallium: add TGSI support for multisample texturesMarek Olšák2012-08-151-0/+2
* tgsi: add TGSI_TEXTURE_SHADOWCUBEMAPDave Airlie2012-01-111-0/+1
* gallium: add shadow 1D and 2D array samplers to TGSIMarek Olšák2011-09-101-5/+5
* tgsi: add support for 1D/2D texture arraysBrian Paul2011-01-251-1/+6
* tgsi: fix incorrect usage_mask for shadow tex instructionsBrian Paul2010-09-151-5/+6
* tgsi: Determine which shader input channels are effectively.José Fonseca2010-06-011-0/+146
* tgsi: Remove unnecessary header.Vinson Lee2010-01-271-1/+0
* tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell2009-11-241-12/+12
* gallium: simplify tgsi tokens furtherKeith Whitwell2009-11-241-22/+8
* gallium: remove extended negate also, and also the ExtSwz tokenKeith Whitwell2009-10-231-52/+1
* gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell2009-10-231-71/+3
* util: Move p_debug.h into util module.José Fonseca2009-02-181-1/+1
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+0
* Merge tgsi/exec and tgsi/util directories.José Fonseca2008-07-281-0/+300