glsl2: Make ir_algebraic reassociate add/mul operands for constant folding.
[mesa.git] / src /
2010-08-10 Eric Anholtglsl2: Make ir_algebraic reassociate add/mul operands...
2010-08-10 Eric Anholtglsl2: Add a pass to transform ir_binop_sub to add...
2010-08-10 Eric Anholtglsl2: Add constant propagation.
2010-08-10 Eric Anholti965: More s/stderr/stdout/ for program debug.
2010-08-10 Eric Anholtglsl2: Teach copy propagation about "if" and "loop...
2010-08-09 Kenneth Graunkeglsl2: Refresh autogenerated file builtin_function...
2010-08-09 Kenneth Graunketexture_builtins.py: Fix cut and paste errors in functi...
2010-08-09 Kenneth Graunkeglsl2: Use gl_DepthRange's proper name.
2010-08-09 Ian Romanickir_algebraic: Support other comparisons in ir_unop_logi...
2010-08-09 Ian Romanickir_algebraic: Convert ir_unop_logic_not handler to...
2010-08-09 Aras Pranckeviciusglsl2: do not use __retval name; two underscores is...
2010-08-09 Aras Pranckeviciusglsl: fix missing return in ir_structure_splitting
2010-08-09 Eric Anholtglsl2: Handle plain variable copies in struct splitting.
2010-08-07 Kenneth Graunkeglsl2: Add the 1.30 reserved keywords.
2010-08-06 Aras Pranckeviciusir_function_inlining: Fix missing iter.next() in inlini...
2010-08-06 Aras Pranckeviciuscopy_propagation: do propagation into non-out call...
2010-08-06 Eric Anholtglsl2: Move gl_program->InputsRead/OutputsWritten setti...
2010-08-06 Eric Anholtir_to_mesa: Add support for sampler arrays.
2010-08-06 Eric Anholtglsl2: Fix inlining with sampler array or struct derefe...
2010-08-06 Eric Anholtglsl2: Don't assert in a couple of places when encounte...
2010-08-06 Eric Anholtir_to_mesa: Give the expected size for _mesa_add_attrib...
2010-08-06 Ian Romanickir_to_mesa: Handle texture-array samplers
2010-08-06 Ian Romanickglsl2: Enable all supported extensions in stand-alone...
2010-08-06 Ian Romanickglsl_type: Don't have two versions of a type with the...
2010-08-06 Ian Romanickglsl2: Log a better error message when a matching funct...
2010-08-05 Eric Anholtglsl2: Add a pass to convert exp and log to exp2 and...
2010-08-05 Eric Anholtglsl2: Insert global declarations at the top of the...
2010-08-05 Eric Anholtir_structure_splitting: Massive fixing to this.
2010-08-05 Eric Anholtglsl2: Make the HV actually call ir_texture's visit_leave.
2010-08-05 Eric Anholtir_structure_splitting: New pass to chop structures...
2010-08-05 Eric Anholtglsl2: Fix the dereferences_variable check in ir_tree_g...
2010-08-05 Eric Anholtglsl2: Don't tree-grafting out assignment to an out...
2010-08-05 Eric Anholtglsl2: Don't dead-code eliminate a call where the retur...
2010-08-05 Eric Anholtglsl2: Add some easy-to-enable debug printfs to ir_dead...
2010-08-05 Eric Anholtir_to_mesa: Don't do function inlining until linking.
2010-08-05 Eric Anholtglsl2: Add a pass for removing unused functions.
2010-08-05 Eric Anholtglsl2: Catch pointless copies in copy propagation.
2010-08-05 Eric Anholtglsl2: Don't try to dump GLSL IR for a shader that...
2010-08-05 Eric Anholtir_to_mesa: Remove debug force-enablement of EmitNoIfs.
2010-08-05 Kenneth Graunkeglcpp: Ignore #if and #elif expressions when skipping.
2010-08-05 Kenneth Graunkeglcpp/tests: Add a corollary to testcase 073 for testin...
2010-08-05 Kenneth Graunkeglcpp/tests: Fix 073-if-in-ifdef.c to use #ifdef, not...
2010-08-05 Kenneth Graunkeglcpp: Refactor HASH_IF and HASH_ELIF expansion to...
2010-08-05 Eric Anholtglsl2: Remove the shader_in/shader_out tracking separat...
2010-08-05 Eric Anholtglsl2: Remove a dead cut and paste member from ir_varia...
2010-08-05 Eric Anholti965: Settle on printing our program debug to stdout.
2010-08-05 Eric Anholtir_to_mesa: Print shader source and compiled IR under...
2010-08-05 Eric Anholtglsl2: Use linked ir_constant_variable after linking...
2010-08-05 Eric Anholtglsl2: Return progress from ir_vec_index_to_swizzle.
2010-08-04 Ian Romanickglsl2: Generate masked assignments in some expanded...
2010-08-04 Ian Romanickglsl2: Generate masked assignments in vector and matrix...
2010-08-04 Ian Romanickglsl2: Additional validation of write masks
2010-08-04 Ian Romanickglsl2: Add ir_assignment::write_mask and associated...
2010-08-04 Ian Romanickglsl2: Don't try to construct an ir_assignment with...
2010-08-04 Eric Anholtglsl2: Constant fold the children of many more ir_instr...
2010-08-04 Eric Anholtglsl2: Return a real progress value from constant folding.
2010-08-04 Eric Anholtglsl2: Refactor constant folding of rvalues to a function.
2010-08-04 Kenneth Graunkeglcpp: Refresh autogenerated lexer and parser.
2010-08-04 Kenneth Graunkeglcpp: Remove xtalloc wrappers in favor of plain talloc.
2010-08-04 Kenneth Graunkeglsl2: Remove uses of deprecated TALLOC_CTX type.
2010-08-04 Aras Pranckeviciusglsl2: add gl_LightModel built-in uniform.
2010-08-04 Eric Anholtglsl2: Don't try to assign locations for samplers durin...
2010-08-04 Eric Anholtir_to_mesa: Clean up the mapping of samplers to Mesa...
2010-08-04 Eric Anholtmesa: Don't null deref looking for Mesa IR code at...
2010-08-04 Eric Anholtglsl2: Skip talloc_parent in constant_expression of...
2010-08-04 Eric Anholtglsl2: Make the clone() method take a talloc context.
2010-08-04 Aras Pranckeviciusglsl2: Set ir_discard::ir_type when cloning it
2010-08-03 Eric Anholtglsl2: Fix ir_validate validating null variable names.
2010-08-03 Eric Anholtglsl2: No need to strdup the name passed in to ir_varia...
2010-08-03 Eric Anholtglsl2: Fix typo in clamp() constant builtin using uint...
2010-08-03 Eric Anholtir_to_mesa: Add support for 1.20 uniform initializers.
2010-08-03 Eric Anholtglsl2: Don't consider uniform initializers as constant...
2010-08-03 Eric AnholtInitialize a couple of HasIndex2 fields on Mesa IR...
2010-08-03 Eric Anholtir_to_mesa: Support for struct uniforms.
2010-08-03 Eric Anholtir_to_mesa: Add a constructor for ir_to_mesa_src_reg.
2010-08-03 Carl Worthglsl2: Use talloc_zero_size instead of talloc_size...
2010-08-02 Ian Romanickglsl_type: Use string key for array type hash
2010-08-02 Ian RomanickKeep a local copy of the symbol name in the symbol...
2010-08-02 Ian Romanickglsl2: Clean-up two 'unused variable' warnings
2010-08-02 Ian Romanickglsl2: Make glsl_types::ctx private again
2010-08-02 Eric Anholtglsl2: Fix expression type in builtin tan().
2010-08-02 Eric Anholtglsl2: Add validation that talloc ownership of ir_...
2010-08-02 Eric Anholtglsl2: Fix validation for ir_unop_not.
2010-08-02 Eric Anholtglsl2: Add support for floating constants like "1f".
2010-08-02 Eric Anholtglsl2: Initialize the ARB_fcc fields of ir_variable.
2010-08-02 Eric Anholtglsl2: Also initialize the identifier field of paramete...
2010-08-02 Eric Anholtglsl2: Fix spelling of "precision" in error output.
2010-08-02 Eric Anholtglsl2: Don't add mesa/program/ as an include dir. ...
2010-08-02 Aras Pranckeviciusglsl2: Give the path within src/mesa/ for headers inste...
2010-08-02 Aras Pranckeviciusglsl2: initialize is_array and array_size of ast_parame...
2010-08-02 Eric Anholtglsl2: Make non-square matrix keywords not keywords...
2010-08-01 Eric Anholtir_to_mesa: Add support for MESA_GLSL=log.
2010-08-01 Eric Anholtglcpp: Add a testcase for the failure in compiling...
2010-07-31 Eric Anholtglsl2: Do algebraic optimizations after linking as...
2010-07-31 Eric Anholtglsl2: Add new tree grafting optimization pass.
2010-07-31 Eric Anholtglsl2: Factor out the variable refcounting part of...
2010-07-31 Aras Pranckeviciusglsl2: Fix stack smash when ternary selection is used.
2010-07-30 Eric Anholtglsl2: Fix the implementation of atan(y, x).
2010-07-30 Carl Worthast: Initialize location data in constructor of all...
2010-07-30 Eric Anholtir_to_mesa: Add the function name as a comment to BGNSU...
next