Eric Anholt
|
2928588267
|
glsl2: Move the compiler to the subdirectory it will live in in Mesa.
|
2010-06-24 15:36:00 -07:00 |
|
Eric Anholt
|
8006576b36
|
ir_function_inlining: Allow inlining of loops and conditionals.
The new cloning code handles them.
|
2010-06-23 15:20:29 -07:00 |
|
Eric Anholt
|
ac95f2f8c8
|
Include stdio.h and stdlib.h everywhere, and don't cook our own #define NULL.
|
2010-06-22 12:30:55 -07:00 |
|
Ian Romanick
|
671e4f6321
|
Reimplement ir_function_can_inline_visitor using ir_hierarchical_vistor
The output of all test cases was verified to be the same using diff.
|
2010-05-17 12:03:13 -07:00 |
|
Eric Anholt
|
e8e9748722
|
ir_function_inlining: Implement inlining in many more cases.
We still don't inline for control flow in the inlined function, and we
don't have any limits on what we will inline.
|
2010-04-23 16:12:44 -07:00 |
|