aboutsummaryrefslogtreecommitdiffstats
path: root/src/glsl
Commit message (Expand)AuthorAgeFilesLines
...
* glsl2: Use as_constant some places instead of constant_expression_valueIan Romanick2010-09-032-3/+3
* glsl2: Allow copy / constant propagation into array indicesIan Romanick2010-09-032-32/+12
* glsl2: Add module to perform simple loop unrollingIan Romanick2010-09-037-3/+123
* glsl2: Track the number of ir_loop_jump instructions that are in a loopIan Romanick2010-09-033-0/+27
* ir_expression: Add static operator_string methodIan Romanick2010-09-032-3/+13
* exec_node: Add insert_before that inserts an entire listIan Romanick2010-09-031-0/+23
* glsl2: Eliminate zero-iteration loopsIan Romanick2010-09-031-1/+7
* glsl2: Perform initial bits of loop analysis during compilationIan Romanick2010-09-032-0/+10
* glsl2: Add module to suss out loop control variables from loop analysis dataIan Romanick2010-09-034-1/+305
* glsl2: Add module to analyze variables used in loopsIan Romanick2010-09-034-1/+672
* ir_validate: Validate loop control fields in ir_loopIan Romanick2010-09-031-0/+35
* glsl2: Add cmp field to ir_loopIan Romanick2010-09-033-6/+34
* glsl2: Set a flag when visiting the assignee of an assignmentIan Romanick2010-09-034-0/+24
* exec_list: Add pop_headIan Romanick2010-09-031-0/+17
* ir_print_visitor: Print empty else blocks more compactlyIan Romanick2010-09-031-9/+13
* glsl2: Update TODO fileIan Romanick2010-09-021-19/+7
* glsl: Apply implicit conversions to structure constructor parameters.Kenneth Graunke2010-09-012-3/+10
* glsl: Convert constant record constructor parameters to ir_constants.Kenneth Graunke2010-09-011-1/+3
* glsl: Reject structure constructors that have too many arguments.Kenneth Graunke2010-09-011-0/+6
* glsl2: Remove unnecessary glsl_symbol_table::get_function parameter return_co...Ian Romanick2010-09-013-9/+4
* glsl2: Remove unused method glsl_type::generate_constructorIan Romanick2010-09-012-59/+0
* glsl2: Remove unused 'constructor' parameter from glsl_symbol_table::add_typeIan Romanick2010-09-012-6/+4
* glsl2: Don't generate constructor functions for structuresIan Romanick2010-09-012-3/+2
* glsl2: Emit structure constructors inlineIan Romanick2010-09-011-37/+70
* glsl: Fix write mask in matrix-from-matrix constructors.Kenneth Graunke2010-09-011-3/+5
* glsl: Add proper handling for constant matrix-from-matrix constructors.Kenneth Graunke2010-09-011-0/+25
* glsl: Move generate_constructor_(matrix|vector) to ir_constant ctor.Kenneth Graunke2010-09-012-99/+36
* ast_function: Fix check for "too few components".Kenneth Graunke2010-09-011-1/+2
* ast_function: Remove bogus cases from generate_constructor_matrix.Kenneth Graunke2010-09-011-29/+8
* glsl: Add forgotten implementations of equal/notEqual on bvecs.Kenneth Graunke2010-09-013-0/+120
* glsl2: Perform algebraic simplifications on logical binary operatorsIan Romanick2010-09-011-0/+52
* glsl2: Allow ir_constant::zero to create boolean constantsIan Romanick2010-09-011-1/+1
* glsl2: Disallow function declarations within function definitions in GLSL 1.20Ian Romanick2010-09-011-1/+36
* glsl2: fix bug in atan(y, x) functionBrian Paul2010-08-312-13/+9
* glsl2: Write vector constructor constants in a single assignmentIan Romanick2010-08-311-11/+72
* ast_to_hir: Add support for bit-wise operators (but not shifts).Kenneth Graunke2010-08-311-2/+53
* linker: Require an exact matching signature when looking for prototypes.Kenneth Graunke2010-08-301-1/+1
* linker: Handle varying arrays, matrices, and arrays of matricesIan Romanick2010-08-301-6/+15
* glsl: Clear the static values of builtin function profiles at release.Eric Anholt2010-08-302-152/+104
* glsl2: Commit generated files changed by previous commitIan Romanick2010-08-303-2553/+2646
* glsl2: Parse #pragma linesIan Romanick2010-08-302-3/+33
* glsl: Silence unused variable warning.José Fonseca2010-08-301-0/+1
* linker: Treat sized and unsized array types as the sameIan Romanick2010-08-291-6/+20
* glsl: Initialize data in ast_function_expression::hir.Vinson Lee2010-08-291-1/+1
* glsl: Completely initialize value member in ir_constant constructor.Vinson Lee2010-08-291-0/+3
* glsl: Initialize variable in ir_swizzle::constant_expression_value.Vinson Lee2010-08-291-1/+1
* glsl: Initialize data in read_constant.Vinson Lee2010-08-291-1/+1
* glsl: Initialize the rest of values of ir_constant::value.Vinson Lee2010-08-281-0/+12
* glsl2: Decompose matrix comparison into vector operationsIan Romanick2010-08-271-9/+97
* glsl: Rename a couple of common variable names in mat_op_to_vec.Eric Anholt2010-08-271-16/+18