summaryrefslogtreecommitdiff
path: root/src/glsl/ir_optimization.h
AgeCommit message (Expand)AuthorFilesLines
2015-02-24glsl: Optimize "if (cond) discard;" to a conditional discard.Kenneth Graunke1-0/+1
2015-02-19glsl: add a lowering pass for frexp/ldexp with double argumentsIlia Mirkin1-0/+1
2015-02-19glsl: lower double optional passes (v2)Dave Airlie1-0/+1
2015-02-03glsl: Improve precision of mod(x,y)Iago Toral Quiroga1-1/+1
2014-11-06glsl: Lower constant arrays to uniform arrays.Kenneth Graunke1-0/+1
2014-10-07glsl: Optimize min/max expression treesIago Toral Quiroga1-0/+1
2014-09-30glsl: Eliminate unused built-in variables after compilationIan Romanick1-0/+2
2014-09-10glsl: Add a lowering pass for gl_VertexIDIan Romanick1-0/+2
2014-08-31glsl: Add a pass to lower ir_unop_saturate to clamp(x, 0, 1)Abdiel Janulgue1-0/+1
2014-06-19glsl: Pass in options to do_algebraic().Matt Turner1-1/+2
2014-06-19glsl: Rebalance expression trees that are reduction operations.Matt Turner1-0/+1
2014-05-02glsl: add lowering passes for carry/borrowIlia Mirkin1-0/+2
2014-05-02glsl: Remove varying "base" parametersIan Romanick1-1/+1
2014-04-11glsl: Drop do_common_optimization's max_unroll_iterations parameter.Kenneth Graunke1-1/+0
2014-04-08glsl: Pass ctx->Const.NativeIntegers to do_algebraic.Kenneth Graunke1-1/+1
2014-04-08glsl: Pass ctx->Const.NativeIntegers to do_common_optimization().Kenneth Graunke1-1/+2
2014-02-26glsl: Delete LRP_TO_ARITH lowering pass flag.Kenneth Graunke1-3/+2
2014-02-25glsl/i965: move lower_offset_array up to GLSL compiler level.Dave Airlie1-0/+1
2014-01-21glsl: Vectorize multiple scalar assignmentsMatt Turner1-0/+1
2013-12-09glsl/loops: Get rid of lower_bounded_loops and ir_loop::normative_bound.Paul Berry1-1/+0
2013-12-09glsl/loops: consolidate bounded loop handling into a lowering pass.Paul Berry1-0/+1
2013-11-01glsl: Add a CSE pass.Eric Anholt1-0/+1
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