Use C-style system headers in C++ code to avoid issues with std:: namespace
[mesa.git] / src / glsl /
2011-02-21 Ian RomanickUse C-style system headers in C++ code to avoid issues...
2011-02-19 Kenneth Graunkeglsl: Remove $(PWD) from Makefile in favor of .
2011-02-16 Ian Romanicklinker: Fix off-by-one error implicit array sizing
2011-02-15 Chad Versaceglsl: Reinstate constant-folding for division by zero
2011-02-15 Chad VersaceRevert "glsl: Fix constant-folding for reciprocal expre...
2011-02-12 Christopher James... mesa: Optionally build a dricore support library (v3)
2011-02-11 Ian Romanickglcpp: regerated files
2011-02-11 Ian Romanickglsl: Regenerate files modified by previous commits
2011-02-11 Ian Romanickglsl: Finish out the reduce/reduce error fixes
2011-02-11 Keith Packardglsl: Eliminate reduce/reduce conflicts in glsl grammar
2011-02-11 José Fonsecascons: builtin_glsl_function on windows needs bundled...
2011-02-11 José Fonsecascons: Try to support building 64bit binaries on 32bit...
2011-02-11 Tobias Jakobiglsl: Fix parallel build.
2011-02-11 Kenneth Graunkeglsl/Makefile: glcpp doesn't need libglsl.a.
2011-02-08 Eric Anholtglsl: Disable the new copy propagation pass until it...
2011-02-08 Chad Versaceglsl: Set operators '%' and '%=' to be reserved when...
2011-02-04 Ian Romanicklinker: Generate link errors when ES shaders are missin...
2011-02-04 Vinson Leeglsl: Add opt_copy_propagation_elements.cpp to SConscript.
2011-02-04 Eric Anholtglsl: Remove extra checks for constant true assignment...
2011-02-04 Eric Anholtglsl: Fix a comment typo in copy propagation.
2011-02-04 Eric Anholtglsl: Add a new opt_copy_propagation variant that does...
2011-02-04 Vinson Leeralloc: Add missing va_end following va_copy.
2011-02-04 Vinson Leeglsl: Add using statements for standard library functions.
2011-02-02 Chad Versaceglcpp: Raise error when modulus is zero
2011-02-02 Chad Versaceglsl: Avoid division-by-zero during constant-folding
2011-02-02 Chad Versaceglsl: Fix constant-folding for reciprocal expressions
2011-02-02 Kenneth Graunkeglsl: Fix use of uninitialized values in _mesa_glsl_par...
2011-02-02 Kenneth Graunkeglsl: Fix invalid use of ralloc_asprintf in prototype_s...
2011-02-01 José Fonsecaglsl: Fix printf_length() on MSVC.
2011-02-01 Kenneth Graunkeglsl: Fix memory error when creating the supported...
2011-02-01 Kenneth Graunketexture_builtins.py: Fix a warning about mixed tabs...
2011-01-31 Ian Romanickglsl: Refresh autogenerated lexer and parser files.
2011-01-31 Ian Romanickglsl: Reject shader versions not supported by the imple...
2011-01-31 Ian Romanickglsl: Ensure that all GLSL versions are supported in...
2011-01-31 Ian Romanickglsl: Fix dependencies / linkage for glsl_compiler
2011-01-31 Brian Paulglsl: regerated files
2011-01-31 Brian Paulglsl: make _token_list_is_empty_ignoring_space() static
2011-01-31 Brian Paulscons/glsl: add top-level 'include' dir to CPPPATH
2011-01-31 Brian Paulglsl: add cast to silence signed/unsigned comparison...
2011-01-31 José Fonsecaglsl: Define va_copy on MSVC.
2011-01-31 Kenneth Graunkeglsl/builtins: Uncomment prototypes for texture*Offset...
2011-01-31 Kenneth Graunketexture_builtins.py: Generate texture*Offset functions.
2011-01-31 Kenneth Graunketexture_builtins.py: Generalize the "use_proj" field...
2011-01-31 Kenneth Graunketexture_builtins.py: Refactor coordinate dimension...
2011-01-31 Kenneth Graunkeglsl: Introduce a new "const_in" variable mode.
2011-01-31 Kenneth Graunkeglsl: Change texel offsets to a single vector rvalue.
2011-01-31 Kenneth Graunkeglsl: Re-synchronize ir_variable_mode and the printer...
2011-01-31 Kenneth GraunkeRemove talloc from the SCons build system.
2011-01-31 Kenneth GraunkeRemove talloc from the make and automake build systems.
2011-01-31 Kenneth Graunkeralloc: a new MIT-licensed recursive memory allocator.
2011-01-31 Kenneth GraunkeConvert everything from the talloc API to the ralloc...
2011-01-31 Kenneth Graunkeralloc: Add a fake implementation of ralloc based on...
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...
next