aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe/p_shader_tokens.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: Add UMOD TGSI opcode.Michal Krol2010-01-051-11/+12
* gallium: Add SWITCH, CASE, DEFAULT and ENDSWITCH opcodes to TGSI.Michal Krol2010-01-051-1/+5
* gallium: Add signed/unsigned int immediate data types.Michal Krol2010-01-051-0/+4
* Remove TGSI_OPCODE_SHR, map existing usage to TGSI_OPCODE_ISHR.Michal Krol2010-01-051-1/+1
* gallium: Add more integer TGSI opcodes.Michal Krol2010-01-051-1/+22
* gallium: remove TGSI_SEMANTIC_VERTICESZack Rusin2009-12-251-3/+2
* gallium: add geometry shader support to galliumZack Rusin2009-12-251-10/+12
* Merge branch 'gallium-edgeflags'Roland Scheidegger2009-12-221-1/+2
|\
| * gallium: first steps to treat edgeflags as regular vertex elementKeith Whitwell2009-12-091-1/+2
* | tgsi: add properties and system value registerZack Rusin2009-12-141-10/+28
|/
* gallium: Remove tgsi_version token.Michal Krol2009-11-271-6/+0
* tgsi: reduce repetition of structure name in its membersKeith Whitwell2009-11-241-4/+4
* gallium: simplify tgsi tokens furtherKeith Whitwell2009-11-241-137/+21
* gallium: Refactor the instruction predicate TGSI token.Michal Krol2009-11-241-10/+7
* gallium: Cleanup predicate and condition code TGSI tokens.Michal Krol2009-11-021-99/+18
* gallium: remove extended negate also, and also the ExtSwz tokenKeith Whitwell2009-10-231-24/+0
* gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell2009-10-231-15/+2
* gallium: remove noise opcodesKeith Whitwell2009-10-231-4/+1
* tgsi: remove redundant CND0 opcodeKeith Whitwell2009-09-011-1/+1
* Rename TGSI LOOP instruction to better match theri usage.Michal Krol2009-07-311-4/+4
* tgsi: Declare a LOOP register.Michal Krol2009-07-301-0/+1
* gallium: clean up opcode definitionsKeith Whitwell2009-07-231-145/+11
* gallium: remove deprecated TGSI opcodesKeith Whitwell2009-07-231-8/+0
* gallium: remove multiple aliases for TGSI opcodesKeith Whitwell2009-07-221-40/+40
* gallium: simplify tgsi_full_immediate structKeith Whitwell2009-07-221-1/+1
* gallium: fix the front face semanticsZack Rusin2009-07-011-1/+2
* tgsi: Consider INDEX, NEGATE, MULTIPLYMATRIX opcodes for removal.Michal Krol2009-03-101-3/+3
* gallium: Rename Size member of TGSI token to NrTokens.Michal Krol2009-02-101-5/+5
* tgsi: doxygen commentsBrian Paul2008-11-241-20/+20
* tgsi: add tgsi_declaration fields for centroid sampling, invariant optimizationBrian Paul2008-11-241-1/+3
* gallium: Fix doxygen comments.José Fonseca2008-09-191-7/+34
* gallium: Add note about vs_2_0 EXPP mapping.Michal Krol2008-08-191-0/+1
* gallium: Remove TGSI_CC_UN.Michal Krol2008-08-181-6/+5
* gallium: Make a note that OPCODE_KIL is a conditional kill.Michal Krol2008-08-131-2/+2
* tgsi: Parse destination operand modulate modifier.Michal Krol2008-07-131-0/+1
* tgsi: Parse texture instructions correctly.Michal Krol2008-07-131-0/+1
* tgsi: Remove depricated ATTRIB interpolate mode.Michal Krol2008-07-131-0/+1
* gallium: The SWZ opcode no longer aliases MOV.Michal Krol2008-06-021-2/+6
* gallium: Refactor TGSI decalaration tokens.Michal Krol2008-05-311-21/+6
* tgsi: Drop pre-ps_2_0 opcodes.Michal Krol2008-03-131-82/+65
* tgsi: Remove OPCODE_TEXCOORD, OPCODE_TEXCRD aliases.Michal Krol2008-03-131-2/+0
* tgsi: Remove ExtDivide field from existence. Implement OPCODE_TXP.Michal Krol2008-03-121-12/+1
* tgsi: Introduce OPCODE_TXP. Depricate ExdDivide field.Michal Krol2008-03-121-1/+9
* tgsi: Map OPCODE_TEXKILL to OPCODE_KILP.Michal Krol2008-03-111-1/+1
* start implementing start of bultinsZack Rusin2008-03-011-9/+11
* gallium: Remove // comments.José Fonseca2008-02-271-6/+6
* gallium: added TGSI_FILE_COUNTBrian2008-02-231-0/+2
* [PATCH] gallium: include p_compiler.h for boolean defnKeith Whitwell2008-02-211-0/+2
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+806