mesa.git
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
2010-07-13 Eric Anholtir_to_mesa: Rely on ir_mat_op_to_vec for matrix multipl...
2010-07-13 Eric Anholtglsl2: Add matrix multiplication to ir_mat_op_to_vec.
2010-07-13 Eric Anholtir_to_mesa: Emit OPCODE_MAD when we find an ADD of...
2010-07-13 Eric Anholtglsl2: Flatten expression that appear as the parameters...
2010-07-13 Eric Anholtglsl2: Flatten expressions that appear as the children...
2010-07-13 Ian Romanicklinker: Merge global-scope instructions into main
2010-07-13 Ian Romanicklinker: Detect the shader that contains "main" during...
2010-07-13 Ian Romanickir_function: Make matching_signature not return const
2010-07-13 Ian Romanicklinker: Implement first bits of intrastage linking
2010-07-13 Ian Romanicklinker: Refactor cross_validate_uniforms into cross_val...
2010-07-12 Eric Anholtglsl2: Use a better talloc context for ir_expression_fl...
2010-07-12 Eric Anholtglsl2: Add support for variable vector indexing on...
2010-07-12 Eric Anholtglsl2: Fix copy propagation in the presence of derefs...
2010-07-12 Eric Anholtir_to_mesa: Add support for dereferencing matrices...
2010-07-12 Ian Romanickir_validate: Also perform usual checks on ir_dereferenc...
2010-07-12 Ian Romanickir_validate: Validate that varibles are declared before...
2010-07-12 Ian Romanicklinker: Stub-out intrastage linker
2010-07-12 Ian RomanickMake shader_api.h be C++ friendly
2010-07-12 Ian Romanickir_validate: Additional function related invariant...
2010-07-12 Ian Romanickir_function_signature: Add method to get the function...
2010-07-12 Ian Romanickglsl2: Add utility function clone_ir_list
2010-07-12 Ian Romanickir_call: Add method to set the function signature being...
2010-07-12 Ian Romanickglsl2: Implement ir_function::clone and ir_function_sig...
2010-07-12 Ian Romanickglsl2: Move temp declaration to correct side of if...
2010-07-12 Ian Romanickglsl2: Add missing fields in ir_variable::clone
2010-07-12 Ian Romanickglsl2: Add declarations for temporaries to instruction...
2010-07-12 Eric Anholtglsl2: Store the gl_type of the array's element type...
2010-07-12 Eric AnholtRevert "ir_to_mesa: Add support for adding/subtracting...
2010-07-12 Eric Anholtglsl2: Add a new pass at the IR level to break down...
2010-07-12 Eric Anholtglsl2: Flatten out expressions that are the child of...
2010-07-12 Eric Anholtglsl2: Check when inlining a bare function call that...
2010-07-09 Kenneth Graunkeast_function: Fix non-float constructors with matrix...
2010-07-09 Kenneth Graunkeast_function: Move error return earlier and don't inden...
2010-07-09 Kenneth Graunkeast_function: Remove unnecessary check for empty constr...
2010-07-09 Kenneth Graunkeglsl2: Use new foreach_list_safe abstraction.
2010-07-09 Kenneth Graunkeglsl2: Add foreach_list_safe which works even when...
2010-07-08 Kenneth Graunkeglsl2: Remove generate_temporary and global temporary...
2010-07-08 Eric Anholtmesa: Extend register lifetimes to the end of the large...
next