index
:
~idr/glsl2
constant_constructor
deref_refactor
hierarchical_visitor
inline_constructors
ir_constant_refactor
ir_loop
linker
master
simple_list_die_die_die
struct
texture
visit_tree
Unnamed repository; edit this file to name it for gitweb.
idr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glsl_types.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-23
Avoid using the same ir_constant 0.0 multiple times in mat constructors.
Eric Anholt
1
-2
/
+1
2010-06-23
glsl_type: Add method to get number of slots used by a type
Ian Romanick
1
-0
/
+28
2010-06-11
Use statically typed ir_constant constructors wherever possible
Ian Romanick
1
-4
/
+3
2010-06-11
Add glsl_types::field_index to get the location of a record field
Ian Romanick
1
-0
/
+15
2010-06-09
Add EXT_texture_array support.
Kenneth Graunke
1
-0
/
+15
2010-05-26
Begin refactoring ir_dereference
Ian Romanick
1
-19
/
+23
2010-04-28
glsl_type::generate_constructor_prototype now generates the function too
Ian Romanick
1
-1
/
+29
2010-04-28
Support structures in glsl_type::generate_constructor_prototype
Ian Romanick
1
-4
/
+3
2010-04-28
Add glsl_type::field_type
Ian Romanick
1
-0
/
+15
2010-04-23
Fix the swizzling of vector constructors from scalars.
Eric Anholt
1
-1
/
+1
2010-04-22
Fix illegal (var_ref (array_ref ...)) in matrix constructors.
Kenneth Graunke
1
-4
/
+1
2010-04-21
Emit body for constructors in the right place.
Kenneth Graunke
1
-2
/
+2
2010-04-21
Refactor IR function representation.
Kenneth Graunke
1
-24
/
+12
2010-04-07
Make function bodies rely on the parameter variable declarations.
Eric Anholt
1
-5
/
+0
2010-04-07
Put function bodies under function signatures, instead of flat in the parent.
Eric Anholt
1
-11
/
+12
2010-04-07
Treat texture rectangles as an extension that is enabled be default
Ian Romanick
1
-9
/
+26
2010-03-31
Use ir_function::add_signature to create link between function and signature
Ian Romanick
1
-4
/
+4
2010-03-31
Add glsl_type::generate_constructor_prototype
Ian Romanick
1
-0
/
+31
2010-03-31
Fix big dumbness in glsl_type::get_array_instance
Ian Romanick
1
-10
/
+21
2010-03-31
glsl_type array constructor generate a real name for the type
Ian Romanick
1
-0
/
+26
2010-03-30
Implement array type handling
Ian Romanick
1
-0
/
+49
2010-03-29
Reject main() declarations with a non-void return value.
Eric Anholt
1
-1
/
+3
2010-03-26
Be sure to set ir_function_signature::definition for constructors
Ian Romanick
1
-11
/
+15
2010-03-26
Make glsl_*_type glsl_type class static data
Ian Romanick
1
-17
/
+17
2010-03-26
Move swizzles out of ir_dereference and into their own class.
Kenneth Graunke
1
-17
/
+18
2010-03-26
Add new abstract ir_rvalue class; rework accordingly.
Kenneth Graunke
1
-4
/
+4
2010-03-25
Add functions to generate constructors for built-in types.
Ian Romanick
1
-0
/
+370
2010-03-24
Remove unused _mesa_glsl_get_vector_type
Ian Romanick
1
-50
/
+0
2010-03-24
Add glsl_type::get_instance method
Ian Romanick
1
-0
/
+56
2010-03-23
Add glsl_type::get_base_type query
Ian Romanick
1
-0
/
+17
2010-03-23
Add `void' type to table of available types
Ian Romanick
1
-0
/
+1
2010-03-19
Use glsl_symbol_table instead of using _mesa_symbol_table directly
Ian Romanick
1
-7
/
+6
2010-03-09
Make glsl_type a class
Ian Romanick
1
-0
/
+144