r200: Include mfeatures.h in files that perform feature tests.
[mesa.git] / src / glsl /
2011-01-06 Ian Romanickglsl: Refresh autogenerated lexer and parser files.
2011-01-06 Ian Romanickglsl: Support the 'invariant(all)' pragma
2011-01-06 Ian Romanickglsl: Allow less restrictive uses of sampler array...
2011-01-05 Vinson Leeglcpp: Add test for recursive #define.
2011-01-04 Vinson Leeglcpp: Add division by zero test cases.
2011-01-04 Chad Versaceglsl: Check that integer vertex outputs are qualified...
2011-01-04 Chad Versaceglsl: Allow redeclaration of gl_Color and its variants...
2011-01-04 Chad Versaceglsl: Comment ast_type_qualifier.flags
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-01-01 Kenneth Graunkeglsl: Really remove unused "instructions" parameter.
2011-01-01 Kenneth Graunkeglsl: Remove unused "instructions" parameter.
2010-12-28 Vinson Leeglcpp: Add negative tests for redefintions with valuele...
2010-12-27 Kenneth Graunkeglsl: Support if-flattening beyond a given maximum...
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-18 Kenneth GraunkeRefresh autogenerated file builtin_function.cpp.
2010-12-18 Kenneth Graunkeglsl/builtins: Compute the correct value for smoothstep...
2010-12-17 Kenneth Graunkeglsl: Expose a public glsl_type::void_type const pointer.
2010-12-14 Brian Paulglsl: new glsl_strtod() wrapper to fix decimal point...
2010-12-13 Ian Romanicklinker: Allow built-in arrays to have different sizes...
2010-12-11 Ian Romanickglsl: Inherrit type of declared variable from initializ...
2010-12-11 Ian Romanickglsl: Minor clean-up in validate_assignment
2010-12-10 Luca Barbieriglsl: Unroll loops with conditional breaks anywhere...
2010-12-10 Kenneth Graunkeglsl: Consider the "else" branch when looking for loop...
2010-12-10 Kenneth Graunkeglsl: Clean up code by adding a new is_break() function.
2010-12-09 Eric Anholtglsl: Correct the marking of InputsRead/OutputsWritten...
2010-12-09 Fabian Bielerglsl: fix lowering conditional returns in subroutines
2010-12-09 Chad Versaceglsl: In ast_to_hir, check sampler array indexing
2010-12-08 Ian Romanicklinker: Fix regressions caused by previous commit
2010-12-08 Ian Romanicklinker: Ensure that unsized arrays have a size after...
2010-12-08 Ian Romanickglsl: Inherrit type of declared variable from initializer
2010-12-07 Ian Romanickglsl: Ensure that equality comparisons don't return...
2010-12-07 Kenneth GraunkeRefresh autogenerated glcpp parser.
2010-12-07 Kenneth Graunkeglcpp: Don't emit SPACE tokens in conditional_tokens...
2010-12-06 Kenneth Graunkeglsl: Properly add functions during lazy built-in proto...
2010-12-06 Kenneth Graunkeglsl: Factor out code which emits a new function into...
2010-12-03 Kenneth Graunkeir_print_visitor: Print out constant structure values.
2010-12-02 Eric Anholtglsl: Fix flipped return of has_value() for array const...
2010-12-02 Chad Versaceglsl: Fix linker bug in cross_validate_globals()
2010-12-02 Eric Anholtglsl: Mark the array access for whole-array comparisons.
2010-12-01 Ian Romanickglsl: Lower ir_binop_pow to a sequence of EXP2 and...
2010-12-01 Ian Romanickglsl: Use M_LOG2E constant instead of calling log2
2010-12-01 Kenneth Graunkeglsl: Add comments to lower_jumps (from the commit...
2010-12-01 Kenneth Graunkeglsl: Remove "discard" support from lower_jumps.
2010-12-01 Kenneth Graunkeglsl: Add a lowering pass to move discards out of if...
2010-12-01 Kenneth Graunkeglsl: Add an optimization pass to simplify discards.
2010-11-30 Kenneth Graunkeglsl/linker: Free any IR discarded by optimization...
2010-11-30 Kenneth Graunkeglsl: Remove anti-built-in hacks from the print visitor.
2010-11-30 Kenneth Graunkeglsl: Lazily import built-in function prototypes.
2010-11-30 Kenneth Graunkeglsl: Refactor out cloning of function prototypes.
2010-11-30 Aras Pranckeviciusglsl: fix matrix type check in ir_algebraic
2010-11-30 Eric Anholtglsl: Quiet unreachable no-return-from-function warning.
2010-11-30 Eric Anholtglsl: Fix structure and array comparisions.
2010-11-30 Eric Anholtglsl: Add a helper constructor for expressions that...
2010-11-30 Eric Anholtglsl: Make the symbol table's add_variable just use...
2010-11-30 Eric Anholtglsl: Make the symbol table's add_function just use...
2010-11-25 Kenneth Graunkeglsl: Add a virtual as_discard() method.
2010-11-25 Kenneth Graunkeglsl: Use do_common_optimization in the standalone...
2010-11-25 Kenneth Graunkeglsl: Don't inline function prototypes.
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-20 Eric Anholtglsl: Add a helper function for determining if an rvalu...
2010-11-20 Vinson Leeglsl: Fix type of label 'default' in switch statement.
2010-11-20 Vinson Leeglsl: Add lower_vector.cpp to SConscript.
2010-11-20 Ian Romanickglsl: Fix matrix constructors with vector parameters
2010-11-19 Kenneth Graunkeglsl: Combine many instruction lowering passes into...
2010-11-19 Kenneth Graunkeglsl: Simplify a type check by using type->is_integer().
2010-11-19 Ian Romanickglsl: Add ir_quadop_vector expression
2010-11-19 Ian Romanickglsl: Add unary ir_expression constructor
2010-11-19 Ian Romanickglsl: Add ir_rvalue::is_negative_one predicate
2010-11-19 Ian Romanickglsl: Eliminate assumptions about size of ir_expression...
2010-11-19 Ian Romanickglsl: Add ir_unop_sin_reduced and ir_unop_cos_reduced
2010-11-19 Ian Romanickglsl: Make is_zero and is_one virtual methods of ir_rvalue
2010-11-18 Vinson Leeglsl: Fix 'control reaches end of non-void function...
2010-11-17 Chad Versaceglsl: Improve usage message for glsl_compiler
2010-11-17 Kenneth Graunkeglsl: Refactor get_num_operands.
2010-11-17 Kenneth Graunkeglsl: Remove the ir_binop_cross opcode.
2010-11-17 Kenneth GraunkeRefresh autogenerated file builtin_function.cpp.
2010-11-17 Kenneth Graunkeglsl: Reimplement the "cross" built-in without ir_binop...
2010-11-17 Kenneth GraunkeRegenerate glcpp parser.
2010-11-17 Kenneth Graunkeglsl: Unconditionally define GL_FRAGMENT_PRECISION_HIGH...
2010-11-17 Chad Versaceglsl: Fix Doxygen tag \file in recently renamed files
2010-11-17 Chad Versaceglsl: Fix erroneous cast in ast_jump_statement::hir()
2010-11-17 Kenneth Graunkeglsl: Fix constant expression handling for <, >, <...
2010-11-17 Kenneth GraunkeRefresh autogenerated glcpp parser.
2010-11-17 Kenneth Graunkeglcpp: Define GL_FRAGMENT_PRECISION_HIGH if GLSL versio...
2010-11-16 Ian Romanickglsl: Simplify generation of swizzle for vector constru...
2010-11-16 Ian Romanickglsl: Refactor is_vec_{zero,one} to be methods of ir_co...
2010-11-16 Vinson Leeglsl: Add ir_constant_expression.cpp to SConscript.
2010-11-16 Brian Paulglsl: remove opt_constant_expression.cpp from SConscript
2010-11-16 Brian Paulglsl: fix assorted MSVC warnings
2010-11-16 Kenneth Graunkeglsl: Rename various ir_* files to lower_* and opt_*.
2010-11-15 Kenneth Graunkeglsl: Remove unused and out of date Makefile.am.
2010-11-15 Kenneth Graunkeglsl: Add constant expression handling for asinh, acosh...
2010-11-15 Kenneth Graunkeglsl: Refresh autogenerated file builtin_function.cpp.
2010-11-15 Kenneth Graunkeglsl: Implement the asinh, acosh, and atanh built-in...
2010-11-15 Kenneth Graunkegenerate_builtins.py: Fix inconsistent use of tabs...
2010-11-15 Kenneth Graunkeglsl: Refresh autogenerated lexer and parser files.
2010-11-15 Kenneth Graunkeglsl: Add support for the 'u' and 'U' unsigned integer...
2010-11-15 Kenneth Graunkeglsl: Add new keywords and reserved words for GLSL...
2010-11-15 Kenneth Graunkeglsl: Rework reserved word/keyword handling in the...
2010-11-15 Kenneth Graunkeglsl: Convert glsl_type::base_type from #define'd const...
next