summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/ir_expression_operation.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* glsl: Generate the ir_last_* valuesIan Romanick2016-08-301-28/+20
* glsl: Generate ir_expression_operation.h from PythonIan Romanick2016-08-301-0/+384