Program instructions are initialized before parsing so no need to set
authorBrian Paul <brian.paul@tungstengraphics.com>
Sun, 29 Oct 2006 17:55:16 +0000 (17:55 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Sun, 29 Oct 2006 17:55:16 +0000 (17:55 +0000)
commitefd95c10844df0c93ee3eab41259f719f55f171f
treeddf7648803be34a47a97e4d91dcbd617fb60e284
parenta90ab5290c6364535ef1ba4f7c09065f177287e9
Program instructions are initialized before parsing so no need to set
Abs, NegateAbs, CondMask and CondSwizzle fields to defaults here.
CondMask was getting mis-set.  Removing the incorrect assignment improves
fragment program speed by 15%.
src/mesa/shader/arbprogparse.c