gallium/radeon: add the kernel version into the renderer string
authorMarek Olšák <marek.olsak@amd.com>
Tue, 24 May 2016 23:00:53 +0000 (01:00 +0200)
committerMarek Olšák <marek.olsak@amd.com>
Thu, 26 May 2016 14:53:46 +0000 (16:53 +0200)
commit8539c9bf3158416b22346dc49696872e631e969f
treee24fc0787171882200a75d13a48d3b8d3938fe38
parent53f33619a47b014b9ba7cc88310611081c5916db
gallium/radeon: add the kernel version into the renderer string

Example:
Gallium 0.4 on AMD TONGA (DRM 3.2.0 / 4.5.0, LLVM 3.9.0)

My kernel version is pretty long already (4.5.0-amd-01025-g32791c1)
and adding "kernel" into the string would make too it long for glxinfo
to display.

Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
src/gallium/drivers/radeon/r600_pipe_common.c