summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_strings.c
Commit message (Expand)AuthorAgeFilesLines
* tgsi: Add WORK_DIM System ValueHans de Goede2016-07-021-0/+1
* tgsi: remove culldist semantic.Dave Airlie2016-05-231-1/+0
* tgsi: s/Elements/ARRAY_SIZE/Brian Paul2016-04-271-8/+8
* gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*Marek Olšák2016-04-221-1/+1
* gallium: add threads per block TGSI propertyBas Nieuwenhuizen2016-04-021-0/+3
* gallium: add TGSI property NEXT_SHADERMarek Olšák2016-03-191-0/+1
* tgsi: add TGSI_PROPERTY_FS_EARLY_DEPTH_STENCILNicolai Hähnle2016-03-141-0/+1
* tgsi/ureg: add shared variables support for compute shadersSamuel Pitoiset2016-02-131-0/+1
* tgsi: provide a way to encode memory qualifiers for SSBOIlia Mirkin2016-01-081-0/+7
* ureg: add buffer support to uregIlia Mirkin2016-01-081-0/+1
* tgsi: add ureg support for image declsIlia Mirkin2016-01-081-2/+2
* gallium: add baseinstance/drawid semanticsIlia Mirkin2015-12-301-0/+2
* gallium: add support for gl_HelperInvocation semanticIlia Mirkin2015-11-121-0/+1
* gallium: add new properties for clip and cull distance usageMarek Olšák2015-10-201-0/+2
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-1/+1
* gallium: add tessellation shader propertiesIlia Mirkin2015-05-161-1/+6
* gallium: add new semantics for tessellationIlia Mirkin2015-05-161-0/+5
* gallium: add new PATCHES primitive typeIlia Mirkin2015-05-161-1/+2
* gallium: add tessellation shader typesIlia Mirkin2015-05-161-1/+3
* tgsi: add support for flt64 constantsDave Airlie2015-02-201-2/+3
* gallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEMANTIC_BASEVERTEXRoland Scheidegger2014-12-161-0/+2
* tgsi: fixup the string of VS_WINDOW_SPACE_POSITIONMarek Olšák2014-11-161-1/+1
* gallium: replace pipe_type enum with tgsi_return_type enumBrian Paul2014-09-221-2/+3
* gallium: switch dedicated centroid field to interpolation locationIlia Mirkin2014-07-091-0/+7
* gallium: create TGSI_PROPERTY to disable viewport and clippingChristoph Bumiller2014-06-021-0/+1
* tgsi: add GS_INVOCATIONS to property names arrayIlia Mirkin2014-05-211-1/+2
* gallium: add INVOCATIONID semanticIlia Mirkin2014-04-261-1/+2
* gallium: add basic support for ARB_sample_shadingIlia Mirkin2014-04-261-1/+4
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* gallium: add a cull distance semanticZack Rusin2013-06-101-1/+2
* tgsi: replace tgsi_file_names tgsi_file_names[] with tgsi_file_name() functionBrian Paul2013-06-071-2/+12
* gallium/tgsi: add missing string for layer semanticRoland Scheidegger2013-06-061-1/+2
* gallium: Add support for multiple viewportsZack Rusin2013-05-251-1/+2
* gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3Christoph Bumiller2013-03-201-1/+3
* tgsi: remove TGSI_FILE_(IMMEDIATE|TEMP)_ARRAYChristian König2013-03-191-2/+0
* gallium: add defines/shader opcode for texture cube map arrayDave Airlie2012-11-091-1/+3
* gallium: add TGSI support for multisample texturesMarek Olšák2012-08-151-0/+2
* gallium/tgsi: fixup texture name stringsMarek Olšák2012-08-041-4/+4
* gallium/tgsi: Redefine the TGSI_TEXTURE_UNKNOWN texture target.José Fonseca2012-05-111-1/+2
* gallium/tgsi: Define system values used to query the compute grid parameters.Francisco Jerez2012-05-111-1/+5
* gallium/tgsi: Define the TGSI_BUFFER texture target.Francisco Jerez2012-05-111-1/+1
* gallium/tgsi: Introduce the compute processor.Francisco Jerez2012-05-111-2/+3
* gallium/tgsi: Split sampler views from shader resources.Francisco Jerez2012-05-111-1/+2
* tgsi: add TGSI_TEXTURE_SHADOWCUBEMAPDave Airlie2012-01-111-0/+1
* gallium: introduce GLSL based interpolation rules. (v2)Dave Airlie2012-01-101-1/+2
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-101-1/+2
* gallium: add new semantic for clip vertex.Dave Airlie2012-01-071-1/+2
* gallium: add support for clip distancesBryan Cain2012-01-051-1/+2
* tgsi: consolidate TGSI string arrays in new tgsi_strings.hBrian Paul2012-01-051-0/+172