summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_dump.c
Commit message (Expand)AuthorAgeFilesLines
...
* gallium/tgsi: add support for stencil writes.Dave Airlie2010-10-131-1/+2
* tgsi: Export some names for some tgsi enums.José Fonseca2010-10-111-23/+26
* tgsi: make sure that we print out the adjacency prims correctlyZack Rusin2010-07-101-1/+5
* gallium: add a temporary array register fileZack Rusin2010-06-181-49/+44
* gallium: add a new register file - immediate arrayZack Rusin2010-06-181-27/+76
* tgsi: support 2d indirect addressingZack Rusin2010-06-111-3/+18
* tgsi: make dumping work on non-debug buildsMarek Olšák2010-05-051-1/+1
* tgsi: Parse and dump predicates.José Fonseca2010-05-031-0/+24
* gallium: Remove loop register file.José Fonseca2010-05-031-1/+0
* tgsi: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.José Fonseca2010-04-271-1/+0
* gallium: Add cylindrical wrap info to TGSI declaration.Michal Krol2010-02-091-0/+16
* tgsi: add properties for fragment coord conventions (v3)Luca Barbieri2010-01-291-1/+21
* tgsi: Handle 2-D declarations.Michal Krol2010-01-281-28/+22
* tgsi: Fix behaviour of dimension index.Michal Krol2010-01-181-7/+6
* Merge branch 'master' into instanced-arraysMichal Krol2010-01-051-24/+67
|\
| * tgsi: Support signed/unsigned integer immediate types.Michal Krol2010-01-051-1/+9
| * tgsi: Don't dump parenthesis for negation.José Fonseca2009-12-261-3/+1
| * gallium: remove TGSI_SEMANTIC_VERTICESZack Rusin2009-12-251-1/+0
| * tgsi: dump the indices correctly when dealing with 2d arraysZack Rusin2009-12-251-20/+50
| * tgsi: add missing support for two dimensional arrays in various placesZack Rusin2009-12-251-0/+6
| * gallium: add geometry shader support to galliumZack Rusin2009-12-251-1/+3
* | Implement draw_arrays_instanced() in softpipe.Michal Krol2009-12-291-1/+2
|/
* Merge branch 'gallium-edgeflags'Roland Scheidegger2009-12-221-1/+2
|\
| * gallium: edgeflags change fixesRoland Scheidegger2009-12-161-1/+2
* | tgsi: add properties and system value registerZack Rusin2009-12-141-1/+69
|/
* tgsi: Remove tgsi_version token.Michal Krol2009-11-271-3/+0
* tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell2009-11-241-21/+21
* tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell2009-11-241-10/+10
* tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell2009-11-241-2/+2
* tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell2009-11-241-4/+4
* tgsi: reduce repetition of structure name in its membersKeith Whitwell2009-11-241-6/+6
* gallium: simplify tgsi tokens furtherKeith Whitwell2009-11-241-33/+7
* tgsi: Update for gallium interface changes.Michal Krol2009-11-021-1/+2
* gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell2009-10-231-27/+0
* aux/tgsi: pull back ureg work from 0.1 branchKeith Whitwell2009-09-031-19/+12
* tgsi: when printing/dumping programs indent loops and conditionalsBrian Paul2009-08-201-0/+35
* Rename TGSI LOOP instruction to better match theri usage.Michal Krol2009-07-311-2/+2
* tgsi: Declare a LOOP register.Michal Krol2009-07-301-2/+3
* gallium: simplify tgsi_full_immediate structKeith Whitwell2009-07-221-1/+3
* tgsi: add semantic_names[] string for TGSI_SEMANTIC_FACEBrian Paul2009-07-101-1/+6
* tgis: implement indirect addressing for destination registersBrian Paul2009-07-101-5/+16
* tgsi: correct handling of return value from util_vsnprintfKeith Whitwell2009-06-261-5/+13
* tgsi: don't dump interpolation info except for fragment shader inputsKeith Whitwell2009-02-271-2/+6
* util: Move p_debug.h into util module.José Fonseca2009-02-181-1/+1
* tgsi: Fix build -- rename Size to NrTokens.Michal Krol2009-02-101-2/+2
* tgsi: add tgsi_declaration fields for centroid sampling, invariant optimizationBrian Paul2009-01-061-0/+8
* tgsi: Dump indirect register swizzle.Michal Krol2008-12-231-3/+6
* tgsi: Make tgsi dumps look more like mesa shader dumps.Jakob Bornecrantz2008-09-181-2/+3
* tgsi: Refactor tgsi_dump to avoid using string buffers when dumping.José Fonseca2008-09-051-77/+83
* gallium: increase string buffer size to 16000 to avoid truncated output of lo...Brian Paul2008-09-021-1/+1