summaryrefslogtreecommitdiff
path: root/src/glsl
AgeCommit message (Expand)Author
2011-01-01glsl: Really remove unused "instructions" parameter.Kenneth Graunke
2011-01-01glsl: Remove unused "instructions" parameter.Kenneth Graunke
2010-12-27glcpp: Add negative tests for redefintions with valueless macros.Vinson Lee
2010-12-27glsl: Support if-flattening beyond a given maximum nesting depth.Kenneth Graunke
2010-12-17Refresh autogenerated file builtin_function.cpp.Kenneth Graunke
2010-12-17glsl/builtins: Compute the correct value for smoothstep(vec, vec, vec).Kenneth Graunke
2010-12-17glsl: Expose a public glsl_type::void_type const pointer.Kenneth Graunke
2010-12-14glsl: new glsl_strtod() wrapper to fix decimal point interpretationBrian Paul
2010-12-13linker: Allow built-in arrays to have different sizes between shader stagesIan Romanick
2010-12-10glsl: Inherrit type of declared variable from initializer after processing as...Ian Romanick
2010-12-10glsl: Minor clean-up in validate_assignmentIan Romanick
2010-12-09glsl: Unroll loops with conditional breaks anywhere (not just the end)Luca Barbieri
2010-12-09glsl: Consider the "else" branch when looking for loop breaks.Kenneth Graunke
2010-12-09glsl: Clean up code by adding a new is_break() function.Kenneth Graunke
2010-12-09glsl: Correct the marking of InputsRead/OutputsWritten on in/out matrices.Eric Anholt
2010-12-09glsl: fix lowering conditional returns in subroutinesFabian Bieler
2010-12-08glsl: In ast_to_hir, check sampler array indexingChad Versace
2010-12-07linker: Fix regressions caused by previous commitIan Romanick
2010-12-07linker: Ensure that unsized arrays have a size after linkingIan Romanick
2010-12-07glsl: Inherrit type of declared variable from initializerIan Romanick
2010-12-07glsl: Ensure that equality comparisons don't return a NULL IR treeIan Romanick
2010-12-07Refresh autogenerated glcpp parser.Kenneth Graunke
2010-12-07glcpp: Don't emit SPACE tokens in conditional_tokens production.Kenneth Graunke
2010-12-06glsl: Properly add functions during lazy built-in prototype importing.Kenneth Graunke
2010-12-06glsl: Factor out code which emits a new function into the IR stream.Kenneth Graunke
2010-12-03ir_print_visitor: Print out constant structure values.Kenneth Graunke
2010-12-02glsl: Fix flipped return of has_value() for array constants.Eric Anholt
2010-12-01glsl: Fix linker bug in cross_validate_globals()Chad Versace
2010-12-01glsl: Mark the array access for whole-array comparisons.Eric Anholt
2010-12-01glsl: Lower ir_binop_pow to a sequence of EXP2 and LOG2Ian Romanick
2010-12-01glsl: Use M_LOG2E constant instead of calling log2Ian Romanick
2010-12-01glsl: Add comments to lower_jumps (from the commit message).Kenneth Graunke
2010-12-01glsl: Remove "discard" support from lower_jumps.Kenneth Graunke
2010-12-01glsl: Add a lowering pass to move discards out of if-statements.Kenneth Graunke
2010-12-01glsl: Add an optimization pass to simplify discards.Kenneth Graunke
2010-11-30glsl/linker: Free any IR discarded by optimization passes.Kenneth Graunke
2010-11-30glsl: Remove anti-built-in hacks from the print visitor.Kenneth Graunke
2010-11-30glsl: Lazily import built-in function prototypes.Kenneth Graunke
2010-11-30glsl: Refactor out cloning of function prototypes.Kenneth Graunke
2010-11-30glsl: fix matrix type check in ir_algebraicAras Pranckevicius
2010-11-30glsl: Quiet unreachable no-return-from-function warning.Eric Anholt
2010-11-30glsl: Fix structure and array comparisions.Eric Anholt
2010-11-30glsl: Add a helper constructor for expressions that works out result type.Eric Anholt
2010-11-29glsl: Make the symbol table's add_variable just use the variable's name.Eric Anholt
2010-11-29glsl: Make the symbol table's add_function just use the function's name.Eric Anholt
2010-11-25glsl: Add a virtual as_discard() method.Kenneth Graunke
2010-11-25glsl: Use do_common_optimization in the standalone compiler.Kenneth Graunke
2010-11-25glsl: Don't inline function prototypes.Kenneth Graunke
2010-11-19glsl: Add a helper function for determining if an rvalue could be a saturate.Eric Anholt
2010-11-19glsl: Fix type of label 'default' in switch statement.Vinson Lee