summaryrefslogtreecommitdiffstats
path: root/src/glsl/ir_constant_expression.cpp
Commit message (Expand)AuthorAgeFilesLines
* mesa: Use _mesa_lroundevenf() in some more places.Matt Turner2015-08-041-10/+4
* glsl: Avoid double promotion.Matt Turner2015-07-291-2/+2
* glsl: Remove MSVC implementations of copysign and isnormal.Matt Turner2015-07-291-13/+1
* glsl: Remove never used sin_reduced/cos_reduced.Matt Turner2015-04-061-2/+0
* mesa: Replace _mesa_round_to_even() with _mesa_roundeven().Matt Turner2015-03-181-8/+10
* glsl: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-021-1/+1
* glsl/ir: Add builtin constant function support for doublesDave Airlie2015-02-191-32/+215
* Avoid fighting with Solaris headers over isnormal()Alan Coopersmith2015-02-171-1/+1
* glsl: Add constant evaluation of ir_unop_saturateAbdiel Janulgue2014-08-311-0/+6
* glsl: add ARB_derivative control supportIlia Mirkin2014-08-141-0/+4
* glsl: add new expression types for interpolateAt*Chris Forbes2014-07-121-0/+2
* glsl: Use typed foreach_in_list instead of foreach_list.Matt Turner2014-07-011-4/+3
* glsl: Remove unused include from ir_constant_expression.cppThomas Helland2014-06-101-1/+0
* glsl: Clean up "unused parameter" warningsIan Romanick2014-03-251-5/+5
* glsl: Minor clean ups in constant_referencedIan Romanick2014-03-251-11/+6
* glsl: Remove ir_dereference::constant_referencedIan Romanick2014-03-251-25/+0
* glsl: Fold implementation of ir_dereference_array::constant_referenced into w...Ian Romanick2014-03-251-46/+43
* glsl: Fold implementation of ir_dereference_record::constant_referenced into ...Ian Romanick2014-03-251-17/+21
* glsl: Fold implementation of ir_dereference_variable::constant_referenced int...Ian Romanick2014-03-251-12/+13
* glsl: Add wrapper function that calls ir_dereference::constant_referencedIan Romanick2014-03-251-16/+36
* glsl: Group all of the constant_referenced functions togetherIan Romanick2014-03-251-92/+103
* glsl: Add constant evaluation of ir_binop_bfm.Matt Turner2014-01-271-0/+17
* mesa: Fix compile error with MSVC 2013Thomas Sondergaard2014-01-081-1/+1
* glsl: move variables in to ir_variable::data, part ITapani Pälli2013-12-121-1/+1
* glsl: Define isnormal for Oracle Solaris Studio.Vinson Lee2013-10-041-0/+6
* glsl: Define isnormal and copysign for MSVC to fix build.Vinson Lee2013-09-221-0/+14
* glsl: Add support for ldexp.Matt Turner2013-09-171-0/+10
* glsl: Add conditional-select IR.Matt Turner2013-09-091-0/+8
* glsl: Convert ir_function_signature::is_builtin to a method.Kenneth Graunke2013-09-091-1/+1
* glsl: Add support for new fma built-in in ARB_gpu_shader5.Matt Turner2013-08-271-0/+11
* glsl: Add ir_triop_vector_insertIan Romanick2013-05-131-0/+25
* glsl: Add ir_binop_vector_extractIan Romanick2013-05-131-4/+34
* glsl: Add constant evaluation of bit built-ins.Matt Turner2013-05-061-1/+125
* glsl: Fix array indexing when constant folding built-in functions.Paul Berry2013-04-021-1/+1
* glsl: Convert mix() to use a new ir_triop_lrp opcode.Kenneth Graunke2013-02-281-0/+13
* glsl: Evaluate constant pack/unpack 4x8 expressionsMatt Turner2013-01-251-0/+166
* glsl: Evaluate constant GLSL ES 3.00 pack/unpack expressions (v3)Chad Versace2013-01-241-0/+189
* mesa,glsl: Move round_to_even() from glsl to mesa/main (v2)Chad Versace2013-01-241-20/+1
* glsl: Add support for ir_unop_f2u to constant folding.Paul Berry2012-06-151-0/+6
* glsl: fix deref_hash memory leak in constant_expression_valueMarcin Slusarz2012-06-081-2/+5
* glsl: Bitwise conversion operator support in ir_constant_expression.Olivier Galibert2012-06-071-0/+47
* glsl: Change built-in constant expression evaluation to run the IR.Olivier Galibert2012-05-081-380/+141
* glsl: Add a constant_referenced method to ir_dereference*Olivier Galibert2012-05-081-0/+92
* glsl: Add a variable context to constant_expression_value().Olivier Galibert2012-05-081-17/+25
* glsl: Fix broken constant expression handling for <, <=, >, and >=.Kenneth Graunke2012-05-081-9/+9
* glsl: Convert ir_call to be a statement rather than a value.Kenneth Graunke2012-04-021-3/+0
* glsl: Move constant expression handling from calls to signatures.Kenneth Graunke2012-04-021-8/+19
* glsl: Use ir_rvalue to represent generic error_type values.Kenneth Graunke2012-04-021-0/+7
* glsl: Handle constant expressions involving ir_binop_equal/nequal.Kenneth Graunke2011-11-101-0/+6
* glsl: Fix copy-paste error in constant_expression_value(ir_binop_nequal)Paul Berry2011-10-311-1/+1