[Gegl-developer] [PATCH 1/1] alien-map: Check error from gegl_cl_set_kernel_args

2014-04-20 Thread Jan Vesely
Signed-off-by: Jan Vesely jan.ves...@rutgers.edu --- operations/common/alien-map.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/operations/common/alien-map.c b/operations/common/alien-map.c index 7efe29d..ff48d34 100644 --- a/operations/common/alien-map.c

[Gegl-developer] [PATCH 1/1] noise-cell: remove static keywords

2014-04-20 Thread Jan Vesely
static keyword is not supported by OpenCL 1.1. See Ch. 6.8 Restrictions, letter g) Signed-off-by: Jan Vesely jan.ves...@rutgers.edu --- opencl/noise-cell.cl | 8 opencl/noise-cell.cl.h | 8 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/opencl/noise-cell.cl b

[Gegl-developer] [PATCH 1/1] noise-cell: Use f suffix for float constants.

2014-04-20 Thread Jan Vesely
Unsuffixed literal has type double (taken from c99 specs). Fixes clang warnings: warning: double precision constant requires cl_khr_fp64, casting to single precision Signed-off-by: Jan Vesely jan.ves...@rutgers.edu --- opencl/noise-cell.cl | 6 +++--- opencl/noise-cell.cl.h | 6 +++--- 2

[Gegl-developer] [PATCH 1/1] red-eye-removal: Use f suffix for float constants

2014-04-20 Thread Jan Vesely
Signed-off-by: Jan Vesely jan.ves...@rutgers.edu --- opencl/red-eye-removal.cl | 8 opencl/red-eye-removal.cl.h | 8 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/opencl/red-eye-removal.cl b/opencl/red-eye-removal.cl index 3de51d5..537666b 100644 --- a/opencl

[Gegl-developer] [PATCH 1/1] cl: Make noise-simplex kernel OpenCL 1.1 complaint

2014-05-18 Thread Jan Vesely
No static keyword, f suffix for float constants Fixes one error and 7 warnings Signed-off-by: Jan Vesely jan.ves...@rutgers.edu --- Makes the op run on mesa/clover. opencl/noise-simplex.cl | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/opencl/noise

Re: [Gegl-developer] [PATCH 1/1] cl: Make noise-simplex kernel OpenCL 1.1 complaint

2014-06-05 Thread Jan Vesely
gentle ping On Sun, 2014-05-18 at 16:38 -0400, Jan Vesely wrote: No static keyword, f suffix for float constants Fixes one error and 7 warnings Signed-off-by: Jan Vesely jan.ves...@rutgers.edu --- Makes the op run on mesa/clover. opencl/noise-simplex.cl | 14 +++--- 1 file

Re: [Gegl-developer] [PATCH 1/1] cl: Make noise-simplex kernel OpenCL 1.1 complaint

2014-06-07 Thread Jan Vesely
Hi, thank you for your response. On Sat, 2014-06-07 at 22:31 +0200, scl wrote: On 5.6.2014 at 3:09 PM Jan Vesely wrote: gentle ping On Sun, 2014-05-18 at 16:38 -0400, Jan Vesely wrote: No static keyword, f suffix for float constants Fixes one error and 7 warnings Hi Jan, first

[Gegl-developer] ocl regression

2014-06-18 Thread Jan Vesely
(0.00%) max ?e : 62.833 avg ?e (wrong) : 62.833(wrong) 0.000(total) FAIL clones.xml (OpenCL) wrong pixels : 1/79000 (0.00%) max ?e : 100.000 avg ?e (wrong) : 100.000(wrong) 0.001(total) FAIL gegl.xml (OpenCL) regards, -- Jan Vesely jan.ves...@rutgers.edu signature.asc

Re: [Gegl-developer] ocl regression

2014-06-19 Thread Jan Vesely
390214ca03ea0c973037a2b84fd77ccb592f093c fixes this, thanks On Wed, 2014-06-18 at 19:16 -0400, Jan Vesely wrote: Hi, I noticed two tests (clones.xml, gegl.xml) regressed on both intel ocl sdk and mesa/clover. bisect shows the first bad commit to be: de26038e19883243fb465ddf290a05eb23d91bae

[Gegl-developer] [PATCH 2/2] opencl: Load extension function in a portable way.

2014-07-28 Thread Jan Vesely
Signed-off-by: Jan Vesely jan.ves...@rutgers.edu --- gegl/opencl/gegl-cl-init.c | 31 +++ gegl/opencl/gegl-cl-init.h | 4 gegl/opencl/gegl-cl-types.h | 2 ++ 3 files changed, 21 insertions(+), 16 deletions(-) diff --git a/gegl/opencl/gegl-cl-init.c b/gegl

Re: [Gegl-developer] [PATCH 2/2] opencl: Load extension function in a portable way.

2014-08-13 Thread Jan Vesely
ping, any takers? Jan On Mon, 2014-07-28 at 11:32 -0400, Jan Vesely wrote: Signed-off-by: Jan Vesely jan.ves...@rutgers.edu --- gegl/opencl/gegl-cl-init.c | 31 +++ gegl/opencl/gegl-cl-init.h | 4 gegl/opencl/gegl-cl-types.h | 2 ++ 3 files changed, 21

Re: [Gegl-developer] [PATCH 2/2] opencl: Load extension function in a portable way.

2014-08-20 Thread Jan Vesely
your patches to a GEGL branch, discuss and merge/cherry-pick them to GEGL master. Thank you for your efforts and good luck! Sven -- Jan Vesely jan.ves...@rutgers.edu signature.asc Description: This is a digitally signed message part