[Mesa-dev] [PATCH 3/5] clover: Report default values for half and double fp configs v2

2014-06-25 Thread Tom Stellard
From: Matt Arsenault v2: -Fix indentation --- src/gallium/state_trackers/clover/api/device.cpp | 11 +-- src/gallium/state_trackers/clover/core/device.cpp | 24 +++ src/gallium/state_trackers/clover/core/device.hpp | 3 +++ 3 files changed, 36 insertions(+), 2 del

Re: [Mesa-dev] [PATCH 3/5] clover: Report default values for half and double fp configs v2

2014-06-26 Thread Francisco Jerez
Tom Stellard writes: > From: Matt Arsenault > > v2: > -Fix indentation > --- > src/gallium/state_trackers/clover/api/device.cpp | 11 +-- > src/gallium/state_trackers/clover/core/device.cpp | 24 > +++ > src/gallium/state_trackers/clover/core/device.hpp | 3 +++