glsl: Refactor AST-to-HIR code handling variable initializers
[mesa.git] / src / glsl / glcpp /
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-02 Kenneth Graunkeglsl: Remove unused glcpp/Makefile.am.
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-02-11 Ian Romanickglcpp: regerated files
2011-02-02 Chad Versaceglcpp: Raise error when modulus is zero
2011-01-31 Brian Paulglsl: regerated files
2011-01-31 Brian Paulglsl: make _token_list_is_empty_ignoring_space() static
2011-01-31 Kenneth GraunkeConvert everything from the talloc API to the ralloc...
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 parser files
2011-01-27 Chad Versaceglcpp: Conditionally define macro GL_AMD_conservative_depth
2011-01-21 Kenneth Graunkeglcpp: Regenerate parser files.
2011-01-21 Kenneth Graunkeglcpp: Remove use of talloc reference counting.
2011-01-15 Brian PaulMerge branch 'draw-instanced'
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-05 Vinson Leeglcpp: Add test for recursive #define.
2011-01-04 Vinson Leeglcpp: Add division by zero test cases.
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2010-12-28 Vinson Leeglcpp: Add negative tests for redefintions with valuele...
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-07 Kenneth GraunkeRefresh autogenerated glcpp parser.
2010-12-07 Kenneth Graunkeglcpp: Don't emit SPACE tokens in conditional_tokens...
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-17 Kenneth GraunkeRegenerate glcpp parser.
2010-11-17 Kenneth Graunkeglsl: Unconditionally define GL_FRAGMENT_PRECISION_HIGH...
2010-11-17 Kenneth GraunkeRefresh autogenerated glcpp parser.
2010-11-17 Kenneth Graunkeglcpp: Define GL_FRAGMENT_PRECISION_HIGH if GLSL versio...
2010-11-08 Benjamin Franzker600g: implement texture_get_handle (needed for eglExpo...
2010-10-21 Kenneth Graunkeglcpp: Refresh autogenerated lexer file.
2010-10-21 Kenneth Graunkeglcpp: Return NEWLINE token for newlines inside multi...
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-15 Ian Romanickglsl: Slightly change the semantic of _LinkedShaders
2010-10-08 Ian Romanickglcpp: Regenerate files changes by previous commit
2010-10-08 Ian Romanickglcpp: Add the define for ARB_explicit_attrib_location...
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-08 Kenneth Graunkeglcpp: Fix build on non-GCC compilers.
2010-09-08 Kenneth Graunkeglsl: Define GL_ES preprocessor macro if API is OpenGL...
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-27 Brian Paulglsl2: remove 'extern' keyword in .c file
2010-08-25 Aras Pranckeviciusglsl/mesa: fixes for MSVC
2010-08-24 Chia-I Wuglsl: Include main/core.h.
2010-08-23 Carl Worthglcpp: Make standalone preprocessor work with a tty...
2010-08-23 Carl Worthglcpp: Fix test suite to avoid flagging failed tests...
2010-08-23 Carl Worthglcpp: Fix segfault in standalone preprocessor for...
2010-08-23 Carl Worthglcpp: Update generated glcpp-lex.c for the last two...
2010-08-23 Carl Worthglcpp: Fix handling of "#line 0"
2010-08-23 Carl Worthglcpp: Fix source numbers set with "#line LINE_NUMBER...
2010-08-23 Carl Worthglcpp: Add new test for #line directive.
2010-08-23 Carl Worthglcpp: Update README file (new specifications and fewer...
2010-08-23 Carl Worthglcpp: Add test for the #error directive.
2010-08-19 Kenneth Graunkeglcpp: Refresh autogenerated lexer.
2010-08-19 Kenneth Graunkeglcpp: Add basic #line support (adapted from the main...
2010-08-18 Carl Worthglcpp: Refresh generated files.
2010-08-18 Carl Worthglcpp: Add support for "redefined macro" error.
2010-08-18 Carl Worthglcpp: Add two new tests for testing redefined macros.
2010-08-18 Carl Worthglcpp: Allow standalone glcpp to accept a filename...
2010-08-18 Carl Worthglcpp: Fix 064-version.c expected result to track recen...
2010-08-18 Carl Worthglcpp: Regenerated glcpp-lex.c from previous commit.
2010-08-18 Carl Worthglcpp: Don't include the newline when discarding single...
2010-08-18 Eric Anholtglcpp: Add testcase for #if handling bug that breaks...
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-16 Kenneth Graunkeglcpp: Refresh autogenerated lexer and parser.
2010-08-16 Kenneth Graunkeglcpp: Remove spurious newline generated by #version...
2010-08-14 José FonsecaRevert "glsl2: Use stdint.h instead of inttypes.h"
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-14 Kenneth Graunkeglsl2: Refresh autogenerated bison parser.
2010-08-14 Vinson LeeFix an MSVC build error (bugzilla 29570).
2010-08-13 Ian Romanickglsl2: Use stdint.h instead of inttypes.h
2010-08-13 Ian Romanickglsl2: Commit generated file changed by previous commit
2010-08-13 Ian Romanickglsl2: Use --nounistd to fix MSVC build
2010-08-13 Jakob Bornecrantzglsl2: Include string.h in preprocessor
2010-08-12 Ian Romanickglsl2: Commit generated file changed by previous commit
2010-08-12 Ian Romanickglsl2: Add missing include of string.h
2010-08-11 Carl Worthglcpp: Fix "unterminated if" diagnostic.
2010-08-11 Carl Worthglccp: Regenerate glcpp-parse.c
2010-08-11 Carl Worthglcpp: Add an explicit diagnostic for #if with no expre...
2010-08-11 Carl Worthglcpp: Reword diagnostic for #elif with no expression
2010-08-11 Carl Worthglcpp: Add several tests for diagnostics.
2010-08-11 Carl Worthglcpp: Regenerate glcpp-lex.c
2010-08-11 Carl Worthglcpp: Initialize line and column numbers to 1, not 0.
2010-08-11 Carl Worthglcpp-test: Capture the stderr output of the preprocessor.
2010-08-11 Brian Paulglsl2: move declarations before code
2010-08-11 Carl Worthglcpp: Clean up intermediate file when test suite is...
2010-08-11 Carl Worthglcpp: Regenerate glcpp-parse.c
2010-08-11 Carl Worthglcpp: Additional fixes for not evaluating skipped...
2010-08-11 Kenneth Graunkeglcpp/tests: Commit forgotten file 074-elif-undef.c...
2010-08-11 Carl Worthglcpp: Discard output of cmp when running the test...
2010-08-11 Carl Worthglcpp: Fix expected result for the 064-version.c test.
2010-08-10 Carl Worthglcpp: Regnerate glcpp-parse.c and glcpp-parse.h
next