index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
ir_print_visitor: Remove unnecessary parens around expression operands.
Kenneth Graunke
2010-04-28
1
-4
/
+1
*
ir_print_visitor: Remove unnecessary parens around array size in types.
Kenneth Graunke
2010-04-28
1
-1
/
+1
*
ir_print_visitor: Fix unclosed parenthesis in (call...
Kenneth Graunke
2010-04-28
1
-0
/
+1
*
ir_print_visitor: Fix unclosed parenthesis in (assign ...
Kenneth Graunke
2010-04-28
1
-3
/
+3
*
Add parens around printed IR so it's an official list of instructions.
Kenneth Graunke
2010-04-28
1
-0
/
+2
*
ir_print_visitor: Remove unnecessary parenthesis around variable names.
Kenneth Graunke
2010-04-28
1
-2
/
+2
*
Refactor ir_expression::get_num_operands.
Kenneth Graunke
2010-04-28
2
-3
/
+7
*
ir_print_visitor: print the type of expressions.
Kenneth Graunke
2010-04-28
1
-1
/
+4
*
ir_print_visitor: Remove unnecessary parenthesis around type names.
Kenneth Graunke
2010-04-28
1
-7
/
+5
*
Print full type for ir_constant instead of base and component count.
Kenneth Graunke
2010-04-28
1
-3
/
+2
*
Implement gl_TextureMatrix built-in uniform
Ian Romanick
2010-04-26
1
-3
/
+8
*
Make private glsl_type singletons public
Ian Romanick
2010-04-26
1
-16
/
+9
*
Initial implementation of #line
Ian Romanick
2010-04-26
1
-1
/
+37
*
builtin_functions: Clean up compiler warning about unused name, instructions.
Eric Anholt
2010-04-23
1
-35
/
+33
*
De-obfuscate some of builtin_types.h.
Eric Anholt
2010-04-23
1
-37
/
+37
*
ir_function_inlining: Implement inlining in many more cases.
Eric Anholt
2010-04-23
4
-21
/
+240
*
Put static pointers to vec[234]_types along with the static float_type.
Eric Anholt
2010-04-23
4
-39
/
+24
*
Replace builtin_types.h generation with the generated output.
Eric Anholt
2010-04-23
4
-354
/
+255
*
Fix the swizzling of vector constructors from scalars.
Eric Anholt
2010-04-23
1
-1
/
+1
*
ir_function_inlining: Avoid NULL dereference on assignment conditions.
Eric Anholt
2010-04-23
1
-3
/
+5
*
Zero-out the entire parser state structure at initialization
Ian Romanick
2010-04-23
1
-0
/
+2
*
Add missing 'else's to fix extension processing
Ian Romanick
2010-04-23
1
-2
/
+2
*
Fix illegal (var_ref (array_ref ...)) in matrix constructors.
Kenneth Graunke
2010-04-22
1
-4
/
+1
*
Actually emit temp declaration in vector comparison builtins.
Kenneth Graunke
2010-04-21
1
-0
/
+1
*
Fix ir_dead_code for function refactoring.
Kenneth Graunke
2010-04-21
2
-11
/
+14
*
Emit body for constructors in the right place.
Kenneth Graunke
2010-04-21
1
-2
/
+2
*
Remove ir_label since it is no longer used.
Kenneth Graunke
2010-04-21
12
-84
/
+0
*
Refactor IR function representation.
Kenneth Graunke
2010-04-21
8
-53
/
+61
*
Use ir_function_signature::function_name() rather than direct access.
Kenneth Graunke
2010-04-21
1
-2
/
+2
*
Ensure that both parameter lists are the same length in function overloading.
Kenneth Graunke
2010-04-21
2
-8
/
+33
*
Add missing break statement
Ian Romanick
2010-04-21
1
-0
/
+1
*
Remove dead code assignments and variable declarations.
Eric Anholt
2010-04-19
5
-0
/
+383
*
Mark some variables as having usage beyond the shader's scope.
Eric Anholt
2010-04-19
3
-2
/
+33
*
While-loops also start a new scope.
Ian Romanick
2010-04-16
1
-3
/
+3
*
Avoid generating ir_if for &&, || short-circuiting with constant LHS.
Eric Anholt
2010-04-16
1
-42
/
+83
*
Add support for inlining calls done inside of expressions.
Eric Anholt
2010-04-16
4
-0
/
+269
*
Make && and || only evaluate the RHS when the LHS requires it.
Eric Anholt
2010-04-16
1
-4
/
+71
*
Add an ir_if simplification pass.
Eric Anholt
2010-04-14
5
-1
/
+276
*
Check that the return type of function definition matches its prototype.
Eric Anholt
2010-04-14
1
-1
/
+8
*
Check that function definition parameter qualifiers match proto qualifiers.
Eric Anholt
2010-04-14
1
-0
/
+23
*
Return the rvalue of a variable decl to fix while (bool b = condition) {}
Eric Anholt
2010-04-14
1
-5
/
+13
*
Fix the type of gl_FogFragCoord.
Eric Anholt
2010-04-14
1
-2
/
+2
*
Add an implementation of gentype-only clamp().
Eric Anholt
2010-04-08
1
-1
/
+18
*
Add builtin implementations of vector comparison functions.
Eric Anholt
2010-04-08
1
-6
/
+153
*
Add support for builtin gentype mix(gentype a, gentype b)
Eric Anholt
2010-04-08
1
-2
/
+23
*
Add buitlin functions for any(), all(), not().
Eric Anholt
2010-04-08
1
-3
/
+203
*
Add builtin normalize() functions.
Eric Anholt
2010-04-08
1
-0
/
+20
*
Repeat the optimization passes until we stop making progress.
Eric Anholt
2010-04-08
2
-5
/
+10
*
Add inlining support for array dereferences.
Eric Anholt
2010-04-08
1
-1
/
+14
*
Inline functions consisting of a return of an expression.
Eric Anholt
2010-04-08
6
-1
/
+652
[next]