i915: Ask the compiler to flatten out all the if statements that it can.
[mesa.git] / src / glsl /
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 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 Anholtglsl2: When linking makes a variable not a varying...
2010-07-13 Ian Romanickglsl2: Remove unnecessary casts of clone return values
2010-07-13 Eric Anholtglsl2: Add matrix multiplication to ir_mat_op_to_vec.
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 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 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 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 Anholtglsl2: Add support for gl_PointCoord in 1.20.
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 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 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-03 Kenneth GraunkeRefresh autogenerated file builtin_function.cpp.
2010-07-03 Kenneth Graunkeglcpp: Add #error support.
2010-07-03 Kenneth Graunkeglsl2: Fix for dead strings being stored in the symbol...
2010-07-03 Kenneth Graunkeglsl2/builtins: Use vector ops in the 130 version of...
2010-07-03 Kenneth Graunkeglsl2/builtins: Use vector ops in "smoothstep."
2010-07-02 Ian Romanickglsl2: Print the linking info log in the stand-alone...
2010-07-02 Eric Anholtglsl2: Add a pass to break ir_binop_div to _mul and...
2010-07-02 Ian Romanickglsl2: Conditionally allow optional extensions to be...
2010-07-02 Ian Romanickglsl2: Append _TOK to some parser tokens
2010-07-02 Ian Romanickglsl2: Conditionally define preprocessor tokens for...
2010-07-02 Ian Romanickglsl2: Define preprocessor tokens for extensions
2010-07-02 Ian Romanickglsl2: Support AST-to-IR translation of invariant keyword
2010-07-02 Ian Romanickglsl2: Initialize ast_declarator_list::invariant in...
next