summaryrefslogtreecommitdiff
path: root/src/glsl/glcpp/glcpp.h
AgeCommit message (Expand)AuthorFilesLines
2014-01-02glcpp: error on multiple #else/#elif directivesErik Faye-Lund1-0/+1
2014-01-02glcpp: Replace multi-line comment with a space (even as part of macro definit...Carl Worth1-0/+1
2013-01-11glcpp: Accept pointer to GL context rather than just the API versionCarl Worth1-1/+3
2013-01-11glcpp: Add a flag to the parser state to indicate GLES.Carl Worth1-0/+1
2012-09-15mesa/glsl: rename preprocess to glcpp_preprocessDave Airlie1-1/+1
2012-06-26glsl: glcpp: Move handling of #line directives from lexer to parser.Carl Worth1-0/+5
2012-02-28glcpp: Don't strlen() the output for every token being printed.Kenneth Graunke1-0/+2
2011-01-31Convert everything from the talloc API to the ralloc API.Kenneth Graunke1-2/+2
2010-09-07glsl: Define GL_ES preprocessor macro if API is OpenGL ES 2.0.Kenneth Graunke1-2/+2
2010-08-04glcpp: Remove xtalloc wrappers in favor of plain talloc.Kenneth Graunke1-24/+0
2010-08-02glsl2: Give the path within src/mesa/ for headers instead of relying on -I.Aras Pranckevicius1-1/+1
2010-07-21glsl: Fix missing initialization of yylloc.sourceCarl Worth1-0/+19
2010-07-01glsl2: Conditionally define preprocessor tokens for optional extensionsIan Romanick1-2/+5
2010-06-24glsl2: Move the compiler to the subdirectory it will live in in Mesa.Eric Anholt1-0/+224