summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/tgsi/exec/tgsi_build.c
AgeCommit message (Collapse)Author
2007-10-29Remove TGSI_INTERPOLATE_ATTRIB.Michal Krol
2007-10-18Corrected the file permissions in src/mesa/pipe.Oliver McFadden
2007-10-09New ATTRIB interpolation type for vertex program inputs/declarations.Brian
2007-09-20Clean-up the TGSI_SEMANTIC tokens, introduce semantic indexes.Brian
Still need to produce decl instructions for vertex shaders...
2007-09-19Checkpoint: replacement of TGSI_ATTRIB_x tokens with input/output semantics.Brian
TGSI_ATTRIB_x tokens still present and used in a few places. Expanded set of TGSI_SEMANTIC_x tokens for describing the meaning of inputs/outputs. These tokens are in a crude state ATM. Lots of #if 0 / disabled code to be removed yet, etc... Softpipe and i915 drivers should be in working condition but not heavily tested.
2007-08-29Break GL dependencies.michal
2007-08-24Rename tgsi "core" directoryKeith Whitwell