summaryrefslogtreecommitdiff
path: root/src/glsl
AgeCommit message (Expand)Author
2010-09-05ir_reader: Only validate IR when a global 'debug' flag is set.Kenneth Graunke
2010-09-04ir_reader: Run ir_validate on the generated IR.Kenneth Graunke
2010-09-04ir_reader: Emit global variables at the top of the instruction list.Kenneth Graunke
2010-09-04ir_reader: Drop support for reading the old assignment format.Kenneth Graunke
2010-09-04glsl: Regenerate autogenerated file builtin_function.cpp.Kenneth Graunke
2010-09-04glsl/builtins: Convert assignments to new format (with write mask).Kenneth Graunke
2010-09-04ir_reader: Read the new assignment format (with write mask).Kenneth Graunke
2010-09-04ir_reader: Track the current function and report it in error messages.Kenneth Graunke
2010-09-04glsl/builtins: Actually print the info log if reading a builtin failed.Kenneth Graunke
2010-09-03exec_list: replace class with structBrian Paul
2010-09-03glsl2: Use as_constant some places instead of constant_expression_valueIan Romanick
2010-09-03glsl2: Allow copy / constant propagation into array indicesIan Romanick
2010-09-03glsl2: Add module to perform simple loop unrollingIan Romanick
2010-09-03glsl2: Track the number of ir_loop_jump instructions that are in a loopIan Romanick
2010-09-03ir_expression: Add static operator_string methodIan Romanick
2010-09-03exec_node: Add insert_before that inserts an entire listIan Romanick
2010-09-03glsl2: Eliminate zero-iteration loopsIan Romanick
2010-09-03glsl2: Perform initial bits of loop analysis during compilationIan Romanick
2010-09-03glsl2: Add module to suss out loop control variables from loop analysis dataIan Romanick
2010-09-03glsl2: Add module to analyze variables used in loopsIan Romanick
2010-09-03ir_validate: Validate loop control fields in ir_loopIan Romanick
2010-09-03glsl2: Add cmp field to ir_loopIan Romanick
2010-09-03glsl2: Set a flag when visiting the assignee of an assignmentIan Romanick
2010-09-03exec_list: Add pop_headIan Romanick
2010-09-03ir_print_visitor: Print empty else blocks more compactlyIan Romanick
2010-09-02glsl2: Update TODO fileIan Romanick
2010-09-01glsl: Apply implicit conversions to structure constructor parameters.Kenneth Graunke
2010-09-01glsl: Convert constant record constructor parameters to ir_constants.Kenneth Graunke
2010-09-01glsl: Reject structure constructors that have too many arguments.Kenneth Graunke
2010-09-01glsl2: Remove unnecessary glsl_symbol_table::get_function parameter return_co...Ian Romanick
2010-09-01glsl2: Remove unused method glsl_type::generate_constructorIan Romanick
2010-09-01glsl2: Remove unused 'constructor' parameter from glsl_symbol_table::add_typeIan Romanick
2010-09-01glsl2: Don't generate constructor functions for structuresIan Romanick
2010-09-01glsl2: Emit structure constructors inlineIan Romanick
2010-09-01glsl: Fix write mask in matrix-from-matrix constructors.Kenneth Graunke
2010-09-01glsl: Add proper handling for constant matrix-from-matrix constructors.Kenneth Graunke
2010-09-01glsl: Move generate_constructor_(matrix|vector) to ir_constant ctor.Kenneth Graunke
2010-09-01ast_function: Fix check for "too few components".Kenneth Graunke
2010-09-01ast_function: Remove bogus cases from generate_constructor_matrix.Kenneth Graunke
2010-09-01glsl: Add forgotten implementations of equal/notEqual on bvecs.Kenneth Graunke
2010-09-01glsl2: Perform algebraic simplifications on logical binary operatorsIan Romanick
2010-09-01glsl2: Allow ir_constant::zero to create boolean constantsIan Romanick
2010-09-01glsl2: Disallow function declarations within function definitions in GLSL 1.20Ian Romanick
2010-08-31glsl2: fix bug in atan(y, x) functionBrian Paul
2010-08-31glsl2: Write vector constructor constants in a single assignmentIan Romanick
2010-08-31ast_to_hir: Add support for bit-wise operators (but not shifts).Kenneth Graunke
2010-08-30linker: Require an exact matching signature when looking for prototypes.Kenneth Graunke
2010-08-30linker: Handle varying arrays, matrices, and arrays of matricesIan Romanick
2010-08-30glsl: Clear the static values of builtin function profiles at release.Eric Anholt
2010-08-30glsl2: Commit generated files changed by previous commitIan Romanick