summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi/tgsi_info.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-06tgsi: uint -> unsignedErik Faye-Lund1-2/+2
2023-06-27treewide: replace usage of boolean to boolYonggang Luo1-1/+1
2023-05-25tgsi: delete unused functionsThomas H.P. Andersen1-21/+0
2023-04-06tgsi: Drop TGSI_OPCODE_DFRACEXP.Emma Anholt1-4/+0
2020-11-25Revert "tgsi: Fix helgrind complaint about one-time init"Erik Faye-Lund1-1/+4
2020-11-24tgsi: Fix helgrind complaint about one-time initRob Clark1-4/+1
2019-08-06tgsi: add ATOMICINC_WRAP/ATOMICDEC_WRAP opcodePierre-Eric Pelloux-Prayer1-1/+2
2019-07-07tgsi: denote which load/store/atomic channels are unsignedDave Airlie1-0/+12
2018-08-11Gallium/tgsi: Correct signdness of return value of bit operationsGert Wollny1-3/+4
2018-08-01gallium: add new SAMP2HND and IMG2HND opcodesRhys Perry1-0/+2
2018-03-23st/mesa,tgsi: use enum tgsi_opcodeBrian Paul1-5/+5
2017-11-17tgsi: s/uint/enum pipe_shader_type/Brian Paul1-1/+1
2017-11-17tgsi: bump tgsi_opcode_info::output_mode size to 4 bitsBrian Paul1-0/+2
2017-11-16util/tgsi: use ASSERT_BITFIELD_SIZE() to check opcode field sizeBrian Paul1-0/+2
2017-09-29gallium: add LDEXP TGSI instruction and corresponding capNicolai Hähnle1-1/+2
2017-09-29tgsi: infer that dst[1] of DFRACEXP is an integerNicolai Hähnle1-1/+4
2017-09-29tgsi: infer that DLDEXP's second source has an integer typeNicolai Hähnle1-1/+4
2017-08-23tgsi: store opcode mnemonics in a separate tableNicolai Hähnle1-4/+15
2017-08-23tgsi: macro-ify the opcodes tableNicolai Hähnle1-251/+11
2017-08-23tgsi: remove post_indent from some 64-bit opcodesNicolai Hähnle1-6/+6
2017-08-22gallium: remove TGSI opcode SCSMarek Olšák1-1/+1
2017-08-22gallium: remove TGSI opcode BREAKCMarek Olšák1-3/+2
2017-08-22gallium: remove TGSI opcode XPDMarek Olšák1-1/+1
2017-08-22gallium: remove TGSI opcode DPHMarek Olšák1-1/+1
2017-08-22gallium: remove TGSI opcode DP2AMarek Olšák1-1/+1
2017-08-22gallium: remove TGSI_OPCODE_CALLNZMarek Olšák1-1/+1
2017-08-22gallium: remove TGSI FENCE opcodesMarek Olšák1-3/+3
2017-08-22gallium: remove TGSI opcodes PUSHA, POPA, SAD, TXQ_LZMarek Olšák1-7/+4
2017-04-05tgsi: add BALLOT/READ_* opcodesIlia Mirkin1-3/+3
2017-03-31tgsi: add CLOCK opcodeIlia Mirkin1-1/+1
2017-03-15gallium: add TGSI opcodes TEX_LZ and TXF_LZMarek Olšák1-2/+3
2017-03-15tgsi: add missing compute shader entry in tgsi_get_processor_name()Samuel Pitoiset1-0/+2
2017-02-18gallium: remove TGSI_OPCODE_CLAMPMarek Olšák1-1/+1
2017-01-16gallium: add FBFETCH opcode to retrieve the current sample valueIlia Mirkin1-1/+1
2017-01-16tgsi: add DDIV instructionNicolai Hähnle1-0/+2
2017-01-05gallium: remove TGSI_OPCODE_SUBMarek Olšák1-1/+1
2017-01-05gallium: remove TGSI_OPCODE_ABSMarek Olšák1-1/+1
2016-12-07tgsi: fix the src type of TGSI_OPCODE_MEMBARMarek Olšák1-0/+1
2016-09-21gallium: add opcode and types for 64-bit integers. (v3)Dave Airlie1-10/+82
2016-06-06gallium: add VOTE_* opcodes to implement GL_ARB_shader_group_voteIlia Mirkin1-0/+3
2016-04-27tgsi: s/Elements/ARRAY_SIZE/Brian Paul1-1/+1
2016-04-22gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*Marek Olšák1-5/+5
2016-03-09tgsi: set correct output mode for RESQNicolai Hähnle1-1/+1
2016-02-02tgsi: set correct src type for UP2HMarek Olšák1-0/+1
2016-01-29tgsi: add MEMBAR opcode to handle memoryBarrier* GLSL intrinsicsIlia Mirkin1-1/+1
2016-01-08gallium: add a RESQ opcode to query info about a resourceIlia Mirkin1-1/+1
2016-01-08tgsi: add a is_store propertyIlia Mirkin1-223/+223
2016-01-03tgsi: update PK2H/UP2H channel behavior infoIlia Mirkin1-8/+8
2015-09-13tgsi: add a TXQS opcode to retrieve the number of texture samplesIlia Mirkin1-1/+2
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-1/+1