History log of /external/mesa3d/src/glsl/glcpp/README
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2a18d1950c84c96d263cc8f15434502e03aeb1dc 28-Jan-2011 Carl Worth <cworth@cworth.org> Revert "glcpp: Demote "macro redefined" from an error to a warning"

This reverts commit d3df641f0aba99b0b65ecd4d9b06798bca090a29.

The original commit had sat unpushed on my machine for months. By the
time I found it again, I had forgotten that we had decided not to use
this change after all, (the relevant test was removed long ago).
/external/mesa3d/src/glsl/glcpp/README
d3df641f0aba99b0b65ecd4d9b06798bca090a29 23-Aug-2010 Carl Worth <cworth@cworth.org> glcpp: Demote "macro redefined" from an error to a warning

The GLSL specification is vague here, (just says "as is standard for
C++"), though the C specifications seem quite clear that this should
be an error.

However, an existing piglit test (CorrectPreprocess11.frag) expects
this to be a warning, not an error, so we change this, and document in
README the deviation from the specification.
/external/mesa3d/src/glsl/glcpp/README
c15f04b326aafc27aa2e508ab88bf209c829abd7 23-Aug-2010 Carl Worth <cworth@cworth.org> glcpp: Update README file (new specifications and fewer limitations).

The README file had grown a little bit stale. We've been using newer
versions of both the GLSL and C99 specifications, so list those. Also,
several of the documented known limitations have since been fixed, so
remove those.
/external/mesa3d/src/glsl/glcpp/README
29285882676388aacff123e8bdf025904abf8ea9 25-Jun-2010 Eric Anholt <eric@anholt.net> glsl2: Move the compiler to the subdirectory it will live in in Mesa.
/external/mesa3d/src/glsl/glcpp/README