aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_scan.c
Commit message (Expand)AuthorAgeFilesLines
* tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell2009-11-241-12/+12
* tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell2009-11-241-3/+3
* 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-3/+3
* tgsi: reduce repetition of structure name in its membersKeith Whitwell2009-11-241-5/+5
* gallium: simplify tgsi tokens furtherKeith Whitwell2009-11-241-6/+1
* gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell2009-10-231-5/+0
* tgsi: Scan input interpolators, too.Michal Krol2009-09-171-0/+1
* tgsi: keep immediate file info uptodateKeith Whitwell2009-02-121-1/+8
* tgsi: change an if to an else-if, added const qual, added commentsBrian Paul2009-01-191-3/+5
* tgsi: fix incomplete rename of loop counter variableKeith Whitwell2008-12-231-1/+1
* tgsi: scan for additional info: uses_fogcoord, uses_frontfacingBrian Paul2008-12-181-14/+35
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-3/+3
* Merge tgsi/exec and tgsi/util directories.José Fonseca2008-07-281-0/+226