summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_text.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tgsi: fix property parsing/buildingZack Rusin2009-12-251-4/+6
* tgsi: add missing support for two dimensional arrays in various placesZack Rusin2009-12-251-111/+240
* tgsi: make the tgsi assembly parser report line/column on errorZack Rusin2009-12-251-1/+14
* gallium: add geometry shader support to galliumZack Rusin2009-12-251-1/+3
* tgsi/text: Don't use strncasecmp(), it breaks windows build.Michal Krol2009-12-151-2/+16
* tgsi: add properties and system value registerZack Rusin2009-12-141-3/+122
* tgsi: Remove tgsi_version token.Michal Krol2009-11-271-10/+6
* tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell2009-11-241-16/+16
* tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell2009-11-241-3/+3
* tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell2009-11-241-2/+2
* tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell2009-11-241-4/+4
* tgsi: reduce repetition of structure name in its membersKeith Whitwell2009-11-241-2/+2
* gallium: simplify tgsi tokens furtherKeith Whitwell2009-11-241-147/+8
* tgsi: Update for gallium interface changes.Michal Krol2009-11-021-1/+2
* gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell2009-10-231-23/+5
* tgsi: Declare a LOOP register.Michal Krol2009-07-301-1/+2
* gallium: remove multiple aliases for TGSI opcodesKeith Whitwell2009-07-221-10/+0
* gallium: simplify tgsi_full_immediate structKeith Whitwell2009-07-221-1/+4
* tgsi: tgsi: add semantic_names[] string for TGSI_SEMANTIC_FACEBrian Paul2009-07-101-1/+6
* tgsi/text: Allow optional component selection for indirect registers.Michal Krol2009-04-031-5/+38
* tgsi/text: Allow `-|src|` variant of `-(|src|)`.Michal Krol2009-04-031-3/+11
* tgsi: Lookup alternate instruction mnemonics when parsing tgsi text.Michal Krol2009-04-011-1/+21
* 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-1/+1
* tgsi: Use a homebrew version of toupper().Michal Krol2008-08-131-10/+17
* tgsi: Use tgsi_opcode_info.Michal Krol2008-08-131-134/+3
* Merge tgsi/exec and tgsi/util directories.José Fonseca2008-07-281-0/+1221