Blaž Tomažič writes:
> Fix API functions for memory objects to accept CL_MEM_READ_WRITE flag.
>
> Signed-off-by: Blaž Tomažič
OK, pushed, but I've left out the change in clCreateSubBuffer, it makes
the code throw an error in cases where the child buffer is read- or
write-only while the parent b
Fix API functions for memory objects to accept CL_MEM_READ_WRITE flag.
Signed-off-by: Blaž Tomažič
---
src/gallium/state_trackers/clover/api/memory.cpp | 11 ++-
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/src/gallium/state_trackers/clover/api/memory.cpp
b/src/gallium/