Age | Commit message (Expand) | Author |
2010-06-09 | geometry shaders: make gs work with changable primitives and variable number ... | Zack Rusin |
2010-05-03 | gallium: Remove loop register file. | José Fonseca |
2010-04-27 | gallium: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes. | José Fonseca |
2010-02-09 | gallium: Add cylindrical wrap info to TGSI declaration. | Michal Krol |
2010-01-29 | tgsi: add properties for fragment coord conventions (v3) | Luca Barbieri |
2010-01-28 | gallium: Add tgsi_declaration_dimension token. | Michal Krol |
2010-01-05 | Merge branch 'master' into instanced-arrays | Michal Krol |
2010-01-05 | gallium: Add UMOD TGSI opcode. | Michal Krol |
2010-01-05 | gallium: Add SWITCH, CASE, DEFAULT and ENDSWITCH opcodes to TGSI. | Michal Krol |
2010-01-05 | gallium: Add signed/unsigned int immediate data types. | Michal Krol |
2010-01-05 | Remove TGSI_OPCODE_SHR, map existing usage to TGSI_OPCODE_ISHR. | Michal Krol |
2010-01-05 | gallium: Add more integer TGSI opcodes. | Michal Krol |
2009-12-25 | gallium: remove TGSI_SEMANTIC_VERTICES | Zack Rusin |
2009-12-25 | gallium: add geometry shader support to gallium | Zack Rusin |
2009-12-23 | gallium: Add interfaces needed for instanced drawing. | Michal Krol |
2009-12-22 | Merge branch 'gallium-edgeflags' | Roland Scheidegger |
2009-12-14 | tgsi: add properties and system value register | Zack Rusin |
2009-12-09 | gallium: first steps to treat edgeflags as regular vertex element | Keith Whitwell |
2009-11-27 | gallium: Remove tgsi_version token. | Michal Krol |
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-24 | gallium: Refactor the instruction predicate TGSI token. | Michal Krol |
2009-11-02 | gallium: Cleanup predicate and condition code TGSI tokens. | Michal Krol |
2009-10-23 | gallium: remove extended negate also, and also the ExtSwz token | Keith Whitwell |
2009-10-23 | gallium: remove the swizzling parts of ExtSwizzle | Keith Whitwell |
2009-10-23 | gallium: remove noise opcodes | Keith Whitwell |
2009-09-01 | tgsi: remove redundant CND0 opcode | Keith Whitwell |
2009-07-31 | Rename TGSI LOOP instruction to better match theri usage. | Michal Krol |
2009-07-30 | tgsi: Declare a LOOP register. | Michal Krol |
2009-07-23 | gallium: clean up opcode definitions | Keith Whitwell |
2009-07-23 | gallium: remove deprecated TGSI opcodes | Keith Whitwell |
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-01 | gallium: fix the front face semantics | Zack Rusin |
2009-03-10 | tgsi: Consider INDEX, NEGATE, MULTIPLYMATRIX opcodes for removal. | Michal Krol |
2009-02-10 | gallium: Rename Size member of TGSI token to NrTokens. | Michal Krol |
2008-11-24 | tgsi: doxygen comments | Brian Paul |
2008-11-24 | tgsi: add tgsi_declaration fields for centroid sampling, invariant optimization | Brian Paul |
2008-09-19 | gallium: Fix doxygen comments. | José Fonseca |
2008-08-19 | gallium: Add note about vs_2_0 EXPP mapping. | Michal Krol |
2008-08-18 | gallium: Remove TGSI_CC_UN. | Michal Krol |
2008-08-13 | gallium: Make a note that OPCODE_KIL is a conditional kill. | Michal Krol |
2008-07-13 | tgsi: Parse destination operand modulate modifier. | Michal Krol |
2008-07-13 | tgsi: Parse texture instructions correctly. | Michal Krol |
2008-07-13 | tgsi: Remove depricated ATTRIB interpolate mode. | Michal Krol |
2008-06-02 | gallium: The SWZ opcode no longer aliases MOV. | Michal Krol |
2008-05-31 | gallium: Refactor TGSI decalaration tokens. | Michal Krol |
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 |