summaryrefslogtreecommitdiff
path: root/glsl_types.h
AgeCommit message (Expand)Author
2010-03-26Slightly change the representation of numeric typesIan Romanick
2010-03-26Add glsl_type::components to query total number of components in a typeIan Romanick
2010-03-26Replace remaining use of is_error_type with glsl_type::is_errorIan Romanick
2010-03-26Replace remaining uses of is_numeric_base_type with glsl_type::is_numericIan Romanick
2010-03-26Replace is_integer_base_type macro with glsl_type::is_integer methodIan Romanick
2010-03-26Make glsl_*_type glsl_type class static dataIan Romanick
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