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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-18
Use ir_rvalue::variable_referenced instead of open coding it
hierarchical_visitor
Ian Romanick
1
-21
/
+1
2010-05-17
ir_visit_tree is no longer used, remove ir_visit_tree.{cpp,h}
Ian Romanick
3
-237
/
+0
2010-05-17
Reimplement kill_for_derefs using ir_hierarchical_vistor
Ian Romanick
1
-26
/
+26
2010-05-17
Reimplement has_call_callback using ir_hierarchical_vistor
Ian Romanick
1
-11
/
+18
2010-05-17
Reimplement ir_if_simplicifation_visitor using ir_hierarchical_vistor
Ian Romanick
1
-178
/
+32
2010-05-17
Make visit_list_elements safe against node removals
Ian Romanick
1
-4
/
+16
2010-05-17
Reimplement ir_function_can_inline_visitor using ir_hierarchical_vistor
Ian Romanick
1
-147
/
+16
2010-05-17
Reimplement ir_dead_code_visitor using ir_hierarchical_vistor
Ian Romanick
1
-131
/
+62
2010-05-17
Add ir_hierarchical_visitor base class and associated infrastructure
Ian Romanick
5
-1
/
+615
2010-05-17
Replace find_dead_code with visit_exec_list
Ian Romanick
1
-14
/
+5
2010-05-14
Use ir_rvalue::variable_referenced instead of open-coding it
Ian Romanick
1
-25
/
+7
2010-05-14
Add ir_rvalue::variable_referenced
Ian Romanick
2
-0
/
+53
2010-05-14
Refresh autogenerated builtin_function.cpp.
Kenneth Graunke
1
-144
/
+654
2010-05-14
Implement "tan" builtin.
Kenneth Graunke
1
-0
/
+21
2010-05-14
Implement "sin" and "cos" builtins via new expression operators.
Kenneth Graunke
4
-0
/
+55
2010-05-14
Implement "cross" builtin.
Kenneth Graunke
1
-0
/
+17
2010-05-14
Implement "fract" builtin.
Kenneth Graunke
1
-0
/
+34
2010-05-14
Implement "sign" builtin via a new expression operator.
Kenneth Graunke
4
-0
/
+71
2010-05-14
Implement "smoothstep" builtin.
Kenneth Graunke
1
-0
/
+224
2010-05-14
Implement "step" builtin.
Kenneth Graunke
1
-0
/
+68
2010-05-14
Integrate generate_builtins.pl into the build process.
Kenneth Graunke
1
-0
/
+2
2010-05-14
Replace old builtin_function.cpp with new autogenerated one.
Kenneth Graunke
1
-778
/
+1226
2010-05-14
Add a perl script to generate builtin_function.cpp.
Kenneth Graunke
1
-0
/
+108
2010-05-14
Fix bogus expression typing in various builtins.
Kenneth Graunke
11
-144
/
+144
2010-05-14
Initial commit of IR for builtins.
Kenneth Graunke
35
-0
/
+1056
2010-05-14
ir_reader: Set function signatures as defined.
Kenneth Graunke
1
-0
/
+1
2010-05-14
FS gl_FragCoord and and gl_FrontFacing are FS ins, not outs.
Eric Anholt
1
-2
/
+2
2010-05-14
Fix function call parameter printer to omit extraneous leading comma
simple_list_die_die_die
Ian Romanick
1
-1
/
+2
2010-05-10
Replace many uses of foreach_list with foreach_list_typed
Ian Romanick
1
-24
/
+11
2010-05-10
exec_list: Add foreach_list_typed and foreach_list_typed_const
Ian Romanick
1
-0
/
+12
2010-05-10
Convert ast_node use of simple_node to exec_list and exec_node
Ian Romanick
6
-158
/
+111
2010-05-10
exec_list: Add simpler exec_list for-each macros
Ian Romanick
1
-0
/
+10
2010-05-10
exec_list: Add macros to get ptr to structure containing a node
Ian Romanick
1
-0
/
+27
2010-05-10
Loop bodies, then-statements, and else-statements are not lists
Ian Romanick
1
-21
/
+6
2010-05-10
Remove unnecessary include of simple_list.h
Ian Romanick
1
-1
/
+0
2010-05-10
Store AST function call parameters in expressions
Ian Romanick
4
-87
/
+79
2010-05-05
Move optimization pass prototypes to a single header.
Eric Anholt
10
-198
/
+92
2010-05-05
ir_dead_code_local: Remove redundant assignments within basic blocks.
Eric Anholt
4
-0
/
+258
2010-05-05
ir_visit_tree: Make sure we visit dereference targets, too.
Eric Anholt
1
-0
/
+1
2010-05-05
ir_copy_propagation: Fix up the doxygen about the file.
Eric Anholt
1
-2
/
+7
2010-05-05
ir_copy_propagation: Return true if we optimized out any assignments.
Eric Anholt
3
-16
/
+25
2010-05-05
ir_copy_propagation: Handle swizzles and array derefs on LHS of assign.
Eric Anholt
1
-14
/
+25
2010-05-04
ir_copy_propagation: New pass to rewrite dereferences to avoid copies.
Eric Anholt
9
-1
/
+748
2010-05-03
ir_to_mesa.cpp: Fix missing types on some ir_swizzles.
Eric Anholt
2
-5
/
+9
2010-05-03
Remove the pedantic C junk.
Eric Anholt
1
-4
/
+0
2010-05-03
Store warnings and errors in a parser state infolog.
Eric Anholt
2
-2
/
+12
2010-05-03
Quiet warnings about ir_shader not being handled in places it's not needed.
Eric Anholt
2
-0
/
+6
2010-05-03
Use the AM_SILENT_RULES when available.
Eric Anholt
1
-0
/
+2
2010-05-03
glsl_lexer: Quiet warning about unused unput().
Eric Anholt
1
-0
/
+1
2010-05-03
Merge branch 'fixes'
Ian Romanick
2
-9
/
+7
[next]