commit | efd95c10844df0c93ee3eab41259f719f55f171f | [log] [tgz] |
---|---|---|
author | Brian Paul <brian.paul@tungstengraphics.com> | Sun Oct 29 17:55:16 2006 +0000 |
committer | Brian Paul <brian.paul@tungstengraphics.com> | Sun Oct 29 17:55:16 2006 +0000 |
tree | ddf7648803be34a47a97e4d91dcbd617fb60e284 | |
parent | a90ab5290c6364535ef1ba4f7c09065f177287e9 [diff] |
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%.