Tom Stellard 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
> ---
> src/gallium/state_trackers/clover/api/memory.cpp | 6 ++
> src/ga
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 +++
src/gallium/state_tracker