summaryrefslogtreecommitdiff
path: root/src/glsl
AgeCommit message (Expand)AuthorFilesLines
2010-09-05glsl: Add new files to sconscript.José Fonseca1-0/+3
2010-09-05ir_reader: Only validate IR when a global 'debug' flag is set.Kenneth Graunke1-1/+4
2010-09-04ir_reader: Run ir_validate on the generated IR.Kenneth Graunke1-0/+2
2010-09-04ir_reader: Emit global variables at the top of the instruction list.Kenneth Graunke1-2/+11
2010-09-04ir_reader: Drop support for reading the old assignment format.Kenneth Graunke1-6/+4
2010-09-04glsl: Regenerate autogenerated file builtin_function.cpp.Kenneth Graunke1-402/+390
2010-09-04glsl/builtins: Convert assignments to new format (with write mask).Kenneth Graunke15-398/+389
2010-09-04ir_reader: Read the new assignment format (with write mask).Kenneth Graunke1-6/+46
2010-09-04ir_reader: Track the current function and report it in error messages.Kenneth Graunke1-0/+6
2010-09-04glsl/builtins: Actually print the info log if reading a builtin failed.Kenneth Graunke1-0/+1
2010-09-03exec_list: replace class with structBrian Paul1-1/+1
2010-09-03glsl2: Use as_constant some places instead of constant_expression_valueIan Romanick2-3/+3
2010-09-03glsl2: Allow copy / constant propagation into array indicesIan Romanick2-32/+12
2010-09-03glsl2: Add module to perform simple loop unrollingIan Romanick7-3/+123
2010-09-03glsl2: Track the number of ir_loop_jump instructions that are in a loopIan Romanick3-0/+27
2010-09-03ir_expression: Add static operator_string methodIan Romanick2-3/+13
2010-09-03exec_node: Add insert_before that inserts an entire listIan Romanick1-0/+23
2010-09-03glsl2: Eliminate zero-iteration loopsIan Romanick1-1/+7
2010-09-03glsl2: Perform initial bits of loop analysis during compilationIan Romanick2-0/+10
2010-09-03glsl2: Add module to suss out loop control variables from loop analysis dataIan Romanick4-1/+305
2010-09-03glsl2: Add module to analyze variables used in loopsIan Romanick4-1/+672
2010-09-03ir_validate: Validate loop control fields in ir_loopIan Romanick1-0/+35
2010-09-03glsl2: Add cmp field to ir_loopIan Romanick3-6/+34
2010-09-03glsl2: Set a flag when visiting the assignee of an assignmentIan Romanick4-0/+24
2010-09-03exec_list: Add pop_headIan Romanick1-0/+17
2010-09-03ir_print_visitor: Print empty else blocks more compactlyIan Romanick1-9/+13
2010-09-02glsl2: Update TODO fileIan Romanick1-19/+7
2010-09-01glsl: Apply implicit conversions to structure constructor parameters.Kenneth Graunke2-3/+10
2010-09-01glsl: Convert constant record constructor parameters to ir_constants.Kenneth Graunke1-1/+3
2010-09-01glsl: Reject structure constructors that have too many arguments.Kenneth Graunke1-0/+6
2010-09-01glsl2: Remove unnecessary glsl_symbol_table::get_function parameter return_co...Ian Romanick3-9/+4
2010-09-01glsl2: Remove unused method glsl_type::generate_constructorIan Romanick2-59/+0
2010-09-01glsl2: Remove unused 'constructor' parameter from glsl_symbol_table::add_typeIan Romanick2-6/+4
2010-09-01glsl2: Don't generate constructor functions for structuresIan Romanick2-3/+2
2010-09-01glsl2: Emit structure constructors inlineIan Romanick1-37/+70
2010-09-01glsl: Fix write mask in matrix-from-matrix constructors.Kenneth Graunke1-3/+5
2010-09-01glsl: Add proper handling for constant matrix-from-matrix constructors.Kenneth Graunke1-0/+25
2010-09-01glsl: Move generate_constructor_(matrix|vector) to ir_constant ctor.Kenneth Graunke2-99/+36
2010-09-01ast_function: Fix check for "too few components".Kenneth Graunke1-1/+2
2010-09-01ast_function: Remove bogus cases from generate_constructor_matrix.Kenneth Graunke1-29/+8
2010-09-01glsl: Add forgotten implementations of equal/notEqual on bvecs.Kenneth Graunke3-0/+120
2010-09-01glsl2: Perform algebraic simplifications on logical binary operatorsIan Romanick1-0/+52
2010-09-01glsl2: Allow ir_constant::zero to create boolean constantsIan Romanick1-1/+1
2010-09-01glsl2: Disallow function declarations within function definitions in GLSL 1.20Ian Romanick1-1/+36
2010-08-31glsl2: fix bug in atan(y, x) functionBrian Paul2-13/+9
2010-08-31glsl2: Write vector constructor constants in a single assignmentIan Romanick1-11/+72
2010-08-31ast_to_hir: Add support for bit-wise operators (but not shifts).Kenneth Graunke1-2/+53
2010-08-30linker: Require an exact matching signature when looking for prototypes.Kenneth Graunke1-1/+1
2010-08-30linker: Handle varying arrays, matrices, and arrays of matricesIan Romanick1-6/+15
2010-08-30glsl: Clear the static values of builtin function profiles at release.Eric Anholt2-152/+104