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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: Move ralloc to a new src/util directory.
Kenneth Graunke
2014-08-04
1
-1
/
+1
*
glsl/glcpp: Correctly parse directives with intervening comments
Carl Worth
2014-07-29
1
-0
/
+2
*
glsl/glcpp: Stop using a lexer start condition (<SKIP>) for token skipping.
Carl Worth
2014-07-29
1
-0
/
+1
*
glsl/glcpp: Drop extra, final newline from most output
Carl Worth
2014-07-29
1
-0
/
+1
*
glsl/glcpp: Once again report undefined macro name in error message.
Carl Worth
2014-07-09
1
-1
/
+1
*
glsl/glcpp: Add short-circuiting for || and && in #if/#elif for OpenGL ES.
Carl Worth
2014-07-09
1
-0
/
+7
*
glsl/glcpp: Fix glcpp to catch garbage after #if 1 ... #else
Carl Worth
2014-07-09
1
-1
/
+1
*
glcpp: Resolve implicit GLSL version to 100 if the API is ES.
Matt Turner
2014-01-27
1
-1
/
+2
*
glcpp: Check version_resolved in the proper place.
Matt Turner
2014-01-27
1
-1
/
+1
*
glcpp: Set extension defines after resolving the GLSL version.
Matt Turner
2014-01-23
1
-1
/
+6
*
glcpp: error on multiple #else/#elif directives
Erik Faye-Lund
2014-01-02
1
-0
/
+1
*
glcpp: Replace multi-line comment with a space (even as part of macro definit...
Carl Worth
2014-01-02
1
-0
/
+1
*
glcpp: Accept pointer to GL context rather than just the API version
Carl Worth
2013-01-11
1
-1
/
+3
*
glcpp: Add a flag to the parser state to indicate GLES.
Carl Worth
2013-01-11
1
-0
/
+1
*
mesa/glsl: rename preprocess to glcpp_preprocess
Dave Airlie
2012-09-15
1
-1
/
+1
*
glsl: glcpp: Move handling of #line directives from lexer to parser.
Carl Worth
2012-06-26
1
-0
/
+5
*
glcpp: Don't strlen() the output for every token being printed.
Kenneth Graunke
2012-02-28
1
-0
/
+2
*
Convert everything from the talloc API to the ralloc API.
Kenneth Graunke
2011-01-31
1
-2
/
+2
*
glsl: Define GL_ES preprocessor macro if API is OpenGL ES 2.0.
Kenneth Graunke
2010-09-07
1
-2
/
+2
*
glcpp: Remove xtalloc wrappers in favor of plain talloc.
Kenneth Graunke
2010-08-04
1
-24
/
+0
*
glsl2: Give the path within src/mesa/ for headers instead of relying on -I.
Aras Pranckevicius
2010-08-02
1
-1
/
+1
*
glsl: Fix missing initialization of yylloc.source
Carl Worth
2010-07-21
1
-0
/
+19
*
glsl2: Conditionally define preprocessor tokens for optional extensions
Ian Romanick
2010-07-01
1
-2
/
+5
*
glsl2: Move the compiler to the subdirectory it will live in in Mesa.
Eric Anholt
2010-06-24
1
-0
/
+224