Re: [Mesa-dev] [PATCH 2/5] clover/device: Move device version into core/device.cpp

2017-07-22 Thread Jan Vesely
On Fri, 2017-07-21 at 23:19 -0500, Aaron Watry wrote: > The device version is the maximum CL version that the device supports. > > Eventually, this will query the pipe_driver itself, but for now move it > a bit closer to its eventual destination. Ideally we'd check supported extensions, but CLC 1

[Mesa-dev] [PATCH 2/5] clover/device: Move device version into core/device.cpp

2017-07-21 Thread Aaron Watry
The device version is the maximum CL version that the device supports. Eventually, this will query the pipe_driver itself, but for now move it a bit closer to its eventual destination. Signed-off-by: Aaron Watry --- src/gallium/state_trackers/clover/api/device.cpp | 4 ++-- src/gallium/state_t