[Mesa-dev] [PATCH 0/2] CL/GL version string improvements

Giuseppe Bilotta giuseppe.bilotta at gmail.com
Mon May 23 07:21:49 UTC 2016


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



More information about the mesa-dev mailing list