summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_build.c
Commit message (Expand)AuthorAgeFilesLines
* tgsi/build: pass Memory.Texture and .Format through tgsi_build_full_instructionNicolai Hähnle2016-04-291-2/+6
* tgsi: Add support for global / private / input MEMORYHans de Goede2016-03-211-4/+4
* tgsi: Fix decl.Atomic and .Shared not propagating when parsing tgsi textHans de Goede2016-03-211-0/+6
* tgsi: Fix return of uninitialized memory in tgsi_*_instruction_memoryHans de Goede2016-03-201-0/+4
* tgsi: add tgsi_full_src_register_from_dst helper functionNicolai Hähnle2016-03-141-0/+15
* tgsi/ureg: add shared variables support for compute shadersSamuel Pitoiset2016-02-131-0/+1
* tgsi: initialize Atomic field in tgsi_default_declarationIlia Mirkin2016-01-171-0/+1
* tgsi: provide a way to encode memory qualifiers for SSBOIlia Mirkin2016-01-081-1/+49
* tgsi: add ureg support for image declsIlia Mirkin2016-01-081-29/+33
* gallium: remove TGSI_SAT_MINUS_PLUS_ONEMarek Olšák2015-05-201-2/+2
* gallium: replace pipe_type enum with tgsi_return_type enumBrian Paul2014-09-221-4/+4
* gallium: switch dedicated centroid field to interpolation locationIlia Mirkin2014-07-091-4/+4
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* tgsi_build: fix order of arguments for ind register buildDave Airlie2013-08-271-1/+1
* tgsi: finish declaration parsing for arrays.Dave Airlie2013-08-271-1/+31
* tgsi: Ensure struct tgsi_ind_register field Index is initialized.Vinson Lee2013-04-081-0/+1
* tgsi: fix uninitialized declaration array fieldsBrian Paul2013-03-191-0/+13
* tgsi: use separate structure for indirect address v2Christian König2013-03-191-48/+61
* tgsi: remove TGSI_FILE_(IMMEDIATE|TEMP)_ARRAYChristian König2013-03-191-19/+0
* tgsi: Initialize Padding struct fields.Vinson Lee2012-05-231-0/+4
* gallium/tgsi: s/TGSI_BUFFER/TGSI_TEXTURE_BUFFER/José Fonseca2012-05-111-2/+2
* gallium/tgsi: Redefine the TGSI_TEXTURE_UNKNOWN texture target.José Fonseca2012-05-111-1/+1
* gallium/tgsi: Fix tgsi_build_full_immediate() for non-float data types.Francisco Jerez2012-05-111-22/+8
* gallium/tgsi: Introduce the "LOCAL" register declaration modifier.Francisco Jerez2012-05-111-0/+4
* gallium/tgsi: Add resource write-back support.Francisco Jerez2012-05-111-0/+4
* gallium/tgsi: Add support for raw resources.Francisco Jerez2012-05-111-0/+4
* gallium/tgsi: Define the TGSI_BUFFER texture target.Francisco Jerez2012-05-111-1/+1
* gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.Francisco Jerez2012-05-111-9/+48
* gallium/tgsi: Split sampler views from shader resources.Francisco Jerez2012-05-111-24/+64
* tgsi: add support for texture offsets to the TGSI IR. (v2)Dave Airlie2011-09-021-1/+63
* tgsi: remove set-but-unused variablesMarek Olšák2011-05-011-4/+0
* gallium: implement modern sampling schemeZack Rusin2011-01-241-0/+59
* tgsi: remove unused functionBrian Paul2010-11-041-11/+0
* tgsi/build: Reduce interface clutter.Michal Krol2010-11-041-380/+367
* gallium: add a temporary array register fileZack Rusin2010-06-181-0/+45
* gallium: add a new register file - immediate arrayZack Rusin2010-06-181-1/+20
* gallium: Add cylindrical wrap info to TGSI declaration.Michal Krol2010-02-091-1/+4
* tgsi: Handle two-dimensional constants in text parser.Michal Krol2010-01-281-0/+46
* tgsi: fix property parsing/buildingZack Rusin2009-12-251-1/+1
* tgsi: add properties and system value registerZack Rusin2009-12-141-0/+104
* tgsi: fix some off-by-one errors in shader length, instruction lengthBrian Paul2009-12-081-1/+1
* tgsi: Remove tgsi_version token.Michal Krol2009-11-271-15/+0
* tgsi: Fix token builder.Michal Krol2009-11-251-31/+2
* tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell2009-11-241-40/+40
* tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell2009-11-241-17/+17
* tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell2009-11-241-3/+3
* tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell2009-11-241-17/+17
* tgsi: reduce repetition of structure name in its membersKeith Whitwell2009-11-241-8/+8
* tgsi: remove unused Flags member from full_instructionKeith Whitwell2009-11-241-2/+0
* gallium: simplify tgsi tokens furtherKeith Whitwell2009-11-241-210/+61