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