summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_text.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/tgsi: add support for 64-bit integer immediates.Dave Airlie2016-09-211-0/+44
* tgsi: fix coverity out-of-bounds warningRob Clark2016-05-261-0/+3
* tgsi: print TGSI_PROPERTY_NEXT_SHADER value as string, not an integerBrian Paul2016-05-251-0/+22
* tgsi/text: fix parsing of memory instructionsNicolai Hähnle2016-04-291-13/+27
* tgsi/text: add str_match_name_from_arrayNicolai Hähnle2016-04-291-0/+18
* tgsi/text: add str_match_format helper functionNicolai Hähnle2016-04-291-9/+22
* tgsi: s/Elements/ARRAY_SIZE/Brian Paul2016-04-271-4/+4
* gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*Marek Olšák2016-04-221-13/+13
* tgsi: Add support for global / private / input MEMORYHans de Goede2016-03-211-2/+12
* tgsi: fix parsing of shared memory declarationsSamuel Pitoiset2016-03-071-1/+3
* tgsi: show textual format representationIlia Mirkin2016-02-151-3/+10
* tgsi/ureg: add shared variables support for compute shadersSamuel Pitoiset2016-02-131-0/+3
* tgsi: provide a way to encode memory qualifiers for SSBOIlia Mirkin2016-01-081-0/+27
* ureg: add buffer support to uregIlia Mirkin2016-01-081-0/+5
* tgsi: add ureg support for image declsIlia Mirkin2016-01-081-4/+6
* tgsi: add option to dump floats as hex valuesDave Airlie2015-10-231-1/+10
* tgsi: fix parsing of tessellation shader inputs/outputsMarcos Paulo de Souza2015-08-171-1/+16
* tgsi: set implicit array size for tess stagesMarcos Paulo de Souza2015-08-171-1/+5
* tgsi/text: enable parsing tessellation shadersMarek Olšák2015-05-261-0/+4
* gallium: remove TGSI_SAT_MINUS_PLUS_ONEMarek Olšák2015-05-201-9/+3
* tgsi: fix type-mismatch warningMarek Olšák2015-02-211-1/+1
* tgsi: add support for flt64 constantsDave Airlie2015-02-201-0/+22
* 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