Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-21 | Use C-style system headers in C++ code to avoid issues with std:: namespace | Ian Romanick | |
2011-01-31 | Convert everything from the talloc API to the ralloc API. | Kenneth Graunke | |
2010-11-02 | mesa: Fix C++ includes in sampler.cpp | Chad Versace | |
Some C++ header files were included in an extern "C" block. When building with Clang, this caused the build to fail due to namespace errors. (GCC did not report any errors.) Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Brian Paul <brianp@vmware.com> | |||
2010-09-28 | mesa: Pull ir_to_mesa's sampler number fetcher out to shared code. | Eric Anholt | |