summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_scan.c
Commit message (Expand)AuthorAgeFilesLines
* tgsi/scan: update for POSITION and FACE sytem valuesMarek Olšák2016-01-081-1/+4
* tgsi/scan: set which color components are read by a fragment shaderMarek Olšák2016-01-071-8/+22
* tgsi/scan: fix tgsi_shader_info::reads_zMarek Olšák2016-01-071-2/+3
* tgsi/scan: set if a fragment shader writes sample maskMarek Olšák2016-01-071-0/+2
* tgsi/scan: add flag colors_writtenMarek Olšák2015-12-111-0/+3
* tgsi/scan: use properties for clip/cull distance writemasksMarek Olšák2015-10-201-14/+14
* tgsi/scan: add info about declared samplers (v2)Marek Olšák2015-10-091-0/+2
* tgsi: add const qualifier to silence warningBrian Paul2015-10-061-1/+1
* tgsi/scan: add interpolation info into tgsi_shader_infoMarek Olšák2015-10-031-2/+89
* tgsi/scan: add support to figure out max nesting depthRob Clark2015-09-131-0/+16
* tgsi/scan: add uses_doubles to tgsi scannerDave Airlie2015-09-021-0/+4
* draw,tgsi: Assume TGSI_PROPERTY_GS_INVOCATIONS default of 1.Jose Fonseca2015-06-231-0/+1
* draw/tgsi: implement geom shader invocation support.Dave Airlie2015-06-231-0/+2
* tgsi/scan: get more information about arrays and handle arrays correctly (v2)Marek Olšák2015-06-051-3/+21
* gallium: rename TGSI tessellation processor types to match pipe shader namesMarek Olšák2015-05-261-4/+4
* tgsi/scan: allow scanning tessellation shadersIlia Mirkin2015-05-161-1/+5
* tgsi: track max array per fileRob Clark2015-01-071-0/+2
* tgsi: keep track of read vs written indirectsRob Clark2015-01-071-0/+2
* tgsi: add uses_centroid into tgsi_shader_infoMarek Olšák2015-01-071-0/+3
* gallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEMANTIC_BASEVERTEXRoland Scheidegger2014-12-161-0/+6
* tgsi: add tgsi_shader_info::writes_clipvertexMarek Olšák2014-12-101-0/+3
* tgsi: add clip and cull distance writemasks into tgsi_shader_infoMarek Olšák2014-12-101-0/+4
* tgsi: add tgsi_shader_info::writes_psizeMarek Olšák2014-12-101-0/+3
* draw: fixes for vertex shaders outputting layer or viewport indexRoland Scheidegger2014-11-191-9/+6
* tgsi: change tgsi_shader_info::properties to a one-dimensional arrayMarek Olšák2014-10-041-3/+2
* tgsi: remove some not so useful variables from tgsi_shader_infoMarek Olšák2014-10-041-8/+0
* 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