nir: move to compiler/
[mesa.git] / src / glsl / glcpp / glcpp.h
2014-08-04 Kenneth Graunkeutil: Move ralloc to a new src/util directory.
2014-07-29 Carl Worthglsl/glcpp: Correctly parse directives with intervening...
2014-07-29 Carl Worthglsl/glcpp: Stop using a lexer start condition (<SKIP...
2014-07-29 Carl Worthglsl/glcpp: Drop extra, final newline from most output
2014-07-09 Carl Worthglsl/glcpp: Once again report undefined macro name...
2014-07-09 Carl Worthglsl/glcpp: Add short-circuiting for || and && in ...
2014-07-09 Carl Worthglsl/glcpp: Fix glcpp to catch garbage after #if 1...
2014-01-28 Matt Turnerglcpp: Resolve implicit GLSL version to 100 if the...
2014-01-28 Matt Turnerglcpp: Check version_resolved in the proper place.
2014-01-23 Matt Turnerglcpp: Set extension defines after resolving the GLSL...
2014-01-02 Erik Faye-Lundglcpp: error on multiple #else/#elif directives
2014-01-02 Carl Worthglcpp: Replace multi-line comment with a space (even...
2013-01-11 Carl Worthglcpp: Accept pointer to GL context rather than just...
2013-01-11 Carl Worthglcpp: Add a flag to the parser state to indicate GLES.
2012-09-14 Dave Airliemesa/glsl: rename preprocess to glcpp_preprocess
2012-06-26 Carl Worthglsl: glcpp: Move handling of #line directives from...
2012-02-28 Kenneth Graunkeglcpp: Don't strlen() the output for every token being...
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-31 Kenneth GraunkeConvert everything from the talloc API to the ralloc...
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-08 Kenneth Graunkeglsl: Define GL_ES preprocessor macro if API is OpenGL...
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-04 Kenneth Graunkeglcpp: Remove xtalloc wrappers in favor of plain talloc.
2010-08-02 Aras Pranckeviciusglsl2: Give the path within src/mesa/ for headers inste...
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-21 Carl Worthglsl: Fix missing initialization of yylloc.source
2010-07-02 Ian Romanickglsl2: Conditionally define preprocessor tokens for...
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Eric Anholtglsl2: Move the compiler to the subdirectory it will...