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-03
Quiet warnings about ir_shader not being handled in places it's not needed.
Eric Anholt
2010-05-03
Use the AM_SILENT_RULES when available.
Eric Anholt
2010-05-03
glsl_lexer: Quiet warning about unused unput().
Eric Anholt
2010-05-03
Merge branch 'fixes'
Ian Romanick
2010-05-01
Use %p rather than %08x when printing pointers to fix compile.
Kenneth Graunke
2010-05-01
Fix ir_return cloning to actually use the cloned subexpression.
Kenneth Graunke
2010-04-30
Fix incorrect comments in function inliner.
Kenneth Graunke
2010-04-29
ir_dead_code: Fix segfault on handling a return statement with no value.
Eric Anholt
2010-04-28
Track and print user defined structure types
Ian Romanick
2010-04-28
IR print visitor: Move logic for printing the whole program to _mesa_print_ir
Ian Romanick
2010-04-28
IR print visitor: Just print the name of structures
Ian Romanick
2010-04-28
ir_function_inlining: Handle inlining of structure dereferences.
Eric Anholt
2010-04-28
Correctly handle remapping of array dereferences if ->var is a variable.
Eric Anholt
2010-04-28
Begin handling some varieties of invalid declarations
Ian Romanick
2010-04-28
Reject conflicting struct declarations, generate struct constructor
Ian Romanick
2010-04-28
glsl_type::generate_constructor_prototype now generates the function too
Ian Romanick
2010-04-28
Always return a value from ast_type_specifier::hir
Ian Romanick
2010-04-28
Support structures in glsl_type::generate_constructor_prototype
Ian Romanick
2010-04-28
Implement structures and arrays in ir_dereference::is_lvalue
Ian Romanick
2010-04-28
Ensure that structure fields have non-NULL types
Ian Romanick
2010-04-28
Ensure that anonymous structures have non-NULL names
Ian Romanick
2010-04-28
Convert structure field dereferences to HIR
Ian Romanick
2010-04-28
Add ir_dereference constructor for structure field dereferences
Ian Romanick
2010-04-28
Add glsl_type::field_type
Ian Romanick
2010-04-28
Begin converting structure definitions to IR
Ian Romanick
2010-04-28
Use IDENTIFIER instead of TYPE_NAME for structure names
Ian Romanick
2010-04-28
ir_reader: Slightly better error message when failing to read swizzles.
Kenneth Graunke
2010-04-28
ir_reader: Don't print out the S-Expression.
Kenneth Graunke
2010-04-28
ir_reader: Read function calls.
Kenneth Graunke
2010-04-28
ir_reader: Replace function prototypes with the definition.
Kenneth Graunke
2010-04-28
ir_reader: Fix incorrect error message for expressions.
Kenneth Graunke
2010-04-28
Make ir_read_error print out the given S-Expression, for context.
Kenneth Graunke
2010-04-28
ir_reader: Fix for swizzles.
Kenneth Graunke
2010-04-28
ir_reader: Preliminary work toward reading functions.
Kenneth Graunke
2010-04-28
ir_reader: Perform a preliminary pass to scan for function prototypes.
Kenneth Graunke
2010-04-28
ir_reader: Don't initialize globals, builtins, or constructors.
Kenneth Graunke
2010-04-28
Make ir_read_error set state->error.
Kenneth Graunke
2010-04-28
ir_reader: Add support for "break" and "continue" in loops.
Kenneth Graunke
2010-04-28
ir_reader: Add initial loop support; doesn't yet support break/continue.
Kenneth Graunke
2010-04-28
ir_reader: Add support for reading (var_ref ...) and (array_ref ...)
Kenneth Graunke
2010-04-28
ir_reader: rvalues are instructions too!
Kenneth Graunke
2010-04-28
ir_reader: Add support for reading conditionals: (if ...)
Kenneth Graunke
2010-04-28
ir_reader: Add support for reading array types.
Kenneth Graunke
2010-04-28
ir_reader: Add support for reading (return ...)
Kenneth Graunke
2010-04-28
ir_reader: Add support for reading variable declarations.
Kenneth Graunke
2010-04-28
Partial IR reader.
Kenneth Graunke
2010-04-28
Set language_version to 130 (the max currently supported) when reading IR.
Kenneth Graunke
2010-04-28
Add stub ir_reader and new 'i' mode for reading IR rather than GLSL.
Kenneth Graunke
2010-04-28
Add a simple S-Expression reader and printer.
Kenneth Graunke
2010-04-28
Use "neg" when printing/reading unary negation rather than "-".
Kenneth Graunke
[prev]
[next]