summaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe/p_shader_tokens.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: fix comment typo in p_shader_tokens.hBrian Paul2015-07-091-1/+1
* gallium: rename TGSI tessellation processor types to match pipe shader namesMarek Olšák2015-05-261-2/+2
* gallium: remove TGSI_SAT_MINUS_PLUS_ONEMarek Olšák2015-05-201-6/+2
* gallium: add tessellation shader propertiesIlia Mirkin2015-05-161-1/+6
* gallium: add new semantics for tessellationIlia Mirkin2015-05-161-1/+6
* gallium: add tessellation shader typesIlia Mirkin2015-05-161-1/+3
* gallium: add FMA and DFMA opcodes (v3)Marek Olšák2015-03-161-3/+3
* gallium: add some more double opcodes to avoid unnecessary loweringIlia Mirkin2015-02-191-1/+6
* tgsi: add support for flt64 constantsDave Airlie2015-02-201-0/+1
* gallium: add double opcodes and TGSI execution (v4.2)Dave Airlie2015-02-201-1/+25
* gallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEMANTIC_BASEVERTEXRoland Scheidegger2014-12-161-1/+3
* gallium: Drop the unused CND opcode.Eric Anholt2014-11-241-1/+1
* gallium: Drop unused BRA opcode.Eric Anholt2014-11-241-1/+1
* gallium: Drop the unused SFL/STR opcodes.Eric Anholt2014-11-241-2/+2
* gallium: Drop the unused RFL opcode.Eric Anholt2014-11-241-1/+1
* gallium: Drop unused X2D opcode.Eric Anholt2014-11-241-1/+0
* gallium: Drop the unused ARA opcode.Eric Anholt2014-11-241-1/+1
* gallium: Drop the unused RCC opcode.Eric Anholt2014-11-241-1/+1
* gallium: Drop the NRM and NRM4 opcodes.Eric Anholt2014-11-241-2/+2
* gallium: replace pipe_type enum with tgsi_return_type enumBrian Paul2014-09-221-4/+13
* gallium: add opcodes/cap for fine derivative supportIlia Mirkin2014-08-141-1/+4
* gallium: add INTERP_* opcodes to support interpolateAt*Ilia Mirkin2014-07-091-1/+5
* gallium: switch dedicated centroid field to interpolation locationIlia Mirkin2014-07-091-2/+7
* gallium: create TGSI_PROPERTY to disable viewport and clippingChristoph Bumiller2014-06-021-1/+2
* gallium: add new opcodes for ARB_gs5 bit manipulation supportIlia Mirkin2014-04-281-1/+10
* gallium: add GS_INVOCATIONS propertyIlia Mirkin2014-04-261-1/+2
* gallium: add INVOCATIONID semanticIlia Mirkin2014-04-261-1/+2
* gallium: add basic support for ARB_sample_shadingIlia Mirkin2014-04-261-1/+4
* gallium: add support for LODQ opcodes.Dave Airlie2014-04-071-1/+3
* gallium: add texture gather support to gallium (v3)Dave Airlie2014-02-251-1/+3
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* gallium: Add support for 32x32 muls with 64 bit resultsZack Rusin2013-10-091-1/+4
* gallium: comment that INSTANCEID doesn't include start_instanceMarek Olšák2013-09-131-1/+1
* gallium: add new float comparison instructions returning integer masksRoland Scheidegger2013-08-131-1/+6
* tgsi: rename the TGSI fragment kill opcodesBrian Paul2013-07-121-2/+2
* gallium: add a cull distance semanticZack Rusin2013-06-101-1/+2
* gallium: add support for layered renderingRoland Scheidegger2013-06-011-1/+2
* gallium: Add support for multiple viewportsZack Rusin2013-05-251-1/+2
* gallium: Disambiguate TGSI_OPCODE_IF.José Fonseca2013-04-171-1/+1
* gallium: Eliminate TGSI_OPCODE_IFC.José Fonseca2013-04-171-1/+1
* gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3Christoph Bumiller2013-03-201-1/+3
* tgsi: use separate structure for indirect address v2Christian König2013-03-191-6/+18
* tgsi: add ArrayID to declarationsChristian König2013-03-191-1/+7
* tgsi: remove TGSI_FILE_(IMMEDIATE|TEMP)_ARRAYChristian König2013-03-191-4/+2
* gallium: add SQRT shader opcodeBrian Paul2013-02-041-1/+1
* gallium: add defines/shader opcode for texture cube map arrayDave Airlie2012-11-091-3/+10
* gallium: add TGSI support for multisample texturesMarek Olšák2012-08-151-2/+5
* gallium/tgsi: s/TGSI_BUFFER/TGSI_TEXTURE_BUFFER/José Fonseca2012-05-111-1/+1
* gallium/tgsi: Redefine the TGSI_TEXTURE_UNKNOWN texture target.José Fonseca2012-05-111-1/+2
* gallium/tgsi: Introduce the "LOCAL" register declaration modifier.Francisco Jerez2012-05-111-1/+2