summaryrefslogtreecommitdiff
path: root/src/glsl/ir_optimization.h
AgeCommit message (Expand)AuthorFilesLines
2013-09-17glsl: Add ldexp_to_arith lowering pass.Matt Turner1-0/+1
2013-08-18glsl: don't eliminate texcoords that can be set by GL_COORD_REPLACEMarek Olšák1-1/+1
2013-08-01glsl/linker: Properly pack GS input varyings.Paul Berry1-1/+1
2013-07-17glsl: Remove comma at end of enumerator list.Vinson Lee1-1/+1
2013-07-02glsl/linker: eliminate unused and set-but-unused built-in varyingsMarek Olšák1-0/+4
2013-05-23glsl linker: remove interface block instance namesJordan Justen1-0/+1
2013-05-13glsl: Add lowering pass for ir_triop_vector_insertIan Romanick1-0/+1
2013-05-12glsl: Add a pass to flip matrix/vector multiplies to use dot products.Kenneth Graunke1-0/+1
2013-05-12glsl: Pass struct shader_compiler_options into do_common_optimization.Kenneth Graunke1-1/+2
2013-05-06glsl: Add a pass to lower bitfield-insert into bfm+bfi.Matt Turner1-0/+1
2013-04-04glsl: Add an optimization pass to flatten simple nested if blocks.Kenneth Graunke1-0/+1
2013-02-28glsl: Convert mix() to use a new ir_triop_lrp opcode.Kenneth Graunke1-0/+1
2013-01-25glsl: Add support for lowering 4x8 pack/unpack operationsMatt Turner1-0/+6
2013-01-24glsl: Add lowering pass for GLSL ES 3.00 pack/unpack operations (v4)Chad Versace1-0/+20
2012-12-14glsl: Add a lowering pass for packing varyings.Paul Berry1-0/+3
2012-12-14glsl/lower_clip_distance: Update symbol table.Paul Berry1-1/+1
2012-08-07glsl: Add a lowering pass to turn complicated UBO references to vector loads.Eric Anholt1-0/+1
2012-05-15glsl: Fix lower_discard_flow prototype mismatch.José Fonseca1-1/+1
2012-05-14glsl: Implement the GLSL 1.30+ discard control flow rule in GLSL IR.Eric Anholt1-0/+1
2012-04-11glsl: Add an array splitting pass.Eric Anholt1-0/+1
2012-01-06glsl: Add a lowering pass to remove reads of shader output variables.Vincent Lejeune1-0/+1
2011-10-25glsl: Add uniform_locations_assigned parameter to do_dead_code opt passIan Romanick1-2/+4
2011-09-23glsl: Implement a lowering pass for gl_ClipDistance.Paul Berry1-0/+1
2011-08-31glsl: Use a separate div_to_mul_rcp lowering flag for integers.Bryan Cain1-6/+7
2011-07-23glsl: Factor out code that generates block of index comparisonsIan Romanick1-0/+4
2011-07-08glsl: Remove unused function prototypes.Paul Berry1-2/+0
2011-02-04glsl: Add a new opt_copy_propagation variant that does it channel-wise.Eric Anholt1-0/+1
2010-12-27glsl: Support if-flattening beyond a given maximum nesting depth.Kenneth Graunke1-1/+1
2010-12-01glsl: Lower ir_binop_pow to a sequence of EXP2 and LOG2Ian Romanick1-2/+3
2010-12-01glsl: Add a lowering pass to move discards out of if-statements.Kenneth Graunke1-0/+1
2010-12-01glsl: Add an optimization pass to simplify discards.Kenneth Graunke1-0/+1
2010-11-19glsl: Combine many instruction lowering passes into one.Kenneth Graunke1-2/+8
2010-11-19glsl: Add ir_quadop_vector expressionIan Romanick1-0/+1
2010-09-30glsl: Add a lowering pass for texture projection.Eric Anholt1-0/+1
2010-09-17glsl2: Add flags to enable variable index loweringIan Romanick1-1/+2
2010-09-17glsl: add pass to lower variable array indexing to conditional assignmentsLuca Barbieri1-0/+1
2010-09-13glsl2: Add pass to remove redundant jumpsIan Romanick1-0/+1
2010-09-13glsl: add continue/break/return unification/elimination pass (v2)Luca Barbieri1-1/+1
2010-09-09glsl2: Add lowering pass to remove noise opcodesIan Romanick1-0/+1
2010-09-08glsl: add several EmitNo* options, and MaxUnrollIterationsLuca Barbieri1-1/+1
2010-08-13glsl2: Add a pass to strip out noop swizzles.Eric Anholt1-0/+1
2010-08-13glsl2: Move the common optimization passes to a helper function.Eric Anholt1-0/+2
2010-08-09glsl2: Add a pass to transform ir_binop_sub to add(op0, neg(op1))Eric Anholt1-0/+1
2010-08-09glsl2: Add constant propagation.Eric Anholt1-0/+1
2010-08-05glsl2: Add a pass to convert exp and log to exp2 and log2.Eric Anholt1-0/+1
2010-08-05ir_structure_splitting: New pass to chop structures into their components.Eric Anholt1-0/+1
2010-08-05glsl2: Add a pass for removing unused functions.Eric Anholt1-0/+1
2010-07-31glsl2: Add new tree grafting optimization pass.Eric Anholt1-0/+1
2010-07-27glsl2: Make the dead code handler make its own talloc context.Eric Anholt1-4/+2
2010-07-27glsl2: Add optimization pass for algebraic simplifications.Eric Anholt1-1/+2