aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_program.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Redoing the way we handle vertex shaders for the draw module."Zack Rusin2007-09-281-0/+8
* Revert "Use sse only if GALLIUM_SSE is defined"Zack Rusin2007-09-281-7/+4
* Use sse only if GALLIUM_SSE is definedZack Rusin2007-09-281-4/+7
* Redoing the way we handle vertex shaders for the draw module.Zack Rusin2007-09-281-8/+0
* Enable codegen based whenever __i386__ is defined.Keith Whitwell2007-09-271-2/+2
* clean-up #includesBrian2007-09-251-4/+2
* disable TGSI_DEBUGBrian2007-09-251-1/+1
* translate Mesa programs to TGSI programs (formerly in st_atom_[fv]s.c)Brian2007-09-251-0/+413