summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi/tgsi_text.c
AgeCommit message (Expand)Author
2011-03-13tgsi: Fix parsing of properties with digits in the nameJakob Bornecrantz
2011-01-24gallium: implement modern sampling schemeZack Rusin
2011-01-06tgsi: remove redundant name tables from tgsi_text, use those from tgsi_dumpMarek Olšák
2010-12-24tgsi_text: just parse as an integer (value is a boolean).Dave Airlie
2010-12-24gallium: add fragment shader property for color writes to all buffers. (v2)Dave Airlie
2010-11-21tgsi: Add STENCIL to text parser.Chia-I Wu
2010-07-22tgsi: Fix error message on invalid swizzle parseJakob Bornecrantz
2010-07-15tgsi: Remove dead assignment in uprcase function.Vinson Lee
2010-06-18gallium: add a temporary array register fileZack Rusin
2010-06-18gallium: add a new register file - immediate arrayZack Rusin
2010-06-07tgsi: null-terminate string in parse_identifierKeith Whitwell
2010-06-07tgsi: reject interpolation and semantics on vs inputsKeith Whitwell
2010-05-03tgsi: Parse and dump predicates.José Fonseca
2010-05-03gallium: Remove loop register file.José Fonseca
2010-03-28aux/tgsi: fix some minor glitches in string routinesKeith Whitwell
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-29tgsi: add properties for fragment coord conventions (v3)Luca Barbieri
2010-01-28tgsi: Handle two-dimensional constants in text parser.Michal Krol
2010-01-18tgsi: Add missing semantic name in text parser.Chia-I Wu
2010-01-01tgsi: Add missing semantic name in text parser.Igor Oliveira
2009-12-25gallium: remove TGSI_SEMANTIC_VERTICESZack Rusin
2009-12-25util: put vertices_per_primitive function in its proper locationZack Rusin
2009-12-25tgsi: fix property parsing/buildingZack Rusin
2009-12-25tgsi: add missing support for two dimensional arrays in various placesZack Rusin
2009-12-25tgsi: make the tgsi assembly parser report line/column on errorZack Rusin
2009-12-25gallium: add geometry shader support to galliumZack Rusin
2009-12-15tgsi/text: Don't use strncasecmp(), it breaks windows build.Michal Krol
2009-12-14tgsi: add properties and system value registerZack Rusin
2009-11-27tgsi: Remove tgsi_version token.Michal Krol
2009-11-24tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell
2009-11-24tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell
2009-11-24tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell
2009-11-24tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell
2009-11-24tgsi: reduce repetition of structure name in its membersKeith Whitwell
2009-11-24gallium: simplify tgsi tokens furtherKeith Whitwell
2009-11-02tgsi: Update for gallium interface changes.Michal Krol
2009-10-23gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell
2009-07-30tgsi: Declare a LOOP register.Michal Krol
2009-07-22gallium: remove multiple aliases for TGSI opcodesKeith Whitwell
2009-07-22gallium: simplify tgsi_full_immediate structKeith Whitwell
2009-07-10tgsi: tgsi: add semantic_names[] string for TGSI_SEMANTIC_FACEBrian Paul
2009-04-03tgsi/text: Allow optional component selection for indirect registers.Michal Krol
2009-04-03tgsi/text: Allow `-|src|` variant of `-(|src|)`.Michal Krol
2009-04-01tgsi: Lookup alternate instruction mnemonics when parsing tgsi text.Michal Krol
2009-02-18util: Move p_debug.h into util module.José Fonseca
2009-02-10tgsi: Fix build -- rename Size to NrTokens.Michal Krol
2008-08-13tgsi: Use a homebrew version of toupper().Michal Krol
2008-08-13tgsi: Use tgsi_opcode_info.Michal Krol
2008-07-28Merge tgsi/exec and tgsi/util directories.José Fonseca