aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_scan.c
Commit message (Expand)AuthorAgeFilesLines
...
* tgsi: simplify shader properties in tgsi_shader_infoMarek Olšák2014-10-041-35/+24
* draw: hack around weird primitive id input in gsRoland Scheidegger2014-08-081-3/+3
* gallium: switch dedicated centroid field to interpolation locationIlia Mirkin2014-07-091-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* tgsi/scan: set maximum index for each constant bufferMarek Olšák2013-11-041-1/+12
* tgsi: add info about MSAA samplers to tgsi_shader_infoMarek Olšák2013-08-151-0/+13
* tgsi: remove unneeded File == TGSI_FILE_INPUT testBrian Paul2013-08-051-1/+0
* tgsi: clean up tgsi_scan_shader() functionBrian Paul2013-08-051-41/+42
* tgsi: detect prim id and front face usage in fsZack Rusin2013-08-021-2/+7
* tgsi: rename the TGSI fragment kill opcodesBrian Paul2013-07-121-2/+2
* tgsi: s/unsigned/int/ to silence MSVC warningBrian Paul2013-07-121-1/+1
* gallivm: do per-pixel lod calculations for explicit lodRoland Scheidegger2013-07-041-0/+1
* gallium: add a cull distance semanticZack Rusin2013-06-101-0/+4
* draw: make sure clipdistances work with geometry shadersZack Rusin2013-06-101-1/+1
* gallium/tgsi: add missing string for layer semanticRoland Scheidegger2013-06-061-0/+5
* gallium: Add support for multiple viewportsZack Rusin2013-05-251-0/+6
* tgsi/scan: set correct input limits for geometry shaderZack Rusin2013-04-221-0/+17
* draw: Implement support for primitive idZack Rusin2013-04-031-0/+2
* tgsi: include u_debug.hBrian Paul2012-09-011-0/+1
* gallium/tgsi: Introduce the compute processor.Francisco Jerez2012-05-111-1/+2
* gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.Francisco Jerez2012-05-111-3/+3
* tgsi_scan: add support to count number of output clip distancesDave Airlie2012-01-111-0/+4
* gallium: add TGSI_SEMANTIC_VERTEXIDChristoph Bumiller2011-11-141-0/+3
* tgsi: Check in scan for fs position and depth readsJakob Bornecrantz2011-09-221-0/+15
* tgsi: add info fields for fragcoord origin, center, etcBrian Paul2011-07-211-10/+28
* tgsi: new tgsi_shader_info fields for system valuesBrian Paul2010-12-081-1/+18
* tgsi: add scanner support for centroid inputsDave Airlie2010-10-151-0/+1
* gallium/tgsi: add support for stencil writes.Dave Airlie2010-10-131-3/+5
* tgsi: added tgsi_shader_info::indirect_files fieldBrian Paul2010-07-211-0/+13
* tgsi: Drop uses_fogcoord and uses_frontfacing from tgsi_scan.José Fonseca2010-06-011-14/+0
* tgsi: Determine which shader input channels are effectively.José Fonseca2010-06-011-7/+25
* tgsi: also count instructions in tgsi_scan_shader()Brian Paul2010-05-121-4/+3
* tgsi: Gather cylindrical wrap info in tgsi_shader_info struct.Michal Krol2010-02-091-0/+1
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-6/+4
|\
| * tgsi: fix detection of front-facing attributeBrian Paul2010-01-151-6/+4
* | Fix testAlan Hourihane2010-01-041-2/+2
* | Merge branch 'gallium-edgeflags'Roland Scheidegger2009-12-221-7/+11
|\ \
| * | gallium: store edgflag info in tgsi_shader_infoRoland Scheidegger2009-12-181-7/+11
* | | tgsi: add properties and system value registerZack Rusin2009-12-141-2/+19
|/ /
* | tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell2009-11-241-12/+12
* | 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-3/+3
* | tgsi: reduce repetition of structure name in its membersKeith Whitwell2009-11-241-5/+5
* | gallium: simplify tgsi tokens furtherKeith Whitwell2009-11-241-6/+1
|/
* gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell2009-10-231-5/+0
* tgsi: Scan input interpolators, too.Michal Krol2009-09-171-0/+1
* tgsi: keep immediate file info uptodateKeith Whitwell2009-02-121-1/+8
* tgsi: change an if to an else-if, added const qual, added commentsBrian Paul2009-01-191-3/+5
* tgsi: fix incomplete rename of loop counter variableKeith Whitwell2008-12-231-1/+1