summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi/tgsi_build.c
AgeCommit message (Expand)Author
2011-01-24gallium: implement modern sampling schemeZack Rusin
2010-11-04tgsi: remove unused functionBrian Paul
2010-11-04tgsi/build: Reduce interface clutter.Michal Krol
2010-06-18gallium: add a temporary array register fileZack Rusin
2010-06-18gallium: add a new register file - immediate arrayZack Rusin
2010-02-09gallium: Add cylindrical wrap info to TGSI declaration.Michal Krol
2010-01-28tgsi: Handle two-dimensional constants in text parser.Michal Krol
2009-12-25tgsi: fix property parsing/buildingZack Rusin
2009-12-14tgsi: add properties and system value registerZack Rusin
2009-12-08tgsi: fix some off-by-one errors in shader length, instruction lengthBrian Paul
2009-11-27tgsi: Remove tgsi_version token.Michal Krol
2009-11-25tgsi: Fix token builder.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-24tgsi: remove unused Flags member from full_instructionKeith Whitwell
2009-11-24gallium: simplify tgsi tokens furtherKeith Whitwell
2009-11-24tgsi: Account for gallium shader token representation changes.Michal Krol
2009-11-02tgsi: Update for gallium interface changes.Michal Krol
2009-10-23gallium: remove extended negate also, and also the ExtSwz tokenKeith Whitwell
2009-10-23gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell
2009-08-20tgsi: added tgsi_full_instruction::Flags fieldBrian Paul
2009-07-22gallium: simplify tgsi_full_immediate structKeith Whitwell
2009-07-10tgsi: update some assertionsBrian Paul
2009-07-10tgis: implement indirect addressing for destination registersBrian Paul
2009-02-18util: Move p_debug.h into util module.José Fonseca
2009-02-10tgsi: Fix build -- rename Size to NrTokens.Michal Krol
2008-11-25gallium: added centroid/invarient fields to declarationsBrian Paul
2008-11-24tgsi: add tgsi_declaration fields for centroid sampling, invariant optimizationBrian Paul
2008-09-12gallium: use new compare32() function to fix warnings about type punning and ...Brian Paul
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-08-13tgsi: Fix typo.Michal Krol
2008-07-28Merge tgsi/exec and tgsi/util directories.José Fonseca