2009/6/15 Robert Key hpestilence@gmail.com:
Changelog:
- This reserves 2 varyings for gl_FrontColor and gl_FrontSecondaryColor
for ATI DX10 cards. This should fix bug #17437 once the new fglrx drivers get released this week.
That doesn't look quite right. gl_FrontColor and gl_FrontSecondaryColor should only be used as a fallback when we're already out of regular varyings to use. What does the shader that triggers this look like?