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
/
hir_field_selection.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-22
Include stdio.h and stdlib.h everywhere, and don't cook our own #define NULL.
Eric Anholt
1
-2
/
+2
2010-05-26
Begin refactoring ir_dereference
Ian Romanick
1
-1
/
+2
2010-04-28
Convert structure field dereferences to HIR
Ian Romanick
1
-1
/
+7
2010-03-26
Use glsl_type::is_error instead of comparison with glsl_error_type pointer
Ian Romanick
1
-1
/
+1
2010-03-26
Move swizzles out of ir_dereference and into their own class.
Kenneth Graunke
1
-107
/
+12
2010-03-26
Add new abstract ir_rvalue class; rework accordingly.
Kenneth Graunke
1
-4
/
+4
2010-03-24
Use glsl_type::get_instance instead of _mesa_glsl_get_vector_type
Ian Romanick
1
-2
/
+3
2010-03-24
Fix typo in swizzle processing loop
Ian Romanick
1
-1
/
+1
2010-03-24
Trivial cleanups in generate_swizzle
Ian Romanick
1
-4
/
+3
2010-03-24
Use ir_dereference::set_swizzle
Ian Romanick
1
-22
/
+3
2010-03-09
Convert is_glsl_type_vector to glsl_type::is_vector
Ian Romanick
1
-1
/
+1
2010-03-08
Conver IR structures to use exec_list instead of simple_node
Ian Romanick
1
-1
/
+1
2010-03-01
Make AST->HIR conversion a method of ast_node, re-enable
Ian Romanick
1
-1
/
+1
2010-02-25
Convert to new interfaces so that it will compile
Ian Romanick
1
-6
/
+6
2010-02-22
Rename .cc files to .cpp
Ian Romanick
1
-0
/
+187