summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi/tgsi_dump.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-06tgsi: uint -> unsignedErik Faye-Lund1-14/+14
2023-06-27treewide: Replace the usage of TRUE/FALSE with true/falseYonggang Luo1-9/+9
2023-06-27treewide: replace usage of boolean to boolYonggang Luo1-8/+8
2023-05-25tgsi: delete unused functionsThomas H.P. Andersen1-35/+0
2021-08-25gallium/tgsi: rip out cylindrical wrap supportErik Faye-Lund1-16/+0
2019-07-19util: use standard name for vsnprintf()Eric Engestrom1-1/+1
2018-06-20gallium/aux/tgsi/tgsi_dump.c: Fix -Wsign-compare warningsGert Wollny1-1/+1
2017-08-23gallium: use tgsi_get_opcode_name instead of tgsi_opcode_info::mnemonicNicolai Hähnle1-1/+1
2017-07-21tgsi/dump: print _PRECISE modifier on InstructionsKarol Herbst1-0/+4
2017-04-01gallium: remove support for predicates from TGSI (v2)Marek Olšák1-24/+0
2017-03-31tgsi: fix printing of 64-bit integer immediatesNicolai Hähnle1-2/+6
2017-02-10tgsi-dump: dump label if instruction has oneMarc-André Lureau1-11/+13
2016-12-12tgsi: add Stream{X,Y,Z,W} fields to tgsi_declaration_semanticNicolai Hähnle1-0/+13
2016-09-21gallium/tgsi: add support for 64-bit integer immediates.Dave Airlie1-0/+14
2016-05-25tgsi: print TGSI_PROPERTY_NEXT_SHADER value as string, not an integerBrian Paul1-0/+3
2016-05-01tgsi: initialize stack allocated structWuZhen1-0/+7
2016-04-29tgsi/dump: signal nospace when the last print exceeded the sizeNicolai Hähnle1-4/+6
2016-04-29tgsi/dump: shared dump_ctx initializationNicolai Hähnle1-31/+17
2016-04-22gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*Marek Olšák1-5/+5
2016-03-21tgsi: Add support for global / private / input MEMORYHans de Goede1-2/+7
2016-03-14tgsi: add Texture and Format to tgsi_instruction_memoryNicolai Hähnle1-0/+8
2016-02-15tgsi: show textual format representationIlia Mirkin1-1/+1
2016-02-13tgsi/ureg: add shared variables support for compute shadersSamuel Pitoiset1-0/+5
2016-01-08tgsi: provide a way to encode memory qualifiers for SSBOIlia Mirkin1-0/+10
2016-01-08ureg: add buffer support to uregIlia Mirkin1-0/+5
2016-01-08tgsi: add ureg support for image declsIlia Mirkin1-4/+6
2015-10-23tgsi: try and handle overflowing shaders. (v2)Dave Airlie1-2/+8
2015-10-23tgsi: add option to dump floats as hex valuesDave Airlie1-1/+18
2015-10-16tgsi: initialize ctx.file in tgsi_dump_instruction()Brian Paul1-0/+1
2015-07-22tgsi: allow dumping to a file directlyMarek Olšák1-4/+15
2015-05-26gallium: rename TGSI tessellation processor types to match pipe shader namesMarek Olšák1-3/+3
2015-05-20gallium: remove TGSI_SAT_MINUS_PLUS_ONEMarek Olšák1-10/+1
2015-05-16tgsi/dump: fix declaration printing of tessellation inputs/outputsIlia Mirkin1-2/+18
2015-04-15tgsi: also dump label for TGSI_OPCODE_BGNSUB opcodeBrian Paul1-0/+1
2015-02-20tgsi: add support for flt64 constantsDave Airlie1-0/+8
2014-09-22gallium: replace pipe_type enum with tgsi_return_type enumBrian Paul1-5/+5
2014-09-16tgsi: don't print texture target for sample opcodesRoland Scheidegger1-2/+5
2014-07-09gallium: switch dedicated centroid field to interpolation locationIlia Mirkin1-2/+3
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-11-14gallivm: Compile flag to debug TGSI execution through printfs.José Fonseca1-0/+23
2013-06-07tgsi: replace tgsi_file_names tgsi_file_names[] with tgsi_file_name() functionBrian Paul1-8/+8
2013-04-17gallium: Disambiguate TGSI_OPCODE_IF.José Fonseca1-0/+2
2013-03-20gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3Christoph Bumiller1-0/+1
2013-03-19tgsi: use separate structure for indirect address v2Christian König1-4/+24
2013-03-19tgsi: add ArrayID to declarationsChristian König1-0/+6
2013-03-19tgsi: remove TGSI_FILE_(IMMEDIATE|TEMP)_ARRAYChristian König1-38/+0
2012-10-17tgsi: silence MSVC signed/unsigned comparison warningsBrian Paul1-1/+1
2012-10-12tgsi: Dump register number when dumping immediates.José Fonseca1-1/+7
2012-05-11gallium/tgsi: Introduce the "LOCAL" register declaration modifier.Francisco Jerez1-0/+3
2012-05-11gallium/tgsi: Add resource write-back support.Francisco Jerez1-0/+2