mesa.git
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...
2010-07-08 Eric Anholtmesa: Fix documentation of BranchTarget for BRK.
2010-07-08 Eric Anholtglsl2: Add support for gl_PointCoord in 1.20.
2010-07-08 Eric Anholtir_to_mesa: Fix the assertion on LHS array derefs to...
2010-07-08 Eric Anholtir_to_mesa: Add support for constant matrices (untested).
2010-07-08 Eric Anholtir_to_mesa: Add support for adding/subtracting matrices.
2010-07-08 Eric Anholtir_to_mesa: Don't assert that we can't assign matrices...
2010-07-07 Eric Anholtir_to_mesa: Only allocate a vector per column of a...
2010-07-07 Eric Anholtir_to_mesa: Add support for assignment of aggregates.
2010-07-07 Eric Anholtir_to_mesa: Add support for matrix * matrix.
2010-07-07 Kenneth Graunkeir_reader: Don't emit ir_function multiple times.
2010-07-07 Ian Romanicklinker: Use bit-0 instead of VERT_BIT_GENERIC0
2010-07-07 Eric Anholtglsl: Fix the setup of refract()'s output for vec3...
2010-07-07 Eric Anholtglsl2: Fix ir_div_to_mul_rcp for integer division.
2010-07-07 Eric Anholtglsl2: Actually add the declaration of _post_incdec_temp.
2010-07-07 Kenneth Graunkeir_constant_expression: Fix loop increments.
2010-07-07 Kenneth Graunkeglsl2: Initialize yylineno and yycolumn so line numbers...
2010-07-07 Ian Romanickglsl2: Put the initializer in the instruction stream...
2010-07-07 Ian Romanickexec_list: Add method to append one complete list to...
2010-07-07 Ian RomanickRevert "glsl2: Put the declaration in the instruction...
2010-07-07 Eric Anholtir_to_mesa: Add support for gl_TextureMatrix access.
2010-07-07 Eric Anholtir_to_mesa: Fill in some uninitialized fields that...
2010-07-07 Eric Anholtglsl2: Add a pass to simplify if statements returning...
2010-07-07 Eric Anholtglsl2: Clean up vec_index_to_cond_assign after the...
2010-07-07 Eric Anholtglsl2: Don't forget to walk the parameters to a functio...
2010-07-07 Eric Anholtglsl2: Avoid null deref in scalar constant unop express...
2010-07-07 Eric Anholtglsl2: Put the declaration in the instruction stream...
2010-07-07 Eric Anholtglsl2: Add pass for supporting variable vector indexing...
2010-07-07 Eric Anholtir_to_mesa: Add support for conditional moves.
2010-07-07 Ian Romanickglsl2: Clone methods return the type of the thing being...
2010-07-07 Kenneth Graunkeir_constant_expression: Declare loop counting variables...
2010-07-06 Kenneth Graunkeglsl2: Update TODO.
2010-07-06 Kenneth Graunkeir_constant_expression: Add support for dot products.
2010-07-06 Kenneth Graunkeir_constant_expression: Add support for matrix multipli...
2010-07-06 Kenneth Graunkeir_constant_expression: Support scalar * vector and...
2010-07-06 Kenneth Graunkeir_constant_expression: Support scalar / vector and...
2010-07-06 Kenneth Graunkeir_constant_expression: Support scalar - vector and...
2010-07-06 Kenneth Graunkeir_constant_expression: Support scalar + vector and...
2010-07-06 Kenneth Graunkeir_constant_expression: Assert that both operands share...
2010-07-06 Kenneth Graunkeir_constant_expression: Initialize op[0] and op[1]...
2010-07-06 Kenneth Graunkeir_constant_expression: Initialize all components of...
2010-07-06 Ian RomanickAdd hash table helper functions for using pointers...
2010-07-06 Ian RomanickMake hashtable.h be C++ friendly
2010-07-06 Eric Anholtir_to_mesa: Use the compiler-assigned locations for...
next