projects
/
profile
/
ivi
/
mesa.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
profile/ivi/mesa.git
2010-07-21
Kenneth Graunke
ast_to_hir: Fix bug in constant initializers.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
Kenneth Graunke
ir_constant_expression: Add support for ir_unop_u2f.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
Kenneth Graunke
ir_constant_expression: Remove open coded equality...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
Kenneth Graunke
glsl2: Add some comments.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
Kenneth Graunke
glsl2: Replace insert_before/remove pairs with exec_nod...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
Ian Romanick
linker: Link built-in functions instead of including...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
Ian Romanick
glsl2: Add function to import function prototypes from...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
Carl Worth
ir_to_mesa: Add missing initializion of lod_info variable.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
Carl Worth
glsl: Fix missing initialization of yylloc.source
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
Carl Worth
glsl: Correctly handle unary plus operator.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
Ian Romanick
glsl2: glsl_type has its own talloc context, don't...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
Ian Romanick
linker: Do post-link lowering and optimization
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
Ian Romanick
glsl2: Implement utility routine to talloc reparent...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
Ian Romanick
glsl2: Add a constructor for _mesa_glsl_parse_state
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
Ian Romanick
glsl2: Add and use new variable mode ir_var_temporary
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
Eric Anholt
ir_to_mesa: Validate the linked shaders as well.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
Eric Anholt
glsl2: Check that nodes in a valid tree aren't error...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
Eric Anholt
glsl2: strdup the field names used in dereference_record.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
Eric Anholt
glsl2: talloc the glsl_struct_field[] we use to look...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
Eric Anholt
glsl2: Don't claim a match on structure types with...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
Kenneth Graunke
glsl2: Add support for the .length() method on arrays.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
Kenneth Graunke
glsl2: Remove incorrect assertion in the parser.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
Kenneth Graunke
glsl2: Disallow non-constant array indexing for unsized...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
Kenneth Graunke
ir_constant_expression: Remove pointless use of variabl...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
Kenneth Graunke
ir_constant_expression: Use "this" pointer directly.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
Kenneth Graunke
ir_constant_expression: Convert from a visitor to a...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
Kenneth Graunke
glsl2: Move constant_expression_value method to ir_rvalue.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
Carl Worth
glcpp: Avoid accidental token pasting in preprocessed...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
Carl Worth
glcpp: Add missing include in xtalloc.c
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
Carl Worth
glcpp: Add static keyword to several functions in the...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
Carl Worth
glcpp: Avoid warnings in generated flex code.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
Carl Worth
glcpp-lex: Declare some generated functions to eliminat...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
Carl Worth
glcpp: Fix support for nested #ifdef and nested #ifndef
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
Carl Worth
glcpp: Support #if(expression) with no intervening...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
Carl Worth
glcpp: Fix use-after-free error from #undef directive.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
Carl Worth
hash_table: Add new hash_table_remove function.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
Carl Worth
glcpp: Make test suite test for valgrind cleanliness.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
Carl Worth
glcpp: Make test suite report final count of passed...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
Carl Worth
Build a standalone glcpp binary.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
Carl Worth
glcpp: Delete copies of hash_table.c, hash_table.h...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-20
Eric Anholt
glsl2: Fix handling of out values in function inlining.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-20
Eric Anholt
glsl2: Don't mark a variable as constant if it was...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-20
Eric Anholt
glsl2: Always insert function calls into the instructio...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-20
Eric Anholt
glsl2: Add definitions of the builtin constants present...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-20
Eric Anholt
glsl2: Fix asin() implementation.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-20
Eric Anholt
glsl2: notEqual() produces a boolean value, not the...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-20
Eric Anholt
glsl2: Constant-fold assignment conditions.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-20
Ian Romanick
glsl2: Don't validate IR if there were compilation...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-20
Eric Anholt
ir_to_mesa: Fix swizzled writemasks with swapped compon...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-19
Ian Romanick
linker: Remove the FINISHME comment for intrastage...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-19
Ian Romanick
linker: Remove redundant check for 'main' in shaders
commit
|
commitdiff
|
tree
|
snapshot
2010-07-19
Ian Romanick
linker: Track and validate GLSL versions used in shaders
commit
|
commitdiff
|
tree
|
snapshot
2010-07-19
Ian Romanick
glsl2: Use Elements macro
commit
|
commitdiff
|
tree
|
snapshot
2010-07-19
Ian Romanick
linker: Recursively resolve function calls in imported...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-19
Ian Romanick
linker: look up function signatures during linking...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-19
Ian Romanick
linker: Pull find_matching_signature out of call_link_v...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-19
Ian Romanick
glsl2: Explicitly walk lists in ir_function::parameter_...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-19
Ian Romanick
linker: Add comment about bug in initializer handling
commit
|
commitdiff
|
tree
|
snapshot
2010-07-19
Ian Romanick
linker: First bits of intrastage, intershader function...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-19
Ian Romanick
ir_function_signature: Make actual_parameters public
commit
|
commitdiff
|
tree
|
snapshot
2010-07-19
Ian Romanick
linker: Remove some unnecessary includes
commit
|
commitdiff
|
tree
|
snapshot
2010-07-19
Kenneth Graunke
exec_list: Fix foreach_list_safe.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-19
Ian Romanick
linker: Use foreach_list_safe in move_non_declarations
commit
|
commitdiff
|
tree
|
snapshot
2010-07-19
Ian Romanick
linker: Move global instructions from the linked shader...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-19
Eric Anholt
glsl2: Fix lexing of octal values, including "0".
commit
|
commitdiff
|
tree
|
snapshot
2010-07-19
Eric Anholt
glsl2: Fix the expression type for atan's pi * sign(y).
commit
|
commitdiff
|
tree
|
snapshot
2010-07-19
Eric Anholt
i915: Ask the compiler to flatten out all the if statem...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-19
Eric Anholt
glsl2: Add a pass for converting if statements to condi...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-19
Eric Anholt
glsl2: Give IR nodes a type field.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-19
Eric Anholt
ir_to_mesa: Do validation on the IR tree.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-19
Eric Anholt
ir_to_mesa: Don't do lowering passes on an errored...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-19
Eric Anholt
ir_to_mesa: Rename struct temp_entry, which is used...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-19
Eric Anholt
ir_to_mesa: Add support for function calls.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-19
Eric Anholt
glsl2: Remove the const disease from function signature...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-19
Eric Anholt
glsl2: Make cross() be an expression operation.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-19
Eric Anholt
glsl2: Fix warning from always-false assert not being...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-14
Kenneth Graunke
ast_function: Actually do type conversion on function...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-14
Kenneth Graunke
exec_list: Add a new replace_with method.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-14
Kenneth Graunke
Refresh autogenerated file builtin_function.cpp.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-14
Kenneth Graunke
glsl2/builtins: Rework clamp to use scalar/vector combi...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-14
Kenneth Graunke
glsl2/builtins: Rework min/max to use scalar/vector...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-14
Kenneth Graunke
ir_constant_expression: Add support for ir_binop_mod.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-14
Kenneth Graunke
ir_constant_expression: Add support for ir_binop_min...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-14
Kenneth Graunke
ir_constant_expression: Add support for ir_binop_pow.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-14
Kenneth Graunke
ir_constant_expression: Add support for ir_unop_cos.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-14
Kenneth Graunke
ir_constant_expression: Add support for ir_unop_sin.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-14
Kenneth Graunke
ir_constant_expression: Add support for ir_unop_floor.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-14
Kenneth Graunke
ir_constant_expression: Add support for ir_unop_ceil.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-14
Kenneth Graunke
ir_constant_expression: Add support for ir_unop_trunc.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-14
Kenneth Graunke
ir_constant_expression: Add support for ir_unop_log2.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-14
Kenneth Graunke
ir_constant_expression: Add support for ir_unop_exp2.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-14
Kenneth Graunke
ir_constant_expression: Add support for ir_unop_sign.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-14
Kenneth Graunke
ir_constant_expression: Remove bogus assert in ir_unop_...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-14
Kenneth Graunke
glsl2: Remove ir_program bong hits.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-13
Eric Anholt
ir_to_mesa: Add convenience function for opcodes with...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-13
Eric Anholt
glsl2: When linking makes a variable not a varying...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-13
Eric Anholt
ir_to_mesa: Add support for variable array indexing...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-13
Eric Anholt
ir_to_mesa: Add support for array dereferences on the...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-13
Ian Romanick
glsl2: Remove unnecessary casts of clone return values
commit
|
commitdiff
|
tree
|
snapshot
2010-07-13
Eric Anholt
ir_to_mesa: Rely on ir_mat_op_to_vec for matrix multipl...
commit
|
commitdiff
|
tree
|
snapshot
next