index
:
lib/mesa
debian-unstable
pristine-tar
upstream-unstable
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
/
glcpp
/
pp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-27
glcpp: Resolve implicit GLSL version to 100 if the API is ES.
Matt Turner
1
-1
/
+1
2014-01-27
glcpp: Check version_resolved in the proper place.
Matt Turner
1
-1
/
+1
2014-01-23
glcpp: Set extension defines after resolving the GLSL version.
Matt Turner
1
-1
/
+3
2013-06-03
glcpp: Fix post-decrement underflow in loop-control variable
Carl Worth
1
-1
/
+3
2013-01-11
glcpp: Rewrite line-continuation support to act globally.
Carl Worth
1
-66
/
+49
2013-01-11
glcpp: Honor the GL context's DisableGLSLLineContinuations option
Carl Worth
1
-1
/
+3
2013-01-11
glcpp: Accept pointer to GL context rather than just the API version
Carl Worth
1
-2
/
+2
2012-11-30
Revert "glcpp: Rewrite line-continuation support to act globally."
Carl Worth
1
-43
/
+66
2012-11-30
glcpp: Rewrite line-continuation support to act globally.
Carl Worth
1
-66
/
+43
2012-09-15
mesa/glsl: rename preprocess to glcpp_preprocess
Dave Airlie
1
-1
/
+1
2012-06-26
glsl: Consistently use length-based ralloc string functions for info_log.
Carl Worth
1
-14
/
+24
2011-01-31
Convert everything from the talloc API to the ralloc API.
Kenneth Graunke
1
-16
/
+14
2010-09-07
glsl: Define GL_ES preprocessor macro if API is OpenGL ES 2.0.
Kenneth Graunke
1
-2
/
+2
2010-08-27
glsl2: remove 'extern' keyword in .c file
Brian Paul
1
-1
/
+1
2010-08-25
glsl/mesa: fixes for MSVC
Aras Pranckevicius
1
-0
/
+1
2010-08-13
glsl2: Include string.h in preprocessor
Jakob Bornecrantz
1
-0
/
+1
2010-08-11
glcpp: Fix "unterminated if" diagnostic.
Carl Worth
1
-0
/
+3
2010-08-11
glsl2: move declarations before code
Brian Paul
1
-2
/
+4
2010-07-30
glcpp: Don't look for backslashes before the beginning of the string.
Kenneth Graunke
1
-3
/
+7
2010-07-01
glsl2: Conditionally define preprocessor tokens for optional extensions
Ian Romanick
1
-2
/
+3
2010-06-24
glsl2: Move the compiler to the subdirectory it will live in in Mesa.
Eric Anholt
1
-0
/
+155