summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe/p_shader_tokens.h
AgeCommit message (Expand)Author
2011-01-25tgsi: add support for 1D/2D texture arraysBrian Paul
2011-01-24gallium: implement modern sampling schemeZack Rusin
2010-12-24gallium: add fragment shader property for color writes to all buffers. (v2)Dave Airlie
2010-10-13gallium/tgsi: add support for stencil writes.Dave Airlie
2010-09-07Replace reference to tgsi-instruction-set.txt.Tilman Sauerbeck
2010-08-27gallium: Remove unnecessary header from p_shader_tokens.h.Vinson Lee
2010-06-18gallium: add a temporary array register fileZack Rusin
2010-06-18gallium: add a new register file - immediate arrayZack Rusin
2010-06-09geometry shaders: make gs work with changable primitives and variable number ...Zack Rusin
2010-05-03gallium: Remove loop register file.José Fonseca
2010-04-27gallium: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.José Fonseca
2010-02-09gallium: Add cylindrical wrap info to TGSI declaration.Michal Krol
2010-01-29tgsi: add properties for fragment coord conventions (v3)Luca Barbieri
2010-01-28gallium: Add tgsi_declaration_dimension token.Michal Krol
2010-01-05Merge branch 'master' into instanced-arraysMichal Krol
2010-01-05gallium: Add UMOD TGSI opcode.Michal Krol
2010-01-05gallium: Add SWITCH, CASE, DEFAULT and ENDSWITCH opcodes to TGSI.Michal Krol
2010-01-05gallium: Add signed/unsigned int immediate data types.Michal Krol
2010-01-05Remove TGSI_OPCODE_SHR, map existing usage to TGSI_OPCODE_ISHR.Michal Krol
2010-01-05gallium: Add more integer TGSI opcodes.Michal Krol
2009-12-25gallium: remove TGSI_SEMANTIC_VERTICESZack Rusin
2009-12-25gallium: add geometry shader support to galliumZack Rusin
2009-12-23gallium: Add interfaces needed for instanced drawing.Michal Krol
2009-12-22Merge branch 'gallium-edgeflags'Roland Scheidegger
2009-12-14tgsi: add properties and system value registerZack Rusin
2009-12-09gallium: first steps to treat edgeflags as regular vertex elementKeith Whitwell
2009-11-27gallium: Remove tgsi_version token.Michal Krol
2009-11-24tgsi: reduce repetition of structure name in its membersKeith Whitwell
2009-11-24gallium: simplify tgsi tokens furtherKeith Whitwell
2009-11-24gallium: Refactor the instruction predicate TGSI token.Michal Krol
2009-11-02gallium: Cleanup predicate and condition code TGSI tokens.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-10-23gallium: remove noise opcodesKeith Whitwell
2009-09-01tgsi: remove redundant CND0 opcodeKeith Whitwell
2009-07-31Rename TGSI LOOP instruction to better match theri usage.Michal Krol
2009-07-30tgsi: Declare a LOOP register.Michal Krol
2009-07-23gallium: clean up opcode definitionsKeith Whitwell
2009-07-23gallium: remove deprecated TGSI opcodesKeith Whitwell
2009-07-22gallium: remove multiple aliases for TGSI opcodesKeith Whitwell
2009-07-22gallium: simplify tgsi_full_immediate structKeith Whitwell
2009-07-01gallium: fix the front face semanticsZack Rusin
2009-03-10tgsi: Consider INDEX, NEGATE, MULTIPLYMATRIX opcodes for removal.Michal Krol
2009-02-10gallium: Rename Size member of TGSI token to NrTokens.Michal Krol
2008-11-24tgsi: doxygen commentsBrian Paul
2008-11-24tgsi: add tgsi_declaration fields for centroid sampling, invariant optimizationBrian Paul
2008-09-19gallium: Fix doxygen comments.José Fonseca
2008-08-19gallium: Add note about vs_2_0 EXPP mapping.Michal Krol
2008-08-18gallium: Remove TGSI_CC_UN.Michal Krol
2008-08-13gallium: Make a note that OPCODE_KIL is a conditional kill.Michal Krol