summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe/p_shader_tokens.h
AgeCommit message (Expand)AuthorFilesLines
2012-01-11tgsi: add TGSI_TEXTURE_SHADOWCUBEMAPDave Airlie1-1/+2
2012-01-11tgsi: add ISSG supportDave Airlie1-1/+2
2012-01-10gallium: introduce GLSL based interpolation rules. (v2)Dave Airlie1-1/+2
2012-01-10Squash-merge branch 'gallium-clip-state'Marek Olšák1-1/+2
2012-01-07gallium: add an IABS opcode to TGSIBryan Cain1-1/+2
2012-01-07gallium: add new semantic for clip vertex.Dave Airlie1-1/+2
2012-01-05gallium: add support for clip distancesBryan Cain1-1/+2
2011-12-10gallium: implement ARB_conservative_depthMarek Olšák1-1/+9
2011-11-14gallium: add TGSI_SEMANTIC_VERTEXIDChristoph Bumiller1-2/+3
2011-09-10gallium: add TGSI opcodes UARL and UCMPBryan Cain1-1/+4
2011-09-10gallium: add shadow 1D and 2D array samplers to TGSIMarek Olšák1-2/+4
2011-09-02tgsi: add support for texture offsets to the TGSI IR. (v2)Dave Airlie1-1/+19
2011-01-25tgsi: add support for 1D/2D texture arraysBrian Paul1-1/+3
2011-01-24gallium: implement modern sampling schemeZack Rusin1-1/+25
2010-12-24gallium: add fragment shader property for color writes to all buffers. (v2)Dave Airlie1-1/+2
2010-10-13gallium/tgsi: add support for stencil writes.Dave Airlie1-1/+2
2010-09-07Replace reference to tgsi-instruction-set.txt.Tilman Sauerbeck1-1/+1
2010-08-27gallium: Remove unnecessary header from p_shader_tokens.h.Vinson Lee1-2/+0
2010-06-18gallium: add a temporary array register fileZack Rusin1-0/+1
2010-06-18gallium: add a new register file - immediate arrayZack Rusin1-12/+13
2010-06-09geometry shaders: make gs work with changable primitives and variable number ...Zack Rusin1-1/+1
2010-05-03gallium: Remove loop register file.José Fonseca1-3/+2
2010-04-27gallium: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.José Fonseca1-4/+2
2010-02-09gallium: Add cylindrical wrap info to TGSI declaration.Michal Krol1-2/+7
2010-01-29tgsi: add properties for fragment coord conventions (v3)Luca Barbieri1-1/+9
2010-01-28gallium: Add tgsi_declaration_dimension token.Michal Krol1-1/+8
2010-01-05Merge branch 'master' into instanced-arraysMichal Krol1-13/+44
2010-01-05gallium: Add UMOD TGSI opcode.Michal Krol1-11/+12
2010-01-05gallium: Add SWITCH, CASE, DEFAULT and ENDSWITCH opcodes to TGSI.Michal Krol1-1/+5
2010-01-05gallium: Add signed/unsigned int immediate data types.Michal Krol1-0/+4
2010-01-05Remove TGSI_OPCODE_SHR, map existing usage to TGSI_OPCODE_ISHR.Michal Krol1-1/+1
2010-01-05gallium: Add more integer TGSI opcodes.Michal Krol1-1/+22
2009-12-25gallium: remove TGSI_SEMANTIC_VERTICESZack Rusin1-3/+2
2009-12-25gallium: add geometry shader support to galliumZack Rusin1-10/+12
2009-12-23gallium: Add interfaces needed for instanced drawing.Michal Krol1-1/+2
2009-12-22Merge branch 'gallium-edgeflags'Roland Scheidegger1-1/+2
2009-12-14tgsi: add properties and system value registerZack Rusin1-10/+28
2009-12-09gallium: first steps to treat edgeflags as regular vertex elementKeith Whitwell1-1/+2
2009-11-27gallium: Remove tgsi_version token.Michal Krol1-6/+0
2009-11-24tgsi: reduce repetition of structure name in its membersKeith Whitwell1-4/+4
2009-11-24gallium: simplify tgsi tokens furtherKeith Whitwell1-137/+21
2009-11-24gallium: Refactor the instruction predicate TGSI token.Michal Krol1-10/+7
2009-11-02gallium: Cleanup predicate and condition code TGSI tokens.Michal Krol1-99/+18
2009-10-23gallium: remove extended negate also, and also the ExtSwz tokenKeith Whitwell1-24/+0
2009-10-23gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell1-15/+2
2009-10-23gallium: remove noise opcodesKeith Whitwell1-4/+1
2009-09-01tgsi: remove redundant CND0 opcodeKeith Whitwell1-1/+1
2009-07-31Rename TGSI LOOP instruction to better match theri usage.Michal Krol1-4/+4
2009-07-30tgsi: Declare a LOOP register.Michal Krol1-0/+1
2009-07-23gallium: clean up opcode definitionsKeith Whitwell1-145/+11