Age | Commit message (Expand) | Author |
2010-02-02 | gallium: pipe/p_inlines.h -> util/u_inlines.h | José Fonseca |
2010-01-29 | tgsi: add properties for fragment coord conventions (v3) | Luca Barbieri |
2010-01-28 | tgsi: Handle two-dimensional constants in text parser. | Michal Krol |
2010-01-18 | tgsi: Add missing semantic name in text parser. | Chia-I Wu |
2010-01-01 | tgsi: Add missing semantic name in text parser. | Igor Oliveira |
2009-12-25 | gallium: remove TGSI_SEMANTIC_VERTICES | Zack Rusin |
2009-12-25 | util: put vertices_per_primitive function in its proper location | Zack Rusin |
2009-12-25 | tgsi: fix property parsing/building | Zack Rusin |
2009-12-25 | tgsi: add missing support for two dimensional arrays in various places | Zack Rusin |
2009-12-25 | tgsi: make the tgsi assembly parser report line/column on error | Zack Rusin |
2009-12-25 | gallium: add geometry shader support to gallium | Zack Rusin |
2009-12-15 | tgsi/text: Don't use strncasecmp(), it breaks windows build. | Michal Krol |
2009-12-14 | tgsi: add properties and system value register | Zack Rusin |
2009-11-27 | tgsi: Remove tgsi_version token. | Michal Krol |
2009-11-24 | tgsi: rename fields of tgsi_full_src_register to reduce verbosity | Keith Whitwell |
2009-11-24 | tgsi: rename fields of tgsi_full_dst_register to reduce verbosity | Keith Whitwell |
2009-11-24 | tgsi: rename fields of tgsi_full_declaration to reduce verbosity | Keith Whitwell |
2009-11-24 | tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosity | Keith Whitwell |
2009-11-24 | tgsi: reduce repetition of structure name in its members | Keith Whitwell |
2009-11-24 | gallium: simplify tgsi tokens further | Keith Whitwell |
2009-11-02 | tgsi: Update for gallium interface changes. | Michal Krol |
2009-10-23 | gallium: remove the swizzling parts of ExtSwizzle | Keith Whitwell |
2009-07-30 | tgsi: Declare a LOOP register. | Michal Krol |
2009-07-22 | gallium: remove multiple aliases for TGSI opcodes | Keith Whitwell |
2009-07-22 | gallium: simplify tgsi_full_immediate struct | Keith Whitwell |
2009-07-10 | tgsi: tgsi: add semantic_names[] string for TGSI_SEMANTIC_FACE | Brian Paul |
2009-04-03 | tgsi/text: Allow optional component selection for indirect registers. | Michal Krol |
2009-04-03 | tgsi/text: Allow `-|src|` variant of `-(|src|)`. | Michal Krol |
2009-04-01 | tgsi: Lookup alternate instruction mnemonics when parsing tgsi text. | Michal Krol |
2009-02-18 | util: Move p_debug.h into util module. | José Fonseca |
2009-02-10 | tgsi: Fix build -- rename Size to NrTokens. | Michal Krol |
2008-08-13 | tgsi: Use a homebrew version of toupper(). | Michal Krol |
2008-08-13 | tgsi: Use tgsi_opcode_info. | Michal Krol |
2008-07-28 | Merge tgsi/exec and tgsi/util directories. | José Fonseca |