summaryrefslogtreecommitdiff
path: root/src/glsl/glcpp/pp.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-27glcpp: Resolve implicit GLSL version to 100 if the API is ES.Matt Turner1-1/+1
2014-01-27glcpp: Check version_resolved in the proper place.Matt Turner1-1/+1
2014-01-23glcpp: Set extension defines after resolving the GLSL version.Matt Turner1-1/+3
2013-06-03glcpp: Fix post-decrement underflow in loop-control variableCarl Worth1-1/+3
2013-01-11glcpp: Rewrite line-continuation support to act globally.Carl Worth1-66/+49
2013-01-11glcpp: Honor the GL context's DisableGLSLLineContinuations optionCarl Worth1-1/+3
2013-01-11glcpp: Accept pointer to GL context rather than just the API versionCarl Worth1-2/+2
2012-11-30Revert "glcpp: Rewrite line-continuation support to act globally."Carl Worth1-43/+66
2012-11-30glcpp: Rewrite line-continuation support to act globally.Carl Worth1-66/+43
2012-09-15mesa/glsl: rename preprocess to glcpp_preprocessDave Airlie1-1/+1
2012-06-26glsl: Consistently use length-based ralloc string functions for info_log.Carl Worth1-14/+24
2011-01-31Convert everything from the talloc API to the ralloc API.Kenneth Graunke1-16/+14
2010-09-07glsl: Define GL_ES preprocessor macro if API is OpenGL ES 2.0.Kenneth Graunke1-2/+2
2010-08-27glsl2: remove 'extern' keyword in .c fileBrian Paul1-1/+1
2010-08-25glsl/mesa: fixes for MSVCAras Pranckevicius1-0/+1
2010-08-13glsl2: Include string.h in preprocessorJakob Bornecrantz1-0/+1
2010-08-11glcpp: Fix "unterminated if" diagnostic.Carl Worth1-0/+3
2010-08-11glsl2: move declarations before codeBrian Paul1-2/+4
2010-07-30glcpp: Don't look for backslashes before the beginning of the string.Kenneth Graunke1-3/+7
2010-07-01glsl2: Conditionally define preprocessor tokens for optional extensionsIan Romanick1-2/+3
2010-06-24glsl2: Move the compiler to the subdirectory it will live in in Mesa.Eric Anholt1-0/+155