glx: fix GLXChangeDrawableAttributesSGIX request
[mesa.git] / src / glsl /
2011-01-28 Carl WorthRevert "glcpp: Demote "macro redefined" from an error...
2011-01-28 Carl Worthglcpp: Demote "macro redefined" from an error to a...
2011-01-27 Chad Versaceglsl: Refresh autogenerated lexer file
2011-01-27 Chad Versaceglsl: Remove extraneously extraneous parens
2011-01-27 Chad Versaceglsl: Enable AMD_conservative_depth in parser
2011-01-27 Chad Versaceglsl: Raise linking error if gl_FragDepth layout is...
2011-01-27 Chad Versaceglsl: Propagate depth layout qualifier from AST to IR
2011-01-27 Chad Versaceglsl: Define enum ir_depth_layout
2011-01-27 Chad Versaceglsl: Refresh autogenerated parser files
2011-01-27 Chad Versaceglsl: Add support for AMD_conservative_depth to parser
2011-01-27 Chad Versaceglsl: Add depth layout qualifiers to ast_type_qualifier
2011-01-27 Chad Versaceglcpp: Conditionally define macro GL_AMD_conservative_depth
2011-01-25 Ian Romanicklinker: Propagate max_array_access while linking functions
2011-01-25 Ian Romanicklinker: Set sizes for non-global arrays as well
2011-01-25 Brian Paulglsl: silence uninitialized var warning in read_texture()
2011-01-24 Jakob Bornecrantzglsl: Fix mingw crosscompile
2011-01-24 Kenneth Graunkeglsl: Remove long unused 'configure.ac' file.
2011-01-23 Ian Romanickglsl: Don't assert when the value returned by a functio...
2011-01-21 Kenneth Graunkeglcpp: Regenerate parser files.
2011-01-21 Kenneth Graunkeglcpp: Remove use of talloc reference counting.
2011-01-21 Kenneth Graunkeglsl, i965: Remove unnecessary talloc includes.
2011-01-21 Chad Versaceglsl: Improve error message when read-only vars are...
2011-01-21 Chad Versaceglsl: Mark 'in' variables at global scope as read-only
2011-01-21 Chad Versaceglsl: Remove unused class ast_declaration_statment
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...
next