[gegl] exposure: bug 754073 fix opencl kernel making it compile
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] exposure: bug 754073 fix opencl kernel making it compile
- Date: Thu, 2 Mar 2017 12:46:43 +0000 (UTC)
commit 91d0febb63b2172ddb627dba7fea710d89f3c3f3
Author: Øyvind Kolås <pippin gimp org>
Date: Thu Mar 2 13:45:48 2017 +0100
exposure: bug 754073 fix opencl kernel making it compile
operations/common/exposure.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/operations/common/exposure.c b/operations/common/exposure.c
index 1fc712a..a8b97a8 100644
--- a/operations/common/exposure.c
+++ b/operations/common/exposure.c
@@ -105,7 +105,7 @@ static const char* kernel_source =
" int gid = get_global_id(0); \n"
" float4 in_v = in[gid]; \n"
" float4 out_v; \n"
-" out_v.xyz = ((in_v.xyz - black_level) * gain) \n"
+" out_v.xyz = ((in_v.xyz - black_level) * gain); \n"
" out_v.w = in_v.w; \n"
" out[gid] = out_v; \n"
"} \n";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]