index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2010-05-19
Remove unneeded YYLEX_PARAM define.
Carl Worth
2010-05-19
Rename yylex to glcpp_parser_lex and give it a glcpp_parser_t* argument.
Carl Worth
2010-05-19
Add a wrapper function around the lexer.
Carl Worth
2010-05-19
Like previous fix, but for object-like macros (and add a test).
Carl Worth
2010-05-19
Fix bug as in previous fix, but with multi-token argument.
Carl Worth
2010-05-19
Fix bug (and test) for an invocation using macro name as a non-macro argument
Carl Worth
2010-05-19
Fix bug (and add tests) for a function-like macro defined as itself.
Carl Worth
2010-05-18
Rewrite macro handling to support function-like macro invocation in macro values
Carl Worth
2010-05-18
Add several tests where the defined value of a macro is (or looks like) a macro
Carl Worth
2010-05-18
Use ir_rvalue::variable_referenced instead of open coding it
Ian Romanick
2010-05-17
Fix (and add test for) function-like macro invocation with newlines.
Carl Worth
2010-05-17
Expect 1 shift/reduce conflict.
Carl Worth
2010-05-17
ir_visit_tree is no longer used, remove ir_visit_tree.{cpp,h}
Ian Romanick
2010-05-17
Reimplement kill_for_derefs using ir_hierarchical_vistor
Ian Romanick
2010-05-17
Reimplement has_call_callback using ir_hierarchical_vistor
Ian Romanick
2010-05-17
Reimplement ir_if_simplicifation_visitor using ir_hierarchical_vistor
Ian Romanick
2010-05-17
Make visit_list_elements safe against node removals
Ian Romanick
2010-05-17
Reimplement ir_function_can_inline_visitor using ir_hierarchical_vistor
Ian Romanick
2010-05-17
Reimplement ir_dead_code_visitor using ir_hierarchical_vistor
Ian Romanick
2010-05-17
Add ir_hierarchical_visitor base class and associated infrastructure
Ian Romanick
2010-05-17
Replace find_dead_code with visit_exec_list
Ian Romanick
2010-05-17
Fix bug (and add test) for a function-like-macro appearing as a non-macro.
Carl Worth
2010-05-17
Add test and fix bug leading to infinite recursion.
Carl Worth
2010-05-14
Use ir_rvalue::variable_referenced instead of open-coding it
Ian Romanick
2010-05-14
Add ir_rvalue::variable_referenced
Ian Romanick
2010-05-14
Fix two whitespace bugs in the lexer.
Carl Worth
2010-05-14
Don't return SPACE tokens unless strictly needed.
Carl Worth
2010-05-14
Add test with extra whitespace in macro defintions and invocations.
Carl Worth
2010-05-14
Provide implementation for macro arguments containing parentheses.
Carl Worth
2010-05-14
Add test invoking a macro with an argument containing (non-macro) parentheses.
Carl Worth
2010-05-14
Refresh autogenerated builtin_function.cpp.
Kenneth Graunke
2010-05-14
Implement "tan" builtin.
Kenneth Graunke
2010-05-14
Implement "sin" and "cos" builtins via new expression operators.
Kenneth Graunke
2010-05-14
Implement "cross" builtin.
Kenneth Graunke
2010-05-14
Implement "fract" builtin.
Kenneth Graunke
2010-05-14
Implement "sign" builtin via a new expression operator.
Kenneth Graunke
2010-05-14
Implement "smoothstep" builtin.
Kenneth Graunke
2010-05-14
Implement "step" builtin.
Kenneth Graunke
2010-05-14
Integrate generate_builtins.pl into the build process.
Kenneth Graunke
2010-05-14
Replace old builtin_function.cpp with new autogenerated one.
Kenneth Graunke
2010-05-14
Add a perl script to generate builtin_function.cpp.
Kenneth Graunke
2010-05-14
Fix bogus expression typing in various builtins.
Kenneth Graunke
2010-05-14
Initial commit of IR for builtins.
Kenneth Graunke
2010-05-14
ir_reader: Set function signatures as defined.
Kenneth Graunke
2010-05-14
FS gl_FragCoord and and gl_FrontFacing are FS ins, not outs.
Eric Anholt
2010-05-14
Fix function call parameter printer to omit extraneous leading comma
Ian Romanick
2010-05-14
Fix expansion of composited macros.
Carl Worth
2010-05-14
Add test for composed invocation of function-like macros.
Carl Worth
2010-05-14
Eliminate a shift/reduce conflict.
Carl Worth
2010-05-14
Support macro invocations with multiple tokens for a single argument.
Carl Worth
[prev]
[next]