summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi/tgsi_dump.c
AgeCommit message (Expand)Author
2009-12-25gallium: remove TGSI_SEMANTIC_VERTICESZack Rusin
2009-12-25tgsi: dump the indices correctly when dealing with 2d arraysZack Rusin
2009-12-25tgsi: add missing support for two dimensional arrays in various placesZack Rusin
2009-12-25gallium: add geometry shader support to galliumZack Rusin
2009-12-22Merge branch 'gallium-edgeflags'Roland Scheidegger
2009-12-16gallium: edgeflags change fixesRoland Scheidegger
2009-12-14tgsi: add properties and system value registerZack Rusin
2009-11-27tgsi: Remove tgsi_version token.Michal Krol
2009-11-24tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell
2009-11-24tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell
2009-11-24tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell
2009-11-24tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell
2009-11-24tgsi: reduce repetition of structure name in its membersKeith Whitwell
2009-11-24gallium: simplify tgsi tokens furtherKeith Whitwell
2009-11-02tgsi: Update for gallium interface changes.Michal Krol
2009-10-23gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell
2009-09-03aux/tgsi: pull back ureg work from 0.1 branchKeith Whitwell
2009-08-20tgsi: when printing/dumping programs indent loops and conditionalsBrian Paul
2009-07-31Rename TGSI LOOP instruction to better match theri usage.Michal Krol
2009-07-30tgsi: Declare a LOOP register.Michal Krol
2009-07-22gallium: simplify tgsi_full_immediate structKeith Whitwell
2009-07-10tgsi: add semantic_names[] string for TGSI_SEMANTIC_FACEBrian Paul
2009-07-10tgis: implement indirect addressing for destination registersBrian Paul
2009-06-26tgsi: correct handling of return value from util_vsnprintfKeith Whitwell
2009-02-27tgsi: don't dump interpolation info except for fragment shader inputsKeith Whitwell
2009-02-18util: Move p_debug.h into util module.José Fonseca
2009-02-10tgsi: Fix build -- rename Size to NrTokens.Michal Krol
2009-01-06tgsi: add tgsi_declaration fields for centroid sampling, invariant optimizationBrian Paul
2008-12-23tgsi: Dump indirect register swizzle.Michal Krol
2008-09-18tgsi: Make tgsi dumps look more like mesa shader dumps.Jakob Bornecrantz
2008-09-05tgsi: Refactor tgsi_dump to avoid using string buffers when dumping.José Fonseca
2008-09-02gallium: increase string buffer size to 16000 to avoid truncated output of lo...Brian Paul
2008-08-19tgsi: Workaround debug output buffer size limitations.Michal Krol
2008-08-13tgsi: Use tgsi_info to dump opcode names.Michal Krol
2008-08-09tgsi: Dump shaders to a string too.José Fonseca
2008-08-04tgsi: Put a newline after IMM.Michal Krol
2008-07-30tgsi: Insert newlines after the statements, instead of before.José Fonseca
2008-07-28Merge tgsi/exec and tgsi/util directories.José Fonseca