summaryrefslogtreecommitdiff
path: root/src/glsl/glcpp/glcpp.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-11glcpp: Add --disable-line-continuations argument to standalone glcppCarl Worth1-2/+44
2013-01-11glcpp: Accept pointer to GL context rather than just the API versionCarl Worth1-1/+12
2012-11-29mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry1-1/+1
2012-09-15mesa/glsl: rename preprocess to glcpp_preprocessDave Airlie1-1/+1
2011-09-09glsl: Silence several "warning: unused parameter"Ian Romanick1-0/+1
2011-03-04glsl/glcpp: Use stdio.h instead of unistd.h.José Fonseca1-25/+15
2011-01-31Convert everything from the talloc API to the ralloc API.Kenneth Graunke1-5/+5
2010-10-14glsl: Slightly change the semantic of _LinkedShadersIan Romanick1-0/+8
2010-09-07glsl: Define GL_ES preprocessor macro if API is OpenGL ES 2.0.Kenneth Graunke1-1/+2
2010-08-23glcpp: Make standalone preprocessor work with a tty as stdinCarl Worth1-33/+49
2010-08-23glcpp: Fix segfault in standalone preprocessor for "file not found", etc.Carl Worth1-4/+17
2010-08-17glcpp: Allow standalone glcpp to accept a filename as first argument.Carl Worth1-3/+11
2010-07-01glsl2: Conditionally define preprocessor tokens for optional extensionsIan Romanick1-4/+1
2010-06-24glsl2: Move the compiler to the subdirectory it will live in in Mesa.Eric Anholt1-0/+88