The first patch refactors the version string suffix `Mesa <version> (<git hash>)` so that it can also be used by Clover in device and platform version strings, the second adds the LLVM version to the version string suffix, to improve bug triaging in shader and kernel compilation issues.
Giuseppe Bilotta (2): Unify OpenGL and OpenCL version string suffix Add LLVM version to Mesa version strings configure.ac | 3 +- src/gallium/state_trackers/clover/Makefile.am | 1 + src/gallium/state_trackers/clover/api/device.cpp | 3 +- src/gallium/state_trackers/clover/api/platform.cpp | 3 +- src/mesa/main/version.c | 8 ++--- src/mesa/main/version_string.h | 34 ++++++++++++++++++++++ 6 files changed, 43 insertions(+), 9 deletions(-) create mode 100644 src/mesa/main/version_string.h -- 2.8.1.372.g9612035 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev