summaryrefslogtreecommitdiff
path: root/src/glsl
AgeCommit message (Expand)Author
2010-12-09android: Add Android.mk's.Chia-I Wu
2010-12-09android: Fix build with bionic.Chia-I Wu
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
2010-11-19glsl: Add lower_vector.cpp to SConscript.Vinson Lee
2010-11-19glsl: Fix matrix constructors with vector parametersIan Romanick
2010-11-19glsl: Combine many instruction lowering passes into one.Kenneth Graunke
2010-11-19glsl: Simplify a type check by using type->is_integer().Kenneth Graunke
2010-11-19glsl: Add ir_quadop_vector expressionIan Romanick
2010-11-19glsl: Add unary ir_expression constructorIan Romanick
2010-11-19glsl: Add ir_rvalue::is_negative_one predicateIan Romanick
2010-11-19glsl: Eliminate assumptions about size of ir_expression::operandsIan Romanick
2010-11-19glsl: Add ir_unop_sin_reduced and ir_unop_cos_reducedIan Romanick
2010-11-18glsl: Make is_zero and is_one virtual methods of ir_rvalueIan Romanick
2010-11-17glsl: Fix 'control reaches end of non-void function' warning.Vinson Lee
2010-11-17glsl: Improve usage message for glsl_compilerChad Versace
2010-11-17glsl: Refactor get_num_operands.Kenneth Graunke
2010-11-17glsl: Remove the ir_binop_cross opcode.Kenneth Graunke