summaryrefslogtreecommitdiffstats
path: root/src/glsl/ir_optimization.h
Commit message (Expand)AuthorAgeFilesLines
* glsl: Drop do_common_optimization's max_unroll_iterations parameter.Kenneth Graunke2014-04-111-1/+0
* glsl: Pass ctx->Const.NativeIntegers to do_algebraic.Kenneth Graunke2014-04-081-1/+1
* glsl: Pass ctx->Const.NativeIntegers to do_common_optimization().Kenneth Graunke2014-04-081-1/+2
* glsl: Delete LRP_TO_ARITH lowering pass flag.Kenneth Graunke2014-02-261-3/+2
* glsl/i965: move lower_offset_array up to GLSL compiler level.Dave Airlie2014-02-251-0/+1
* glsl: Vectorize multiple scalar assignmentsMatt Turner2014-01-211-0/+1
* glsl/loops: Get rid of lower_bounded_loops and ir_loop::normative_bound.Paul Berry2013-12-091-1/+0
* glsl/loops: consolidate bounded loop handling into a lowering pass.Paul Berry2013-12-091-0/+1
* glsl: Add a CSE pass.Eric Anholt2013-11-011-0/+1
* glsl: Add ldexp_to_arith lowering pass.Matt Turner2013-09-171-0/+1
* glsl: don't eliminate texcoords that can be set by GL_COORD_REPLACEMarek Olšák2013-08-181-1/+1
* glsl/linker: Properly pack GS input varyings.Paul Berry2013-08-011-1/+1
* glsl: Remove comma at end of enumerator list.Vinson Lee2013-07-171-1/+1
* glsl/linker: eliminate unused and set-but-unused built-in varyingsMarek Olšák2013-07-021-0/+4
* glsl linker: remove interface block instance namesJordan Justen2013-05-231-0/+1
* glsl: Add lowering pass for ir_triop_vector_insertIan Romanick2013-05-131-0/+1
* glsl: Add a pass to flip matrix/vector multiplies to use dot products.Kenneth Graunke2013-05-121-0/+1
* glsl: Pass struct shader_compiler_options into do_common_optimization.Kenneth Graunke2013-05-121-1/+2
* glsl: Add a pass to lower bitfield-insert into bfm+bfi.Matt Turner2013-05-061-0/+1
* glsl: Add an optimization pass to flatten simple nested if blocks.Kenneth Graunke2013-04-041-0/+1
* glsl: Convert mix() to use a new ir_triop_lrp opcode.Kenneth Graunke2013-02-281-0/+1
* glsl: Add support for lowering 4x8 pack/unpack operationsMatt Turner2013-01-251-0/+6
* glsl: Add lowering pass for GLSL ES 3.00 pack/unpack operations (v4)Chad Versace2013-01-241-0/+20
* glsl: Add a lowering pass for packing varyings.Paul Berry2012-12-141-0/+3
* glsl/lower_clip_distance: Update symbol table.Paul Berry2012-12-141-1/+1
* glsl: Add a lowering pass to turn complicated UBO references to vector loads.Eric Anholt2012-08-071-0/+1
* glsl: Fix lower_discard_flow prototype mismatch.José Fonseca2012-05-151-1/+1
* glsl: Implement the GLSL 1.30+ discard control flow rule in GLSL IR.Eric Anholt2012-05-141-0/+1
* glsl: Add an array splitting pass.Eric Anholt2012-04-111-0/+1
* glsl: Add a lowering pass to remove reads of shader output variables.Vincent Lejeune2012-01-061-0/+1
* glsl: Add uniform_locations_assigned parameter to do_dead_code opt passIan Romanick2011-10-251-2/+4
* glsl: Implement a lowering pass for gl_ClipDistance.Paul Berry2011-09-231-0/+1
* glsl: Use a separate div_to_mul_rcp lowering flag for integers.Bryan Cain2011-08-311-6/+7
* glsl: Factor out code that generates block of index comparisonsIan Romanick2011-07-231-0/+4
* glsl: Remove unused function prototypes.Paul Berry2011-07-081-2/+0
* glsl: Add a new opt_copy_propagation variant that does it channel-wise.Eric Anholt2011-02-041-0/+1
* glsl: Support if-flattening beyond a given maximum nesting depth.Kenneth Graunke2010-12-271-1/+1
* glsl: Lower ir_binop_pow to a sequence of EXP2 and LOG2Ian Romanick2010-12-011-2/+3
* glsl: Add a lowering pass to move discards out of if-statements.Kenneth Graunke2010-12-011-0/+1
* glsl: Add an optimization pass to simplify discards.Kenneth Graunke2010-12-011-0/+1
* glsl: Combine many instruction lowering passes into one.Kenneth Graunke2010-11-191-2/+8
* glsl: Add ir_quadop_vector expressionIan Romanick2010-11-191-0/+1
* glsl: Add a lowering pass for texture projection.Eric Anholt2010-09-301-0/+1
* glsl2: Add flags to enable variable index loweringIan Romanick2010-09-171-1/+2
* glsl: add pass to lower variable array indexing to conditional assignmentsLuca Barbieri2010-09-171-0/+1
* glsl2: Add pass to remove redundant jumpsIan Romanick2010-09-131-0/+1
* glsl: add continue/break/return unification/elimination pass (v2)Luca Barbieri2010-09-131-1/+1
* glsl2: Add lowering pass to remove noise opcodesIan Romanick2010-09-091-0/+1
* glsl: add several EmitNo* options, and MaxUnrollIterationsLuca Barbieri2010-09-081-1/+1
* glsl2: Add a pass to strip out noop swizzles.Eric Anholt2010-08-131-0/+1