summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi/tgsi_dump.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-11gallium/tgsi: Add support for raw resources.Francisco Jerez1-0/+2
2012-05-11gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.Francisco Jerez1-23/+26
2012-05-11gallium/tgsi: Split sampler views from shader resources.Francisco Jerez1-9/+13
2012-04-07tgsi: Fix conflict with fortify printf redirect in glibc.Johannes Obermayr1-17/+17
2012-01-05tgsi: consolidate TGSI string arrays in new tgsi_strings.hBrian Paul1-134/+5
2011-12-10gallium: implement ARB_conservative_depthMarek Olšák1-0/+1
2011-11-14gallium: add TGSI_SEMANTIC_VERTEXIDChristoph Bumiller1-0/+1
2011-09-10gallium: add shadow 1D and 2D array samplers to TGSIMarek Olšák1-1/+3
2011-09-02tgsi: add support for texture offsets to the TGSI IR. (v2)Dave Airlie1-0/+11
2011-01-25tgsi: add support for 1D/2D texture arraysBrian Paul1-1/+3
2011-01-24gallium: implement modern sampling schemeZack Rusin1-1/+31
2011-01-06tgsi: remove redundant name tables from tgsi_text, use those from tgsi_dumpMarek Olšák1-11/+11
2010-12-28tgsi_dump: fix assert due to missing property name.Dave Airlie1-1/+2