summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_parse.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/tgsi: add support for 64-bit integer immediates.Dave Airlie2016-09-211-0/+2
* gallium: Use STATIC_ASSERT whenever possible.Jose Fonseca2016-04-121-1/+1
* tgsi: provide a way to encode memory qualifiers for SSBOIlia Mirkin2016-01-081-0/+4
* tgsi: add ureg support for image declsIlia Mirkin2016-01-081-2/+2
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-1/+1
* tgsi: whitespace fixes in tgsi_parse.cBrian Paul2015-07-091-13/+13
* tgsi: add support for flt64 constantsDave Airlie2015-02-201-0/+1
* tgsi: add tgsi_get_processor_type helper from radeonMarek Olšák2015-02-041-0/+12
* tgsi: add a tgsi_free_tokens() functionBrian Paul2014-10-311-0/+10
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* tgsi: use separate structure for indirect address v2Christian König2013-03-191-31/+4
* tgsi: add ArrayID to declarationsChristian König2013-03-191-0/+4
* tgsi: remove TGSI_FILE_(IMMEDIATE|TEMP)_ARRAYChristian König2013-03-191-11/+0
* gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.Francisco Jerez2012-05-111-0/+4
* gallium/tgsi: Split sampler views from shader resources.Francisco Jerez2012-05-111-0/+4
* tgsi: add support for texture offsets to the TGSI IR. (v2)Dave Airlie2011-09-021-0/+3
* gallium: implement modern sampling schemeZack Rusin2011-01-241-0/+4
* tgsi: helper for dumping tokens as hexKeith Whitwell2010-08-251-11/+16
* gallium: add a temporary array register fileZack Rusin2010-06-181-5/+18
* gallium: add a new register file - immediate arrayZack Rusin2010-06-181-0/+11
* tgsi: added tgsi_alloc_tokens()Brian Paul2010-02-021-0/+11
* tgsi: Handle 2-D declarations.Michal Krol2010-01-281-0/+4
* tgsi: Support signed/unsigned integer immediate types.Michal Krol2010-01-051-5/+17
* tgsi: add properties and system value registerZack Rusin2009-12-141-0/+16
* tgsi: fix some off-by-one errors in shader length, instruction lengthBrian Paul2009-12-081-3/+2
* tgsi: Remove tgsi_version token.Michal Krol2009-11-271-8/+3
* tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell2009-11-241-12/+12
* tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell2009-11-241-6/+6
* tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell2009-11-241-1/+1
* tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell2009-11-241-21/+21
* tgsi: reduce repetition of structure name in its membersKeith Whitwell2009-11-241-1/+1
* tgsi: remove unnecessary full_token init and free functionsKeith Whitwell2009-11-241-19/+0
* gallium: simplify tgsi tokens furtherKeith Whitwell2009-11-241-73/+10
* tgsi: Account for gallium shader token representation changes.Michal Krol2009-11-241-4/+4
* tgsi: Update for gallium interface changes.Michal Krol2009-11-021-9/+4
* gallium: remove extended negate also, and also the ExtSwz tokenKeith Whitwell2009-10-231-5/+0
* gallium: simplify tgsi_full_immediate structKeith Whitwell2009-07-221-11/+2
* tgis: implement indirect addressing for destination registersBrian Paul2009-07-101-1/+11
* tgsi: Restore statement ordering.José Fonseca2009-03-171-1/+1
* tgsi: Silence const pointer cast warnings.Michal Krol2009-03-171-4/+11
* util: Move p_debug.h into util module.José Fonseca2009-02-181-1/+1
* tgsi: Fix build -- rename Size to NrTokens.Michal Krol2009-02-101-2/+2
* gallium: use copy_token() function to avoid type punning/aliasing problemsBrian Paul2008-09-121-21/+33
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
* Merge tgsi/exec and tgsi/util directories.José Fonseca2008-07-281-0/+332