summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_text.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: replace pipe_type enum with tgsi_return_type enumBrian Paul2014-09-221-3/+3
* tgsi: accept offsets for sample opcodes too in the text parserRoland Scheidegger2014-09-161-3/+2
* tgsi: add interpolation location modifier support to text parserIlia Mirkin2014-07-091-0/+17
* tgsi: properly parse indirect dimension references (e.g. for UBOs)Ilia Mirkin2014-07-091-0/+7
* tgsi: support parsing texture offsets from text tgsi shadersIlia Mirkin2014-05-141-5/+48
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* tgsi: text parser: fix parsing of array in declarationDave Airlie2013-06-181-3/+9
* tgsi: replace tgsi_file_names tgsi_file_names[] with tgsi_file_name() functionBrian Paul2013-06-071-1/+1
* gallium/tgsi: fix valgrind warningMarek Olšák2013-03-261-1/+1
* tgsi: use separate structure for indirect address v2Christian König2013-03-191-8/+19
* tgsi: add ArrayID to declarationsChristian König2013-03-191-0/+22
* tgsi: remove TGSI_FILE_(IMMEDIATE|TEMP)_ARRAYChristian König2013-03-191-43/+0
* gallivm/tgsi: fix issues with sample opcodesRoland Scheidegger2013-02-161-0/+11
* tgsi: Add support to parse IMM[x] too.José Fonseca2012-10-171-0/+28
* gallium/tgsi: fix TGSI text parserMarek Olšák2012-08-151-77/+97
* gallium/tgsi/text: Ensure ret is initialized in parse_immediate_data.Vinson Lee2012-05-171-0/+4
* gallium/tgsi/text: Replace open-coded integer parsing with parse_int().Francisco Jerez2012-05-111-17/+3
* gallium/tgsi/text: Parse immediates of non-float data types.Francisco Jerez2012-05-111-18/+48
* gallium/tgsi/text: Make label parsing optional for branch instructions.Francisco Jerez2012-05-111-10/+9
* gallium/tgsi: Introduce the "LOCAL" register declaration modifier.Francisco Jerez2012-05-111-26/+39
* gallium/tgsi: Add resource write-back support.Francisco Jerez2012-05-111-0/+4
* gallium/tgsi: Add support for raw resources.Francisco Jerez2012-05-111-2/+18
* gallium/tgsi: Introduce the compute processor.Francisco Jerez2012-05-111-0/+2
* gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.Francisco Jerez2012-05-111-1/+2
* gallium/tgsi: Split sampler views from shader resources.Francisco Jerez2012-05-111-8/+24
* tgsi: consolidate TGSI string arrays in new tgsi_strings.hBrian Paul2012-01-051-77/+7
* gallium: add TGSI_SEMANTIC_VERTEXIDChristoph Bumiller2011-11-141-0/+1
* gallium: add shadow 1D and 2D array samplers to TGSIMarek Olšák2011-09-101-1/+5
* tgsi: Fix parsing of properties with digits in the nameJakob Bornecrantz2011-03-131-1/+1
* gallium: implement modern sampling schemeZack Rusin2011-01-241-27/+108
* tgsi: remove redundant name tables from tgsi_text, use those from tgsi_dumpMarek Olšák2011-01-061-43/+7
* tgsi_text: just parse as an integer (value is a boolean).Dave Airlie2010-12-241-1/+0
* gallium: add fragment shader property for color writes to all buffers. (v2)Dave Airlie2010-12-241-1/+4
* tgsi: Add STENCIL to text parser.Chia-I Wu2010-11-211-1/+2
* tgsi: Fix error message on invalid swizzle parseJakob Bornecrantz2010-07-221-1/+1
* tgsi: Remove dead assignment in uprcase function.Vinson Lee2010-07-151-1/+1
* gallium: add a temporary array register fileZack Rusin2010-06-181-72/+103
* gallium: add a new register file - immediate arrayZack Rusin2010-06-181-30/+89
* tgsi: null-terminate string in parse_identifierKeith Whitwell2010-06-071-0/+1
* tgsi: reject interpolation and semantics on vs inputsKeith Whitwell2010-06-071-2/+6
* tgsi: Parse and dump predicates.José Fonseca2010-05-031-1/+39
* gallium: Remove loop register file.José Fonseca2010-05-031-1/+0
* aux/tgsi: fix some minor glitches in string routinesKeith Whitwell2010-03-281-2/+2
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* tgsi: add properties for fragment coord conventions (v3)Luca Barbieri2010-01-291-1/+62
* tgsi: Handle two-dimensional constants in text parser.Michal Krol2010-01-281-11/+23
* tgsi: Add missing semantic name in text parser.Chia-I Wu2010-01-181-1/+2
* tgsi: Add missing semantic name in text parser.Igor Oliveira2010-01-011-0/+1
* gallium: remove TGSI_SEMANTIC_VERTICESZack Rusin2009-12-251-1/+0
* util: put vertices_per_primitive function in its proper locationZack Rusin2009-12-251-2/+2