summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_build.c
Commit message (Expand)AuthorAgeFilesLines
* tgsi: remove set-but-unused variablesMarek Olšák2011-05-011-4/+0
* gallium: implement modern sampling schemeZack Rusin2011-01-241-0/+59
* tgsi: remove unused functionBrian Paul2010-11-041-11/+0
* tgsi/build: Reduce interface clutter.Michal Krol2010-11-041-380/+367
* gallium: add a temporary array register fileZack Rusin2010-06-181-0/+45
* gallium: add a new register file - immediate arrayZack Rusin2010-06-181-1/+20
* gallium: Add cylindrical wrap info to TGSI declaration.Michal Krol2010-02-091-1/+4
* tgsi: Handle two-dimensional constants in text parser.Michal Krol2010-01-281-0/+46
* tgsi: fix property parsing/buildingZack Rusin2009-12-251-1/+1
* tgsi: add properties and system value registerZack Rusin2009-12-141-0/+104
* tgsi: fix some off-by-one errors in shader length, instruction lengthBrian Paul2009-12-081-1/+1
* tgsi: Remove tgsi_version token.Michal Krol2009-11-271-15/+0
* tgsi: Fix token builder.Michal Krol2009-11-251-31/+2
* tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell2009-11-241-40/+40
* tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell2009-11-241-17/+17
* tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell2009-11-241-3/+3
* tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell2009-11-241-17/+17
* tgsi: reduce repetition of structure name in its membersKeith Whitwell2009-11-241-8/+8
* tgsi: remove unused Flags member from full_instructionKeith Whitwell2009-11-241-2/+0
* gallium: simplify tgsi tokens furtherKeith Whitwell2009-11-241-210/+61
* tgsi: Account for gallium shader token representation changes.Michal Krol2009-11-241-90/+76
* tgsi: Update for gallium interface changes.Michal Krol2009-11-021-188/+78
* gallium: remove extended negate also, and also the ExtSwz tokenKeith Whitwell2009-10-231-82/+0
* gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell2009-10-231-25/+2
* tgsi: added tgsi_full_instruction::Flags fieldBrian Paul2009-08-201-0/+2
* gallium: simplify tgsi_full_immediate structKeith Whitwell2009-07-221-9/+14
* tgsi: update some assertionsBrian Paul2009-07-101-4/+4
* tgis: implement indirect addressing for destination registersBrian Paul2009-07-101-0/+26
* 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-10/+10
* gallium: added centroid/invarient fields to declarationsBrian Paul2008-11-251-0/+6
* tgsi: add tgsi_declaration fields for centroid sampling, invariant optimizationBrian Paul2008-11-241-0/+2
* gallium: use new compare32() function to fix warnings about type punning and ...Brian Paul2008-09-121-10/+14
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+0
* tgsi: Fix typo.Michal Krol2008-08-131-2/+2
* Merge tgsi/exec and tgsi/util directories.José Fonseca2008-07-281-0/+1324