autoconf: don't use CFLAGS for cpp files
[mesa.git] / src / glsl /
2011-03-16 Tobias Drosteautoconf: don't use CFLAGS for cpp files
2011-03-16 José Fonsecaglsl2: Silence unused added variable gcc warning.
2011-03-16 Brian Paulglsl: add cast to silence signed/unsigned comparison...
2011-03-15 Ian Romanickglsl: Only allow unsized array assignment in an initializer
2011-03-15 Eric Anholtglsl: Skip processing the first function's body in...
2011-03-15 Eric Anholtglsl: Whitespace fixup in opt_dead_functions.cpp.
2011-03-15 Eric Anholtglsl: Skip processing of expression trees in discard...
2011-03-15 Eric Anholtglsl: Reduce processing of expression trees in do_struc...
2011-03-15 Eric Anholtglsl: Skip processing expression trees in do_if_simplif...
2011-03-15 Eric Anholtglsl: Skip processing expression trees in optimize_redu...
2011-03-15 Jose Fonsecascons: copy hash_table.c, symbol_table.c to glsl directory
2011-03-14 Kenneth Graunkeglsl: Explicitly specify a type when reading/printing...
2011-03-14 Kenneth Graunketexture_builtins.py: Add support for 130-style Shadow...
2011-03-13 Chad Versaceglsl: Document glsl_type::sampler_dimensionality
2011-03-11 Eric Anholtmesa: Add gl_MESAFogParamsOptimized for our special...
2011-03-11 Eric Anholtmesa: Add a builtin uniform for the ATI_envmap_bumpmap...
2011-03-10 Brian Paulglsl: silence warning in printf() with a cast
2011-03-08 Ian Romanickglsl: Use insert_before for lists instead of open coding it
2011-03-08 Ian Romanicklinker: Add imported functions to the linked IR
2011-03-08 Ian Romanickglsl: Add several function / call related validations
2011-03-08 Ian Romanickglsl: Function signatures cannot have NULL return type
2011-03-05 Ian Romanickglsl: Process redeclarations before initializers
2011-03-05 Ian Romanickglsl: Refactor AST-to-HIR code handling variable initia...
2011-03-05 Ian Romanickglsl: Refactor AST-to-HIR code handling variable redecl...
2011-03-04 José Fonsecascons: Unbreak mingw cross compilation.
2011-03-04 José Fonsecascons: Get glsl2 and glcpp programs building correctly.
2011-03-04 José Fonsecaglsl/glcpp: Use stdio.h instead of unistd.h.
2011-03-04 José Fonsecaglsl: Define YY_NO_UNISTD_H on MSVC.
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-03 Kenneth Graunkeglcpp: Remove trailing contexts from #if rules.
2011-03-03 Kenneth Graunkeglcpp: Rework lexer to use a SKIP state rather than...
2011-03-03 Kenneth Graunkeglcpp/tests: Update 063-comments.c.expected to match...
2011-03-03 José Fonsecascons: More tweaks to fix MinGW build.
2011-03-03 José Fonsecascons: Ensure generated headers are in the include...
2011-03-02 Kenneth Graunkeglsl: Remove unused glcpp/Makefile.am.
2011-03-02 Kenneth Graunkeglsl: Remove 'tests' subfolder.
2011-03-01 Kenneth Graunkescons: Use Flex and Bison to generate lexer/parser...
2011-03-01 Kenneth Graunkeglsl: Rename .lpp to .ll and .ypp to .yy.
2011-03-01 Ian RomanickAdd generated parser / lexer files to gitignore lists
2011-03-01 Ian Romanickglcpp: Remove files generated by flex and bison from GIT
2011-03-01 Ian Romanickglsl: Remove files generated by flex and bison from GIT
2011-02-28 Kenneth Graunkeglsl: Enable GL_OES_texture_3D extension for ES2.
2011-02-28 Kenneth Graunkeglsl: Use reralloc instead of plain realloc.
2011-02-27 Kenneth Graunkeglsl/builtins: Fix return type for textureSize sampler2...
2011-02-26 Arkadiusz Miskiewiczglsl/Makefile: Remove builtin_function.cpp if generatio...
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
next