index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glsl_types.h
Age
Commit message (
Expand
)
Author
2010-03-26
Slightly change the representation of numeric types
Ian Romanick
2010-03-26
Add glsl_type::components to query total number of components in a type
Ian Romanick
2010-03-26
Replace remaining use of is_error_type with glsl_type::is_error
Ian Romanick
2010-03-26
Replace remaining uses of is_numeric_base_type with glsl_type::is_numeric
Ian Romanick
2010-03-26
Replace is_integer_base_type macro with glsl_type::is_integer method
Ian Romanick
2010-03-26
Make glsl_*_type glsl_type class static data
Ian Romanick
2010-03-25
Add functions to generate constructors for built-in types.
Ian Romanick
2010-03-25
Fix matrix dimensioning
Ian Romanick
2010-03-25
Add queries to get the glsl_type of a row or column of a matrix
Ian Romanick
2010-03-24
Remove unused _mesa_glsl_get_vector_type
Ian Romanick
2010-03-24
Add glsl_type::get_instance method
Ian Romanick
2010-03-24
Add class-private handles to matrix types in glsl_type
Ian Romanick
2010-03-23
Add glsl_type::get_base_type query
Ian Romanick
2010-03-23
Add glsl_type::is_numeric and glsl_type::is_boolean queries
Ian Romanick
2010-03-23
Add query to determine whether a type is a sampler
Ian Romanick
2010-03-23
Add is_error and is_void type queries
Ian Romanick
2010-03-10
Tell emacs that C++ .h files are C++
Ian Romanick
2010-03-09
Convert is_glsl_type_matrix to glsl_type::is_matrix
Ian Romanick
2010-03-09
Convert is_glsl_type_vector to glsl_type::is_vector
Ian Romanick
2010-03-09
Convert is_glsl_type_scalar to glsl_type::is_scalar
Ian Romanick
2010-03-09
Make glsl_type a class
Ian Romanick
2010-02-22
Initial commit. lol
Ian Romanick