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-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
2010-05-14
Add test for function-like macro invocations with multiple-token arguments.
Carl Worth
2010-05-14
Make macro-expansion productions create string-list values rather than printing
Carl Worth
2010-05-14
Move most printing to the action in the content production.
Carl Worth
2010-05-14
Remove _list suffix from several identifiers.
Carl Worth
2010-05-14
Rename list_t and node_t to string_list_t and string_node_t.
Carl Worth
2010-05-14
Fix case of a macro formal parameter matching a defined macro.
Carl Worth
2010-05-14
Add test where a macro formal parameter is the same as an existing macro.
Carl Worth
2010-05-14
Implement substitution of macro arguments.
Carl Worth
2010-05-14
Add tests exercising substitution of arguments in function-like macros.
Carl Worth
2010-05-14
Make the lexer return SPACE tokens unconditionally.
Carl Worth
2010-05-14
Makefile: Make "make test" depend on the main program.
Carl Worth
2010-05-14
Add some whitespace variations to test 15.
Carl Worth
2010-05-14
Fix parsing of object-like macro with a definition that begins with '('.
Carl Worth
2010-05-14
Add test for an object-like macro with a definition beginning with '('
Carl Worth
2010-05-14
Eliminate a reduce/reduce conflict in the function-like macro production.
Carl Worth
2010-05-13
Add support for the structure of function-like macros.
Carl Worth
2010-05-13
Add tests for the structure of function-like macros.
Carl Worth
2010-05-13
Make the lexer distinguish between identifiers and defined macros.
Carl Worth
2010-05-12
Remove some redundancy in the top-level production.
Carl Worth
[prev]
[next]