Re: [Mesa-dev] [PATCH] clover: Accept CL_MEM_READ_WRITE flag

2012-08-24 Thread Francisco Jerez
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

[Mesa-dev] [PATCH] clover: Accept CL_MEM_READ_WRITE flag

2012-08-23 Thread Blaž Tomažič
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/