summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi/tgsi_dump.c
AgeCommit message (Expand)Author
2011-01-25tgsi: add support for 1D/2D texture arraysBrian Paul
2011-01-24gallium: implement modern sampling schemeZack Rusin
2011-01-06tgsi: remove redundant name tables from tgsi_text, use those from tgsi_dumpMarek Olšák
2010-12-28tgsi_dump: fix assert due to missing property name.Dave Airlie
2010-10-13gallium/tgsi: add support for stencil writes.Dave Airlie
2010-10-11tgsi: Export some names for some tgsi enums.José Fonseca
2010-07-10tgsi: make sure that we print out the adjacency prims correctlyZack Rusin
2010-06-18gallium: add a temporary array register fileZack Rusin
2010-06-18gallium: add a new register file - immediate arrayZack Rusin
2010-06-11tgsi: support 2d indirect addressingZack Rusin
2010-05-05tgsi: make dumping work on non-debug buildsMarek Olšák
2010-05-03tgsi: Parse and dump predicates.José Fonseca
2010-05-03gallium: Remove loop register file.José Fonseca
2010-04-27tgsi: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.José Fonseca
2010-02-09gallium: Add cylindrical wrap info to TGSI declaration.Michal Krol
2010-01-29tgsi: add properties for fragment coord conventions (v3)Luca Barbieri
2010-01-28tgsi: Handle 2-D declarations.Michal Krol
2010-01-18tgsi: Fix behaviour of dimension index.Michal Krol
2010-01-05Merge branch 'master' into instanced-arraysMichal Krol
2010-01-05tgsi: Support signed/unsigned integer immediate types.Michal Krol
2009-12-29Implement draw_arrays_instanced() in softpipe.Michal Krol
2009-12-26tgsi: Don't dump parenthesis for negation.José Fonseca
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