summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_parse.h
Commit message (Expand)AuthorAgeFilesLines
* tgsi: provide a way to encode memory qualifiers for SSBOIlia Mirkin2016-01-081-0/+1
* tgsi: add ureg support for image declsIlia Mirkin2016-01-081-1/+1
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-1/+1
* tgsi: add tgsi_get_processor_type helper from radeonMarek Olšák2015-02-041-0/+2
* tgsi: add a tgsi_free_tokens() functionBrian Paul2014-10-311-0/+3
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* tgsi: use separate structure for indirect address v2Christian König2013-03-191-4/+4
* tgsi: add ArrayID to declarationsChristian König2013-03-191-0/+1
* tgsi: remove TGSI_FILE_(IMMEDIATE|TEMP)_ARRAYChristian König2013-03-191-6/+0
* gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.Francisco Jerez2012-05-111-0/+1
* gallium/tgsi: Split sampler views from shader resources.Francisco Jerez2012-05-111-0/+1
* tgsi: add support for texture offsets to the TGSI IR. (v2)Dave Airlie2011-09-021-0/+2
* gallium: implement modern sampling schemeZack Rusin2011-01-241-1/+2
* tgsi: fix rbug compile errorMarek Olšák2010-12-111-1/+2
* tgsi: Include missing header in tgsi_parse.h.Vinson Lee2010-08-271-0/+1
* tgsi: helper for dumping tokens as hexKeith Whitwell2010-08-251-2/+9
* gallium: add a temporary array register fileZack Rusin2010-06-181-0/+2
* gallium: add a new register file - immediate arrayZack Rusin2010-06-181-0/+6
* tgsi: added tgsi_alloc_tokens()Brian Paul2010-02-021-0/+4
* tgsi: Handle 2-D declarations.Michal Krol2010-01-281-0/+1
* tgsi: add properties and system value registerZack Rusin2009-12-141-0/+7
* tgsi: Remove tgsi_version token.Michal Krol2009-11-271-6/+0
* tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell2009-11-241-4/+4
* tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell2009-11-241-2/+2
* 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-5/+5
* tgsi: remove unnecessary full_token init and free functionsKeith Whitwell2009-11-241-8/+0
* tgsi: remove unused Flags member from full_instructionKeith Whitwell2009-11-241-1/+0
* gallium: simplify tgsi tokens furtherKeith Whitwell2009-11-241-4/+2
* tgsi: Account for gallium shader token representation changes.Michal Krol2009-11-241-1/+1
* tgsi: Update for gallium interface changes.Michal Krol2009-11-021-2/+1
* gallium: remove extended negate also, and also the ExtSwz tokenKeith Whitwell2009-10-231-1/+0
* tgsi: added tgsi_full_instruction::Flags fieldBrian Paul2009-08-201-0/+1
* gallium: simplify tgsi_full_immediate structKeith Whitwell2009-07-221-5/+1
* tgis: implement indirect addressing for destination registersBrian Paul2009-07-101-0/+1
* Merge tgsi/exec and tgsi/util directories.José Fonseca2008-07-281-0/+151