mesa: EXT_framebuffer_sRGB interface additions.
[mesa.git] / src / glsl /
2011-01-20 twiedAdd machine generated files to .gitignore
2011-01-20 Kenneth Graunkeglsl: Don't bother unsetting a destructor that was...
2011-01-18 Chad Versaceglsl: Fix segfault due to missing printf argument
2011-01-18 Chad Versaceglsl: Fix semantic checks on precision qualifiers
2011-01-18 Eric Anholtglsl: Skip the rest of loop unrolling if no loops were...
2011-01-17 Chad Versaceglsl: Refresh autogenerated parser files
2011-01-17 Chad Versaceglsl: Remove redundant semantic check in parser
2011-01-17 Chad Versaceglsl: Add support for default precision statements
2011-01-17 Chad Versaceglsl: Add semantic checks for precision qualifiers
2011-01-17 Chad Versaceglsl: Fix parser rule for type_specifier
2011-01-17 Chad Versaceglsl: Change default value of ast_type_specifier::precision
2011-01-17 Chad Versaceglsl: Check that 'centroid in' does not occur in vertex...
2011-01-17 Chad Versaceglsl: Check that interpolation quals only apply to...
2011-01-17 Chad Versaceglsl: Check that interpolation qualifiers do not preced...
2011-01-17 Chad Versaceglsl: Add method ast_type_qualifier::interpolation_string()
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-15 Brian Paulglsl: fix implicit int to bool warning
2011-01-14 Vinson Leegenerate_builtins.py: Whitespace fixes.
2011-01-14 Vinson Leegenerate_builtins.py: Fix builds using Python 2.5.
2011-01-13 Ian Romanickglsl: Emit errors or warnings when 'layout' is used...
2011-01-13 Ian Romanickglsl: Allow 'in' and 'out' when 'layout' is also available
2011-01-13 José Fonsecascons: Fix cross-compilation.
2011-01-13 Kenneth Graunkeglsl/s_expression: Read and ignore Scheme-style comments.
2011-01-13 Kenneth Graunkeglsl/builtins: Remove unnecessary (constant bool (1...
2011-01-13 Kenneth Graunkeir_reader: Make assignment conditions optional.
2011-01-13 Kenneth Graunkeir_reader: Convert to a class.
2011-01-13 Kenneth Graunkeir_reader: Combine the three dereference reading functi...
2011-01-13 Kenneth Graunkeir_reader: Relax requirement that function arguments...
2011-01-13 Kenneth Graunkeir_reader: Remove s_list::length() method.
2011-01-13 Kenneth Graunkeir_reader: Add a pattern matching system and use it...
2011-01-13 Brian Paulglsl: remove trailing comma to silence warning
2011-01-13 Kenneth Graunkeglsl/Makefile: Fix build with --as-needed.
2011-01-12 Ian Romanickglsl: Track variable usage, use that to enforce semantics
2011-01-12 Vinson Leegenerate_builtins.py: Add missing import.
2011-01-12 José Fonsecaglsl: Make builtin_compiler build on Windows with MSVC.
2011-01-12 José Fonsecaglsl: Make builtin_compiler portable for non-unices.
2011-01-12 José Fonsecagetopt: Import OpenBSD getopt implementation for MSVC.
2011-01-12 Kenneth Graunkeglsl: Add type inference support for remaining expressi...
2011-01-11 Eric Anholtglsl: Fix the lowering of variable array indexing to...
2011-01-11 Kenneth Graunkeglsl: Autogenerate builtin_functions.cpp as part of...
2011-01-11 Ian Romanickglsl: Disallow 'in' and 'out' on globals in GLSL 1.20
2011-01-11 Ian Romanickglsl: Refresh autogenerated parser file.
2011-01-11 Ian Romanickglsl: Add version_string containing properly formatted...
2011-01-11 Ian Romanickglcpp: Refresh autogenerated lexer and parser files.
2011-01-11 Ian Romanickglcpp: Generate an error for division by zero
2011-01-11 Chad Versaceglcpp: Regenerate glcpp-parse.c
2011-01-11 Chad Versaceglcpp: Fix segfault when validating macro redefinitions
2011-01-10 Chad Versaceglsl: At link-time, check that globals have matching...
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-09 Brian Paulglsl: add support for system values and GL_ARB_draw_ins...
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.
next