Re: [Mesa-dev] [PATCH 3/3] clover: Add checks for image support to the image functions

2014-07-25 Thread Francisco Jerez
Tom Stellard writes: > Most image functions are required to return a CL_INVALID_OPERATION > error when used on devices without image support. > --- > src/gallium/state_trackers/clover/api/memory.cpp | 6 ++ > src/gallium/state_trackers/clover/api/sampler.cpp | 3 +++ > src/gallium/state

[Mesa-dev] [PATCH 3/3] clover: Add checks for image support to the image functions

2014-07-23 Thread Tom Stellard
Most image functions are required to return a CL_INVALID_OPERATION error when used on devices without image support. --- src/gallium/state_trackers/clover/api/memory.cpp | 6 ++ src/gallium/state_trackers/clover/api/sampler.cpp | 3 +++ src/gallium/state_trackers/clover/api/transfer.cpp |