summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_scan.h
Commit message (Expand)AuthorAgeFilesLines
* tgsi: add info about MSAA samplers to tgsi_shader_infoMarek Olšák2013-08-151-0/+1
* tgsi: detect prim id and front face usage in fsZack Rusin2013-08-021-0/+1
* tgsi: rename the TGSI fragment kill opcodesBrian Paul2013-07-121-1/+1
* gallivm: do per-pixel lod calculations for explicit lodRoland Scheidegger2013-07-041-0/+2
* gallium: add a cull distance semanticZack Rusin2013-06-101-0/+1
* gallium/tgsi: add missing string for layer semanticRoland Scheidegger2013-06-061-0/+1
* gallium: Add support for multiple viewportsZack Rusin2013-05-251-0/+1
* draw: Implement support for primitive idZack Rusin2013-04-031-0/+1
* tgsi_scan: add support to count number of output clip distancesDave Airlie2012-01-111-0/+1
* gallium: add TGSI_SEMANTIC_VERTEXIDChristoph Bumiller2011-11-141-0/+1
* tgsi: Check in scan for fs position and depth readsJakob Bornecrantz2011-09-221-0/+2
* tgsi: add info fields for fragcoord origin, center, etcBrian Paul2011-07-211-0/+3
* tgsi: new tgsi_shader_info fields for system valuesBrian Paul2010-12-081-0/+4
* tgsi: add scanner support for centroid inputsDave Airlie2010-10-151-0/+1
* gallium/tgsi: add support for stencil writes.Dave Airlie2010-10-131-0/+1
* tgsi: added tgsi_shader_info::indirect_files fieldBrian Paul2010-07-211-0/+6
* tgsi: Drop uses_fogcoord and uses_frontfacing from tgsi_scan.José Fonseca2010-06-011-2/+0
* tgsi: Determine which shader input channels are effectively.José Fonseca2010-06-011-0/+1
* tgsi: also count instructions in tgsi_scan_shader()Brian Paul2010-05-121-0/+1
* tgsi: Gather cylindrical wrap info in tgsi_shader_info struct.Michal Krol2010-02-091-0/+1
* Merge branch 'gallium-edgeflags'Roland Scheidegger2009-12-221-0/+1
|\
| * gallium: store edgflag info in tgsi_shader_infoRoland Scheidegger2009-12-181-0/+1
* | tgsi: add properties and system value registerZack Rusin2009-12-141-2/+6
|/
* tgsi: Scan input interpolators, too.Michal Krol2009-09-171-0/+1
* tgsi: scan for additional info: uses_fogcoord, uses_frontfacingBrian Paul2008-12-181-1/+2
* Merge tgsi/exec and tgsi/util directories.José Fonseca2008-07-281-0/+74