Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-02 | gallium: The SWZ opcode no longer aliases MOV. | Michal Krol | |
Also, when the extended swizzle token is used, the simple swizzle and negate are set to X,Y,Z,W and FALSE, respectively. | |||
2008-05-31 | gallium: Refactor TGSI decalaration tokens. | Michal Krol | |
* Incorporate declaration_interpolation into declaration itself. * Remove declaration_mask -- always use declaration_range. | |||
2008-03-13 | tgsi: Drop pre-ps_2_0 opcodes. | Michal Krol | |
2008-03-13 | tgsi: Remove OPCODE_TEXCOORD, OPCODE_TEXCRD aliases. | Michal Krol | |
2008-03-12 | tgsi: Remove ExtDivide field from existence. Implement OPCODE_TXP. | Michal Krol | |
2008-03-12 | tgsi: Introduce OPCODE_TXP. Depricate ExdDivide field. | Michal Krol | |
2008-03-11 | tgsi: Map OPCODE_TEXKILL to OPCODE_KILP. | Michal Krol | |
2008-03-01 | start implementing start of bultins | Zack Rusin | |
2008-02-27 | gallium: Remove // comments. | José Fonseca | |
2008-02-23 | gallium: added TGSI_FILE_COUNT | Brian | |
2008-02-21 | [PATCH] gallium: include p_compiler.h for boolean defn | Keith Whitwell | |
2008-02-15 | Code reorganization: move files into their places. | José Fonseca | |
This is in a separate commit to ensure renames are properly preserved. |