aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/ir_expression_operation.py
Commit message (Expand)AuthorAgeFilesLines
* glsl: Add opcodes for atan and atan2Neil Roberts2019-10-121-0/+3
* glsl: fixup u64-warningErik Faye-Lund2019-08-151-1/+1
* Replace uses of _mesa_bitcount with util_bitcountDylan Baker2018-09-071-1/+1
* python: Use range() instead of xrange()Mathieu Bridon2018-07-241-1/+1
* python: Better use iteratorsMathieu Bridon2018-07-241-1/+3
* glsl: Remove ir_binop_greater and ir_binop_lequal expressionsIan Romanick2017-10-301-2/+0
* glsl: add ARB_bindless_texture operationsSamuel Pitoiset2017-05-061-0/+6
* glsl: remove the shader_group_vote and shader_ballot expression opsNicolai Hähnle2017-04-281-12/+0
* glsl: make use of glsl_type::is_float()Samuel Pitoiset2017-04-211-6/+3
* glsl: make use of glsl_type::is_double()Samuel Pitoiset2017-04-211-4/+4
* glsl: add ARB_shader_ballot operationsNicolai Hähnle2017-04-051-0/+7
* glsl: remove shebang from python scriptsEmil Velikov2017-03-101-1/+0
* glsl: Fix constant evaluation of the rcp op.Francisco Jerez2017-01-311-1/+1
* glsl: Add 64-bit integer support for constant expressionsDave Airlie2017-01-201-41/+41
* glsl/ir: Add support for 64-bit integer conversions.Dave Airlie2017-01-201-0/+39
* glsl: Generate strings that are the enum names without the ir_*op_ prefixIan Romanick2016-11-101-0/+6
* glsl: Add positional argument specifiers.Vinson Lee2016-09-061-5/+5
* glsl: Replace most assertions with unreachable()Ian Romanick2016-08-301-10/+9
* glsl: Refactor handling of horizontal operationsIan Romanick2016-08-301-8/+7
* glsl: Use constant_template_horizontal instead of constant_template_horizonta...Ian Romanick2016-08-301-1/+1
* glsl: Eliminate constant_template2Ian Romanick2016-08-301-11/+0
* glsl: Eliminate constant_template5Ian Romanick2016-08-301-22/+1
* glsl: Eliminate constant_template0Ian Romanick2016-08-301-34/+4
* glsl: Eliminate one of the templates for simpler operationsIan Romanick2016-08-301-21/+3
* glsl: Generate code for constant ir_triop_csel expressionsIan Romanick2016-08-301-1/+23
* glsl: Generate code for constant ir_triop_lrp expressionsIan Romanick2016-08-301-1/+28
* glsl: Generate code for constant ir_quadop_vector expressionsIan Romanick2016-08-301-2/+20
* glsl: Generate code for constant ir_quadop_bitfield_insert expressionsIan Romanick2016-08-301-4/+21
* glsl: Generate code for constant ir_triop_vector_insert expressionsIan Romanick2016-08-301-2/+25
* glsl: Generate code for constant ir_binop_vector_extract expressionsIan Romanick2016-08-301-1/+21
* glsl: Generate code for constant ir_binop_mul expressionsIan Romanick2016-08-301-2/+54
* glsl: Generate code for constant ir_triop_fma and ir_triop_bitfield_extract e...Ian Romanick2016-08-301-5/+13
* glsl: Generate code for constant ir_binop_dot expressionsIan Romanick2016-08-301-1/+18
* glsl: Generate code for constant ir_binop_lshift and ir_binop_rshift expressionsIan Romanick2016-08-301-2/+13
* glsl: Generate code for constant ir_binop_ldexp expressionsIan Romanick2016-08-301-4/+19
* glsl: Generate code for constant unary expressions that don't assign the dest...Ian Romanick2016-08-301-8/+18
* glsl: Generate code for some constant binary expression that are horizontalIan Romanick2016-08-301-3/+7
* glsl: Generate code for constant unary expression that are horizontalIan Romanick2016-08-301-6/+16
* glsl: Generate code for constant expressions that have an output type the dif...Ian Romanick2016-08-301-11/+33
* glsl: Generate code for constant binary expressions that combine vector and s...Ian Romanick2016-08-301-15/+51
* glsl: Generate code for constant binary expressions that have one operand typeIan Romanick2016-08-301-6/+10
* glsl: Generate code for constant unary expression that have different impleme...Ian Romanick2016-08-301-12/+33
* glsl: Generate code for constant unary expression that map one type to anotherIan Romanick2016-08-301-24/+57
* glsl: Begin generating code for the most basic constant expressionsIan Romanick2016-08-301-17/+158
* glsl: Convert tuple into a classIan Romanick2016-08-301-127/+138
* glsl: Delete spurious comment about mod not taking integer operandsIan Romanick2016-08-301-6/+1
* glsl: Delete spurious comment about updating ir_expression::get_num_operandsIan Romanick2016-08-301-3/+0
* glsl: Do not generate comments or extra whitespace in expression filesIan Romanick2016-08-301-301/+216
* glsl: Just access the ir_expression_operation strings table directlyIan Romanick2016-08-301-1/+1
* glsl: Generate ir_expression_operation_strings.h from PythonIan Romanick2016-08-301-12/+27