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-04-23
De-obfuscate some of builtin_types.h.
Eric Anholt
2010-04-23
ir_function_inlining: Implement inlining in many more cases.
Eric Anholt
2010-04-23
Put static pointers to vec[234]_types along with the static float_type.
Eric Anholt
2010-04-23
Replace builtin_types.h generation with the generated output.
Eric Anholt
2010-04-23
Fix the swizzling of vector constructors from scalars.
Eric Anholt
2010-04-23
ir_function_inlining: Avoid NULL dereference on assignment conditions.
Eric Anholt
2010-04-23
Zero-out the entire parser state structure at initialization
Ian Romanick
2010-04-23
Add missing 'else's to fix extension processing
Ian Romanick
2010-04-22
Fix illegal (var_ref (array_ref ...)) in matrix constructors.
Kenneth Graunke
2010-04-21
Actually emit temp declaration in vector comparison builtins.
Kenneth Graunke
2010-04-21
Fix ir_dead_code for function refactoring.
Kenneth Graunke
2010-04-21
Emit body for constructors in the right place.
Kenneth Graunke
2010-04-21
Remove ir_label since it is no longer used.
Kenneth Graunke
2010-04-21
Refactor IR function representation.
Kenneth Graunke
2010-04-21
Use ir_function_signature::function_name() rather than direct access.
Kenneth Graunke
2010-04-21
Ensure that both parameter lists are the same length in function overloading.
Kenneth Graunke
2010-04-21
Add missing break statement
Ian Romanick
2010-04-19
Remove dead code assignments and variable declarations.
Eric Anholt
2010-04-19
Mark some variables as having usage beyond the shader's scope.
Eric Anholt
2010-04-16
While-loops also start a new scope.
Ian Romanick
2010-04-16
Avoid generating ir_if for &&, || short-circuiting with constant LHS.
Eric Anholt
2010-04-16
Add support for inlining calls done inside of expressions.
Eric Anholt
2010-04-16
Make && and || only evaluate the RHS when the LHS requires it.
Eric Anholt
2010-04-14
Add an ir_if simplification pass.
Eric Anholt
2010-04-14
Check that the return type of function definition matches its prototype.
Eric Anholt
2010-04-14
Check that function definition parameter qualifiers match proto qualifiers.
Eric Anholt
2010-04-14
Return the rvalue of a variable decl to fix while (bool b = condition) {}
Eric Anholt
2010-04-14
Fix the type of gl_FogFragCoord.
Eric Anholt
2010-04-08
Add an implementation of gentype-only clamp().
Eric Anholt
2010-04-08
Add builtin implementations of vector comparison functions.
Eric Anholt
2010-04-08
Add support for builtin gentype mix(gentype a, gentype b)
Eric Anholt
2010-04-08
Add buitlin functions for any(), all(), not().
Eric Anholt
2010-04-08
Add builtin normalize() functions.
Eric Anholt
2010-04-08
Repeat the optimization passes until we stop making progress.
Eric Anholt
2010-04-08
Add inlining support for array dereferences.
Eric Anholt
2010-04-08
Inline functions consisting of a return of an expression.
Eric Anholt
2010-04-07
Remove extraneous base-class constructor calls
Ian Romanick
2010-04-07
Make function bodies rely on the parameter variable declarations.
Eric Anholt
2010-04-07
Make dot() take the right number of args.
Eric Anholt
2010-04-07
Fix the returns of builtin functions to actually return.
Eric Anholt
2010-04-07
Put function bodies under function signatures, instead of flat in the parent.
Eric Anholt
2010-04-07
Clarify the types of various exec_list in ir.h
Eric Anholt
2010-04-07
Treat texture rectangles as an extension that is enabled be default
Ian Romanick
2010-04-07
Add support for GL_ARB_draw_buffers extension
Ian Romanick
2010-04-07
Clean up error reporting in _mesa_glsl_process_extension
Ian Romanick
2010-04-07
Add tracking for extension based warnings
Ian Romanick
2010-04-07
Emit a warning when an unknown extension is used with #extension
Ian Romanick
2010-04-07
Add _mesa_glsl_warning to emit warnings to the shader log
Ian Romanick
2010-04-07
Begin processing #extension directive
Ian Romanick
2010-04-07
Use _mesa_glsl_shader_target_name
Ian Romanick
[prev]
[next]