summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi/tgsi_text.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-26gallium/tgsi: fix valgrind warningMarek Olšák1-1/+1
2012-10-17tgsi: Add support to parse IMM[x] too.José Fonseca1-0/+28
2012-08-15gallium/tgsi: fix TGSI text parserMarek Olšák1-77/+97
2012-05-17gallium/tgsi/text: Ensure ret is initialized in parse_immediate_data.Vinson Lee1-0/+4
2012-05-11gallium/tgsi/text: Replace open-coded integer parsing with parse_int().Francisco Jerez1-17/+3
2012-05-11gallium/tgsi/text: Parse immediates of non-float data types.Francisco Jerez1-18/+48
2012-05-11gallium/tgsi/text: Make label parsing optional for branch instructions.Francisco Jerez1-10/+9
2012-05-11gallium/tgsi: Introduce the "LOCAL" register declaration modifier.Francisco Jerez1-26/+39
2012-05-11gallium/tgsi: Add resource write-back support.Francisco Jerez1-0/+4
2012-05-11gallium/tgsi: Add support for raw resources.Francisco Jerez1-2/+18
2012-05-11gallium/tgsi: Introduce the compute processor.Francisco Jerez1-0/+2
2012-05-11gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.Francisco Jerez1-1/+2
2012-05-11gallium/tgsi: Split sampler views from shader resources.Francisco Jerez1-8/+24
2012-01-05tgsi: consolidate TGSI string arrays in new tgsi_strings.hBrian Paul1-77/+7
2011-11-14gallium: add TGSI_SEMANTIC_VERTEXIDChristoph Bumiller1-0/+1
2011-09-10gallium: add shadow 1D and 2D array samplers to TGSIMarek Olšák1-1/+5
2011-03-13tgsi: Fix parsing of properties with digits in the nameJakob Bornecrantz1-1/+1
2011-01-24gallium: implement modern sampling schemeZack Rusin1-27/+108
2011-01-06tgsi: remove redundant name tables from tgsi_text, use those from tgsi_dumpMarek Olšák1-43/+7
2010-12-24tgsi_text: just parse as an integer (value is a boolean).Dave Airlie1-1/+0
2010-12-24gallium: add fragment shader property for color writes to all buffers. (v2)Dave Airlie1-1/+4
2010-11-21tgsi: Add STENCIL to text parser.Chia-I Wu1-1/+2
2010-07-22tgsi: Fix error message on invalid swizzle parseJakob Bornecrantz1-1/+1
2010-07-15tgsi: Remove dead assignment in uprcase function.Vinson Lee1-1/+1
2010-06-18gallium: add a temporary array register fileZack Rusin1-72/+103
2010-06-18gallium: add a new register file - immediate arrayZack Rusin1-30/+89
2010-06-07tgsi: null-terminate string in parse_identifierKeith Whitwell1-0/+1
2010-06-07tgsi: reject interpolation and semantics on vs inputsKeith Whitwell1-2/+6
2010-05-03tgsi: Parse and dump predicates.José Fonseca1-1/+39
2010-05-03gallium: Remove loop register file.José Fonseca1-1/+0
2010-03-28aux/tgsi: fix some minor glitches in string routinesKeith Whitwell1-2/+2
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca1-1/+1
2010-01-29tgsi: add properties for fragment coord conventions (v3)Luca Barbieri1-1/+62
2010-01-28tgsi: Handle two-dimensional constants in text parser.Michal Krol1-11/+23
2010-01-18tgsi: Add missing semantic name in text parser.Chia-I Wu1-1/+2
2010-01-01tgsi: Add missing semantic name in text parser.Igor Oliveira1-0/+1
2009-12-25gallium: remove TGSI_SEMANTIC_VERTICESZack Rusin1-1/+0
2009-12-25util: put vertices_per_primitive function in its proper locationZack Rusin1-2/+2
2009-12-25tgsi: fix property parsing/buildingZack Rusin1-4/+6
2009-12-25tgsi: add missing support for two dimensional arrays in various placesZack Rusin1-111/+240
2009-12-25tgsi: make the tgsi assembly parser report line/column on errorZack Rusin1-1/+14
2009-12-25gallium: add geometry shader support to galliumZack Rusin1-1/+3
2009-12-15tgsi/text: Don't use strncasecmp(), it breaks windows build.Michal Krol1-2/+16
2009-12-14tgsi: add properties and system value registerZack Rusin1-3/+122
2009-11-27tgsi: Remove tgsi_version token.Michal Krol1-10/+6
2009-11-24tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell1-16/+16
2009-11-24tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell1-3/+3
2009-11-24tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell1-2/+2
2009-11-24tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell1-4/+4
2009-11-24tgsi: reduce repetition of structure name in its membersKeith Whitwell1-2/+2