summaryrefslogtreecommitdiff
path: root/glsl_types.h
AgeCommit message (Expand)Author
2010-03-25Add functions to generate constructors for built-in types.Ian Romanick
2010-03-25Fix matrix dimensioningIan Romanick
2010-03-25Add queries to get the glsl_type of a row or column of a matrixIan Romanick
2010-03-24Remove unused _mesa_glsl_get_vector_typeIan Romanick
2010-03-24Add glsl_type::get_instance methodIan Romanick
2010-03-24Add class-private handles to matrix types in glsl_typeIan Romanick
2010-03-23Add glsl_type::get_base_type queryIan Romanick
2010-03-23Add glsl_type::is_numeric and glsl_type::is_boolean queriesIan Romanick
2010-03-23Add query to determine whether a type is a samplerIan Romanick
2010-03-23Add is_error and is_void type queriesIan Romanick
2010-03-10Tell emacs that C++ .h files are C++Ian Romanick
2010-03-09Convert is_glsl_type_matrix to glsl_type::is_matrixIan Romanick
2010-03-09Convert is_glsl_type_vector to glsl_type::is_vectorIan Romanick
2010-03-09Convert is_glsl_type_scalar to glsl_type::is_scalarIan Romanick
2010-03-09Make glsl_type a classIan Romanick
2010-02-22Initial commit. lolIan Romanick