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

2014-07-26 Thread Francisco Jerez
Tom Stellard thomas.stell...@amd.com writes: Most image functions are required to return a CL_INVALID_OPERATION error when used on devices without image support. v2: - Simplified the code Thanks, Reviewed-by: Francisco Jerez curroje...@riseup.net ---

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

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