summaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe/p_shader_tokens.h
Commit message (Expand)AuthorAgeFilesLines
* gallium/tgsi: add support for 64-bit integer immediates.Dave Airlie2016-09-211-0/+2
* gallium: add opcode and types for 64-bit integers. (v3)Dave Airlie2016-09-211-9/+37
* r600g: Clean up defined magic numbers for TGSI opcodesRhys Kidd2016-08-291-0/+1
* tgsi: Add WORK_DIM System ValueHans de Goede2016-07-021-0/+1
* gallium: add VOTE_* opcodes to implement GL_ARB_shader_group_voteIlia Mirkin2016-06-061-1/+6
* tgsi: remove culldist semantic.Dave Airlie2016-05-231-1/+0
* gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*Marek Olšák2016-04-221-10/+1
* gallium: use enums in p_shader_tokens.h (v2)Marek Olšák2016-04-221-139/+164
* gallium: add threads per block TGSI propertyBas Nieuwenhuizen2016-04-021-1/+4
* gallium: Remove unused TGSI_RESOURCE_ definesHans de Goede2016-03-211-9/+0
* tgsi: Add support for global / private / input MEMORYHans de Goede2016-03-211-2/+8
* gallium: add TGSI property NEXT_SHADERMarek Olšák2016-03-191-1/+2
* tgsi: add TGSI_PROPERTY_FS_EARLY_DEPTH_STENCILNicolai Hähnle2016-03-141-1/+2
* tgsi: add Texture and Format to tgsi_instruction_memoryNicolai Hähnle2016-03-141-1/+3
* tgsi/ureg: add shared variables support for compute shadersSamuel Pitoiset2016-02-131-1/+3
* tgsi: add MEMBAR opcode to handle memoryBarrier* GLSL intrinsicsIlia Mirkin2016-01-291-1/+6
* gallium: add a RESQ opcode to query info about a resourceIlia Mirkin2016-01-081-0/+1
* tgsi: provide a way to encode memory qualifiers for SSBOIlia Mirkin2016-01-081-1/+15
* ureg: add buffer support to uregIlia Mirkin2016-01-081-1/+3
* tgsi: add ureg support for image declsIlia Mirkin2016-01-081-3/+4
* gallium: add baseinstance/drawid semanticsIlia Mirkin2015-12-301-1/+3
* gallium: add support for gl_HelperInvocation semanticIlia Mirkin2015-11-121-1/+2
* gallium: add new properties for clip and cull distance usageMarek Olšák2015-10-201-1/+3
* tgsi: add a TXQS opcode to retrieve the number of texture samplesIlia Mirkin2015-09-131-0/+1
* 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