summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_dump.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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