index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glsl
/
glcpp
/
glcpp-lex.l
Commit message (
Expand
)
Author
Age
Files
Lines
*
glcpp: Do not remove spaces to preserve locations.
Sir Anthony
2014-03-08
1
-1
/
+1
*
glsl: Update lexers in glsl and glcpp to hande end position of token.
Sir Anthony
2014-03-08
1
-1
/
+2
*
glcpp: Don't enter lexer's NEWLINE_CATCHUP start state for single-line comments
Carl Worth
2014-01-31
1
-2
/
+0
*
glcpp: Replace multi-line comment with a space (even as part of macro definit...
Carl Worth
2014-01-02
1
-5
/
+33
*
glcpp: Add a more descriptive comment for the SKIP state manipulation
Carl Worth
2014-01-02
1
-5
/
+36
*
glcpp: Reject token pasting operator in GLES
Matt Turner
2013-01-11
1
-0
/
+2
*
glcpp: Support #elif(expression) with no intervening space.
Matt Turner
2012-11-28
1
-1
/
+1
*
glcpp: Reject #version and #line not followed by whitespace
Matt Turner
2012-11-28
1
-2
/
+2
*
glcpp: Don't use infinite lookhead for #define differentiation.
Kenneth Graunke
2012-10-25
1
-6
/
+14
*
glsl: glcpp: Move handling of #line directives from lexer to parser.
Carl Worth
2012-06-26
1
-35
/
+14
*
glcpp: Fix so that trailing punctuation does not prevent macro expansion
Carl Worth
2012-02-02
1
-1
/
+9
*
glsl: Define YY_NO_UNISTD_H on MSVC.
José Fonseca
2011-03-04
1
-0
/
+4
*
glcpp: Remove trailing contexts from #if rules.
Kenneth Graunke
2011-03-03
1
-6
/
+6
*
glcpp: Rework lexer to use a SKIP state rather than REJECT.
Kenneth Graunke
2011-03-03
1
-21
/
+16
*
Convert everything from the talloc API to the ralloc API.
Kenneth Graunke
2011-01-31
1
-7
/
+7
*
glcpp: Return NEWLINE token for newlines inside multi-line comments.
Kenneth Graunke
2010-10-21
1
-2
/
+2
*
glcpp: Fix handling of "#line 0"
Carl Worth
2010-08-23
1
-2
/
+3
*
glcpp: Fix source numbers set with "#line LINE_NUMBER SOURCE_NUMBER"
Carl Worth
2010-08-23
1
-2
/
+7
*
glcpp: Add basic #line support (adapted from the main compiler).
Kenneth Graunke
2010-08-18
1
-0
/
+31
*
glcpp: Don't include the newline when discarding single-line comments
Carl Worth
2010-08-17
1
-4
/
+1
*
glcpp: Remove spurious newline generated by #version handling.
Kenneth Graunke
2010-08-16
1
-3
/
+1
*
glsl2: Use --nounistd to fix MSVC build
Ian Romanick
2010-08-13
1
-0
/
+1
*
glcpp: Initialize line and column numbers to 1, not 0.
Carl Worth
2010-08-11
1
-1
/
+1
*
glcpp: Remove xtalloc wrappers in favor of plain talloc.
Kenneth Graunke
2010-08-04
1
-7
/
+7
*
glcpp: Add __VERSION__ define to the current language version.
Eric Anholt
2010-07-28
1
-1
/
+9
*
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
1
-2
/
+4
*
glcpp: Support #if(expression) with no intervening space.
Carl Worth
2010-07-20
1
-1
/
+1
*
glsl2: Initialize yylineno and yycolumn so line numbers are sane.
Kenneth Graunke
2010-07-07
1
-0
/
+1
*
glcpp: Add #error support.
Kenneth Graunke
2010-07-02
1
-0
/
+8
*
glsl2: Move the compiler to the subdirectory it will live in in Mesa.
Eric Anholt
2010-06-24
1
-0
/
+257