index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glsl
/
glcpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl2: Refresh autogenerated bison parser.
Kenneth Graunke
2010-08-13
2
-118
/
+125
*
Fix an MSVC build error (bugzilla 29570).
Vinson Lee
2010-08-13
1
-1
/
+1
*
glsl2: Use stdint.h instead of inttypes.h
Ian Romanick
2010-08-13
2
-2
/
+2
*
glsl2: Commit generated file changed by previous commit
Ian Romanick
2010-08-13
1
-55
/
+47
*
glsl2: Use --nounistd to fix MSVC build
Ian Romanick
2010-08-13
1
-0
/
+1
*
glsl2: Include string.h in preprocessor
Jakob Bornecrantz
2010-08-13
1
-0
/
+1
*
glsl2: Commit generated file changed by previous commit
Ian Romanick
2010-08-12
1
-0
/
+1
*
glsl2: Add missing include of string.h
Ian Romanick
2010-08-12
1
-107
/
+108
*
glcpp: Fix "unterminated if" diagnostic.
Carl Worth
2010-08-11
4
-4
/
+8
*
glccp: Regenerate glcpp-parse.c
Carl Worth
2010-08-11
1
-376
/
+393
*
glcpp: Add an explicit diagnostic for #if with no expression.
Carl Worth
2010-08-11
2
-1
/
+14
*
glcpp: Reword diagnostic for #elif with no expression
Carl Worth
2010-08-11
3
-3
/
+2
*
glcpp: Add several tests for diagnostics.
Carl Worth
2010-08-11
20
-0
/
+72
*
glcpp: Regenerate glcpp-lex.c
Carl Worth
2010-08-11
1
-9
/
+23
*
glcpp: Initialize line and column numbers to 1, not 0.
Carl Worth
2010-08-11
1
-1
/
+1
*
glcpp-test: Capture the stderr output of the preprocessor.
Carl Worth
2010-08-11
1
-1
/
+1
*
glsl2: move declarations before code
Brian Paul
2010-08-11
1
-2
/
+4
*
glcpp: Clean up intermediate file when test suite is interrupted.
Carl Worth
2010-08-11
1
-0
/
+2
*
glcpp: Regenerate glcpp-parse.c
Carl Worth
2010-08-11
1
-111
/
+133
*
glcpp: Additional fixes for not evaluating skipped #if/#elif expressions.
Carl Worth
2010-08-11
5
-19
/
+61
*
glcpp/tests: Commit forgotten file 074-elif-undef.c.expected.
Kenneth Graunke
2010-08-10
1
-0
/
+4
*
glcpp: Discard output of cmp when running the test suite.
Carl Worth
2010-08-10
1
-1
/
+1
*
glcpp: Fix expected result for the 064-version.c test.
Carl Worth
2010-08-10
1
-0
/
+1
*
glcpp: Regnerate glcpp-parse.c and glcpp-parse.h
Carl Worth
2010-08-10
2
-215
/
+224
*
glcpp: Initialize location structure at beginning of parse.
Carl Worth
2010-08-10
1
-0
/
+8
*
glcpp: Ignore #if and #elif expressions when skipping.
Kenneth Graunke
2010-08-04
2
-96
/
+124
*
glcpp/tests: Add a corollary to testcase 073 for testing #elif.
Kenneth Graunke
2010-08-04
1
-0
/
+3
*
glcpp/tests: Fix 073-if-in-ifdef.c to use #ifdef, not #if.
Kenneth Graunke
2010-08-04
1
-1
/
+1
*
glcpp: Refactor HASH_IF and HASH_ELIF expansion to reuse code.
Kenneth Graunke
2010-08-04
2
-144
/
+142
*
glcpp: Refresh autogenerated lexer and parser.
Kenneth Graunke
2010-08-04
3
-155
/
+148
*
glcpp: Remove xtalloc wrappers in favor of plain talloc.
Kenneth Graunke
2010-08-04
5
-151
/
+27
*
glsl2: Give the path within src/mesa/ for headers instead of relying on -I.
Aras Pranckevicius
2010-08-02
1
-1
/
+1
*
glcpp: Add a testcase for the failure in compiling xonotic's shader.
Eric Anholt
2010-08-01
2
-0
/
+9
*
glcpp: Don't look for backslashes before the beginning of the string.
Kenneth Graunke
2010-07-30
1
-3
/
+7
*
glsl2: Actually fix glsl-version-define.
Eric Anholt
2010-07-28
2
-6
/
+0
*
glcpp: Add __VERSION__ define to the current language version.
Eric Anholt
2010-07-28
5
-714
/
+774
*
glcpp: Print integer tokens as decimal, not hex.
Eric Anholt
2010-07-28
2
-2
/
+2
*
glsl2: Add the define for ARB_fragment_coord_conventions when present.
Eric Anholt
2010-07-28
2
-0
/
+16
*
glcpp: Add generated source files.
Carl Worth
2010-07-28
4
-3
/
+6693
*
glcpp: Add expected output for a recently-added test.
Carl Worth
2010-07-28
1
-0
/
+3
*
glcpp: Explicitly expect 0 shift/reduce conflicts.
Carl Worth
2010-07-28
1
-0
/
+1
*
glcpp: Remove 2 shift/reduce conflicts from the grammar.
Carl Worth
2010-07-28
1
-1
/
+0
*
glcpp: Fix function-like macros with an argument used multiple times.
Carl Worth
2010-07-22
2
-3
/
+9
*
glsl: Fix missing initialization of yylloc.source
Carl Worth
2010-07-21
1
-0
/
+19
*
glcpp: Avoid accidental token pasting in preprocessed result.
Carl Worth
2010-07-20
5
-5
/
+43
*
glcpp: Add missing include in xtalloc.c
Carl Worth
2010-07-20
1
-1
/
+1
*
glcpp: Add static keyword to several functions in the parser.
Carl Worth
2010-07-20
1
-3
/
+3
*
glcpp: Avoid warnings in generated flex code.
Carl Worth
2010-07-20
1
-1
/
+12
*
glcpp-lex: Declare some generated functions to eliminate compiler warnings.
Carl Worth
2010-07-20
1
-0
/
+5
*
glcpp: Fix support for nested #ifdef and nested #ifndef
Carl Worth
2010-07-20
3
-2
/
+85
[next]