aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe/p_shader_tokens.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: add TGSI_PROPERTY_FS_BLEND_EQUATION_ADVANCEDElie Tournier2020-07-171-0/+1
* gallium: add TGSI_PROPERTY_LAYER_VIEWPORT_RELATIVEIlia Mirkin2020-04-151-0/+1
* gallium: add TGSI_SEMANTIC_VIEWPORT_MASKIlia Mirkin2020-04-151-0/+1
* gallium/tgsi: add support for DEMOTE and READ_HELPER opcodesIlia Mirkin2019-10-071-2/+2
* gallium: add TGSI_SEMANTIC_DEFAULT_OUTER/INNER_LEVELMarek Olšák2019-08-121-0/+2
* gallium: add AMD-specific compute TGSI enumsMarek Olšák2019-08-121-0/+2
* gallium: add TGSI_PROPERTY_VS_BLIT_SGPRS_AMD for tgsi_to_nirMarek Olšák2019-08-121-0/+1
* tgsi: add ATOMICINC_WRAP/ATOMICDEC_WRAP opcodePierre-Eric Pelloux-Prayer2019-08-061-1/+4
* tgsi: add ATOMFADD operationIlia Mirkin2018-12-261-1/+1
* gallium: add TGSI_MEMORY_STREAM_CACHE_POLICYMarek Olšák2018-08-291-2/+6
* gallium: add new SAMP2HND and IMG2HND opcodesRhys Perry2018-08-011-0/+2
* tgsi: convert opcode macros to enumsBrian Paul2018-03-231-273/+275
* gallium/tgsi: start adding hw atomics (v3.2)Dave Airlie2017-11-101-0/+1
* gallium: add new LOD opcodeRoland Scheidegger2017-09-301-1/+3
* gallium: add LDEXP TGSI instruction and corresponding capNicolai Hähnle2017-09-291-1/+1
* gallium: add CONSTBUF type to tgsi_file_typeTimothy Arceri2017-09-151-0/+1
* gallium: remove TGSI opcode SCSMarek Olšák2017-08-221-1/+1
* gallium: remove TGSI opcode BREAKCMarek Olšák2017-08-221-1/+0
* gallium: remove TGSI opcode XPDMarek Olšák2017-08-221-1/+1
* gallium: remove TGSI opcode DPHMarek Olšák2017-08-221-1/+1
* gallium: remove TGSI opcode DP2AMarek Olšák2017-08-221-1/+1
* gallium: remove TGSI_OPCODE_CALLNZMarek Olšák2017-08-221-1/+0
* gallium: remove TGSI FENCE opcodesMarek Olšák2017-08-221-4/+1
* gallium: remove TGSI opcodes PUSHA, POPA, SAD, TXQ_LZMarek Olšák2017-08-221-5/+3
* tgsi: add precise flag to tgsi_instructionKarol Herbst2017-07-211-1/+2
* gallium: Add TGSI shader token for ARB_post_depth_coverageLyude2017-06-021-0/+1
* tgsi: store the sampler view type directly in the instructionSamuel Pitoiset2017-05-181-1/+3
* tgsi: add SUBGROUP_* semanticsIlia Mirkin2017-04-051-0/+7
* tgsi: add BALLOT/READ_* opcodesIlia Mirkin2017-04-051-3/+3
* gallium: remove support for predicates from TGSI (v2)Marek Olšák2017-04-011-20/+1
* tgsi: add CLOCK opcodeIlia Mirkin2017-03-311-1/+1
* gallium: add TGSI opcodes TEX_LZ and TXF_LZMarek Olšák2017-03-151-2/+2
* gallium: remove TGSI_OPCODE_CLAMPMarek Olšák2017-02-181-1/+1
* gallium: add TGSI_PROPERTY_MUL_ZERO_WINSIlia Mirkin2017-01-231-0/+1
* gallium: add FBFETCH opcode to retrieve the current sample valueIlia Mirkin2017-01-161-1/+1
* tgsi: add DDIV instructionNicolai Hähnle2017-01-161-1/+4
* gallium: remove TGSI_OPCODE_SUBMarek Olšák2017-01-051-1/+1
* gallium: remove TGSI_OPCODE_ABSMarek Olšák2017-01-051-1/+1
* tgsi: add Stream{X,Y,Z,W} fields to tgsi_declaration_semanticNicolai Hähnle2016-12-121-1/+4
* 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