Return the rvalue of a variable decl to fix while (bool b = condition) {}
[mesa.git] / glsl_types.h
2010-04-02 Ian RomanickAdd glsl_type::element_type and glsl_type::array_size...
2010-03-31 Ian RomanickAdd glsl_type::generate_constructor_prototype
2010-03-31 Ian RomanickFix big dumbness in glsl_type::get_array_instance
2010-03-31 Ian Romanickglsl_type array constructor generate a real name for...
2010-03-30 Ian RomanickImplement array type handling
2010-03-29 Ian RomanickAdd glsl_type::is_array and glsl_type::is_float queries
2010-03-26 Ian RomanickSlightly change the representation of numeric types
2010-03-26 Ian RomanickAdd glsl_type::components to query total number of...
2010-03-26 Ian RomanickReplace remaining use of is_error_type with glsl_type...
2010-03-26 Ian RomanickReplace remaining uses of is_numeric_base_type with...
2010-03-26 Ian RomanickReplace is_integer_base_type macro with glsl_type:...
2010-03-26 Ian RomanickMake glsl_*_type glsl_type class static data
2010-03-26 Ian RomanickMerge branch 'anholt'
2010-03-25 Ian RomanickAdd functions to generate constructors for built-in...
2010-03-25 Ian RomanickMerge branch 'kwg'
2010-03-25 Ian RomanickFix matrix dimensioning
2010-03-25 Ian RomanickAdd queries to get the glsl_type of a row or column...
2010-03-25 Ian RomanickRemove unused _mesa_glsl_get_vector_type
2010-03-25 Ian RomanickAdd glsl_type::get_instance method
2010-03-25 Ian RomanickAdd class-private handles to matrix types in glsl_type
2010-03-24 Ian RomanickMerge branch 'anholt'
2010-03-24 Ian RomanickAdd glsl_type::get_base_type query
2010-03-24 Ian RomanickAdd glsl_type::is_numeric and glsl_type::is_boolean...
2010-03-23 Ian RomanickAdd query to determine whether a type is a sampler
2010-03-23 Ian RomanickAdd is_error and is_void type queries
2010-03-10 Ian RomanickTell emacs that C++ .h files are C++
2010-03-09 Ian RomanickConvert is_glsl_type_matrix to glsl_type::is_matrix
2010-03-09 Ian RomanickConvert is_glsl_type_vector to glsl_type::is_vector
2010-03-09 Ian RomanickConvert is_glsl_type_scalar to glsl_type::is_scalar
2010-03-09 Ian RomanickMake glsl_type a class
2010-02-22 Ian RomanickInitial commit. lol