summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi/tgsi_parse.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-27util: include "util/compiler.h" instead of "pipe/p_compiler.h"Yonggang Luo1-1/+1
2023-06-27treewide: replace usage of boolean to boolYonggang Luo1-1/+1
2023-05-25tgsi: delete unused functionsThomas H.P. Andersen1-3/+0
2017-04-01gallium: remove support for predicates from TGSI (v2)Marek Olšák1-1/+0
2016-01-08tgsi: provide a way to encode memory qualifiers for SSBOIlia Mirkin1-0/+1
2016-01-08tgsi: add ureg support for image declsIlia Mirkin1-1/+1
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-1/+1
2015-02-04tgsi: add tgsi_get_processor_type helper from radeonMarek Olšák1-0/+2
2014-10-31tgsi: add a tgsi_free_tokens() functionBrian Paul1-0/+3
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-03-19tgsi: use separate structure for indirect address v2Christian König1-4/+4
2013-03-19tgsi: add ArrayID to declarationsChristian König1-0/+1
2013-03-19tgsi: remove TGSI_FILE_(IMMEDIATE|TEMP)_ARRAYChristian König1-6/+0
2012-05-11gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.Francisco Jerez1-0/+1
2012-05-11gallium/tgsi: Split sampler views from shader resources.Francisco Jerez1-0/+1
2011-09-02tgsi: add support for texture offsets to the TGSI IR. (v2)Dave Airlie1-0/+2
2011-01-24gallium: implement modern sampling schemeZack Rusin1-1/+2
2010-12-11tgsi: fix rbug compile errorMarek Olšák1-1/+2
2010-08-27tgsi: Include missing header in tgsi_parse.h.Vinson Lee1-0/+1
2010-08-25tgsi: helper for dumping tokens as hexKeith Whitwell1-2/+9
2010-06-18gallium: add a temporary array register fileZack Rusin1-0/+2
2010-06-18gallium: add a new register file - immediate arrayZack Rusin1-0/+6
2010-02-02tgsi: added tgsi_alloc_tokens()Brian Paul1-0/+4
2010-01-28tgsi: Handle 2-D declarations.Michal Krol1-0/+1
2009-12-14tgsi: add properties and system value registerZack Rusin1-0/+7
2009-11-27tgsi: Remove tgsi_version token.Michal Krol1-6/+0
2009-11-24tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell1-4/+4
2009-11-24tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell1-2/+2
2009-11-24tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell1-1/+1
2009-11-24tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell1-5/+5
2009-11-24tgsi: remove unnecessary full_token init and free functionsKeith Whitwell1-8/+0
2009-11-24tgsi: remove unused Flags member from full_instructionKeith Whitwell1-1/+0
2009-11-24gallium: simplify tgsi tokens furtherKeith Whitwell1-4/+2
2009-11-24tgsi: Account for gallium shader token representation changes.Michal Krol1-1/+1
2009-11-02tgsi: Update for gallium interface changes.Michal Krol1-2/+1
2009-10-23gallium: remove extended negate also, and also the ExtSwz tokenKeith Whitwell1-1/+0
2009-08-20tgsi: added tgsi_full_instruction::Flags fieldBrian Paul1-0/+1
2009-07-22gallium: simplify tgsi_full_immediate structKeith Whitwell1-5/+1
2009-07-10tgis: implement indirect addressing for destination registersBrian Paul1-0/+1
2008-07-28Merge tgsi/exec and tgsi/util directories.José Fonseca1-0/+151