index
:
~cworth/glsl2
cleanups
master
Carl's edits to the glsl2 project.
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glsl_types.h
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-28
glsl_type::generate_constructor_prototype now generates the function too
Ian Romanick
1
-2
/
+4
2010-04-28
Add glsl_type::field_type
Ian Romanick
1
-0
/
+11
2010-04-26
Make private glsl_type singletons public
Ian Romanick
1
-16
/
+9
2010-04-23
Put static pointers to vec[234]_types along with the static float_type.
Eric Anholt
1
-0
/
+3
2010-04-01
Add glsl_type::element_type and glsl_type::array_size queries
Ian Romanick
1
-0
/
+25
2010-03-31
Add glsl_type::generate_constructor_prototype
Ian Romanick
1
-0
/
+3
2010-03-31
Fix big dumbness in glsl_type::get_array_instance
Ian Romanick
1
-6
/
+0
2010-03-31
glsl_type array constructor generate a real name for the type
Ian Romanick
1
-10
/
+2
2010-03-30
Implement array type handling
Ian Romanick
1
-0
/
+32
2010-03-29
Add glsl_type::is_array and glsl_type::is_float queries
Ian Romanick
1
-0
/
+16
2010-03-26
Slightly change the representation of numeric types
Ian Romanick
1
-9
/
+19
2010-03-26
Add glsl_type::components to query total number of components in a type
Ian Romanick
1
-0
/
+10
2010-03-26
Replace remaining use of is_error_type with glsl_type::is_error
Ian Romanick
1
-2
/
+0
2010-03-26
Replace remaining uses of is_numeric_base_type with glsl_type::is_numeric
Ian Romanick
1
-3
/
+0
2010-03-26
Replace is_integer_base_type macro with glsl_type::is_integer method
Ian Romanick
1
-3
/
+8
2010-03-26
Make glsl_*_type glsl_type class static data
Ian Romanick
1
-13
/
+19
2010-03-25
Add functions to generate constructors for built-in types.
Ian Romanick
1
-0
/
+4
2010-03-25
Fix matrix dimensioning
Ian Romanick
1
-8
/
+8
2010-03-25
Add queries to get the glsl_type of a row or column of a matrix
Ian Romanick
1
-6
/
+34
2010-03-24
Remove unused _mesa_glsl_get_vector_type
Ian Romanick
1
-3
/
+0
2010-03-24
Add glsl_type::get_instance method
Ian Romanick
1
-0
/
+6
2010-03-24
Add class-private handles to matrix types in glsl_type
Ian Romanick
1
-0
/
+16
2010-03-23
Add glsl_type::get_base_type query
Ian Romanick
1
-0
/
+10
2010-03-23
Add glsl_type::is_numeric and glsl_type::is_boolean queries
Ian Romanick
1
-0
/
+16
2010-03-23
Add query to determine whether a type is a sampler
Ian Romanick
1
-0
/
+8
2010-03-23
Add is_error and is_void type queries
Ian Romanick
1
-0
/
+16
2010-03-10
Tell emacs that C++ .h files are C++
Ian Romanick
1
-0
/
+1
2010-03-09
Convert is_glsl_type_matrix to glsl_type::is_matrix
Ian Romanick
1
-4
/
+9
2010-03-09
Convert is_glsl_type_vector to glsl_type::is_vector
Ian Romanick
1
-6
/
+11
2010-03-09
Convert is_glsl_type_scalar to glsl_type::is_scalar
Ian Romanick
1
-5
/
+10
2010-03-09
Make glsl_type a class
Ian Romanick
1
-6
/
+47
2010-02-22
Initial commit. lol
Ian Romanick
1
-0
/
+141