Files
mesa/src
Ian Romanick 768b55a526 glsl2: Remove unnecessary use of 'struct' before type names
In C++ you don't have to say 'struct' or 'class' if the declaration of
the type has been seen.  Some compilers will complain if you use
'struct' when 'class' should have been used and vice versa.

Fixes bugzilla #29539.
2010-08-13 16:46:43 -07:00
..
2010-08-13 13:55:34 +01:00
2010-07-13 07:44:35 -06:00
2010-08-13 13:55:34 +01:00