Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-04 | glcpp: Remove xtalloc wrappers in favor of plain talloc. | Kenneth Graunke | |
Calling exit() on a memory failure probably made sense for the standalone preprocessor, but doesn't seem too appealing as part of the GL library. Also, we don't use it in the main compiler. | |||
2010-07-20 | glcpp: Delete copies of hash_table.c, hash_table.h, and other headers. | Carl Worth | |
These were only ever intended to exist in the original, standalone implementation of glcpp, (with the idea of dropping them as soon as the code moved into mesa). The current build system wasn't compiling this C file, but the presence of the header files could cause problems if the two copies diverge in the future. We head those problems off by deleting al of these redundant files. | |||
2010-06-24 | glsl2: Move the compiler to the subdirectory it will live in in Mesa. | Eric Anholt | |