summaryrefslogtreecommitdiff
path: root/builtin_types.sh
AgeCommit message (Collapse)Author
2010-03-25Fix matrix dimensioningIan Romanick
Newb GL mistake: matrices in GL are column-major. This means that vector_elements is the number of rows. Making these changes causes matrix-08.glsl to pass.
2010-03-24Add class-private handles to matrix types in glsl_typeIan Romanick
2010-03-23Add `void' type to table of available typesIan Romanick
This will make void-01.glsl test fail, so I may regret this later. However, this will make supporting functions that return void or functions that have a void parameter list easier to handle.
2010-03-10Fix typeo in gl_FogParameters.scale (was scalre)Ian Romanick
2010-03-09Make glsl_type a classIan Romanick
Among other benefits, this cleans up a the hackery invovled in initializing the union field in builtin_types.h.
2010-02-22Initial commit. lolIan Romanick