summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_dump.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/tgsi: add support for 64-bit integer immediates.Dave Airlie2016-09-211-0/+14
* tgsi: print TGSI_PROPERTY_NEXT_SHADER value as string, not an integerBrian Paul2016-05-251-0/+3
* tgsi: initialize stack allocated structWuZhen2016-05-011-0/+7
* tgsi/dump: signal nospace when the last print exceeded the sizeNicolai Hähnle2016-04-291-4/+6
* tgsi/dump: shared dump_ctx initializationNicolai Hähnle2016-04-291-31/+17
* gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*Marek Olšák2016-04-221-5/+5
* tgsi: Add support for global / private / input MEMORYHans de Goede2016-03-211-2/+7
* tgsi: add Texture and Format to tgsi_instruction_memoryNicolai Hähnle2016-03-141-0/+8
* tgsi: show textual format representationIlia Mirkin2016-02-151-1/+1
* tgsi/ureg: add shared variables support for compute shadersSamuel Pitoiset2016-02-131-0/+5
* tgsi: provide a way to encode memory qualifiers for SSBOIlia Mirkin2016-01-081-0/+10
* ureg: add buffer support to uregIlia Mirkin2016-01-081-0/+5
* tgsi: add ureg support for image declsIlia Mirkin2016-01-081-4/+6
* tgsi: try and handle overflowing shaders. (v2)Dave Airlie2015-10-231-2/+8
* tgsi: add option to dump floats as hex valuesDave Airlie2015-10-231-1/+18
* tgsi: initialize ctx.file in tgsi_dump_instruction()Brian Paul2015-10-161-0/+1
* tgsi: allow dumping to a file directlyMarek Olšák2015-07-221-4/+15
* gallium: rename TGSI tessellation processor types to match pipe shader namesMarek Olšák2015-05-261-3/+3
* gallium: remove TGSI_SAT_MINUS_PLUS_ONEMarek Olšák2015-05-201-10/+1
* tgsi/dump: fix declaration printing of tessellation inputs/outputsIlia Mirkin2015-05-161-2/+18
* tgsi: also dump label for TGSI_OPCODE_BGNSUB opcodeBrian Paul2015-04-151-0/+1
* tgsi: add support for flt64 constantsDave Airlie2015-02-201-0/+8
* gallium: replace pipe_type enum with tgsi_return_type enumBrian Paul2014-09-221-5/+5
* tgsi: don't print texture target for sample opcodesRoland Scheidegger2014-09-161-2/+5
* gallium: switch dedicated centroid field to interpolation locationIlia Mirkin2014-07-091-2/+3
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* gallivm: Compile flag to debug TGSI execution through printfs.José Fonseca2013-11-141-0/+23
* tgsi: replace tgsi_file_names tgsi_file_names[] with tgsi_file_name() functionBrian Paul2013-06-071-8/+8
* gallium: Disambiguate TGSI_OPCODE_IF.José Fonseca2013-04-171-0/+2
* gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3Christoph Bumiller2013-03-201-0/+1
* tgsi: use separate structure for indirect address v2Christian König2013-03-191-4/+24
* tgsi: add ArrayID to declarationsChristian König2013-03-191-0/+6
* tgsi: remove TGSI_FILE_(IMMEDIATE|TEMP)_ARRAYChristian König2013-03-191-38/+0
* tgsi: silence MSVC signed/unsigned comparison warningsBrian Paul2012-10-171-1/+1
* tgsi: Dump register number when dumping immediates.José Fonseca2012-10-121-1/+7
* gallium/tgsi: Introduce the "LOCAL" register declaration modifier.Francisco Jerez2012-05-111-0/+3
* gallium/tgsi: Add resource write-back support.Francisco Jerez2012-05-111-0/+2
* gallium/tgsi: Add support for raw resources.Francisco Jerez2012-05-111-0/+2
* gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.Francisco Jerez2012-05-111-23/+26
* gallium/tgsi: Split sampler views from shader resources.Francisco Jerez2012-05-111-9/+13
* tgsi: Fix conflict with fortify printf redirect in glibc.Johannes Obermayr2012-04-071-17/+17
* tgsi: consolidate TGSI string arrays in new tgsi_strings.hBrian Paul2012-01-051-134/+5
* gallium: implement ARB_conservative_depthMarek Olšák2011-12-101-0/+1
* gallium: add TGSI_SEMANTIC_VERTEXIDChristoph Bumiller2011-11-141-0/+1
* gallium: add shadow 1D and 2D array samplers to TGSIMarek Olšák2011-09-101-1/+3
* tgsi: add support for texture offsets to the TGSI IR. (v2)Dave Airlie2011-09-021-0/+11
* tgsi: add support for 1D/2D texture arraysBrian Paul2011-01-251-1/+3
* gallium: implement modern sampling schemeZack Rusin2011-01-241-1/+31
* tgsi: remove redundant name tables from tgsi_text, use those from tgsi_dumpMarek Olšák2011-01-061-11/+11
* tgsi_dump: fix assert due to missing property name.Dave Airlie2010-12-281-1/+2