[gegl] opencl: Regenerate box-blur.cl.h
- From: Michael Henning <mhenning src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] opencl: Regenerate box-blur.cl.h
- Date: Sat, 4 Jun 2016 18:16:45 +0000 (UTC)
commit fe115208d14b506e581aa1456a7747e7ae6b41f9
Author: Michael Henning <drawoc darkrefraction com>
Date: Sat Jun 4 14:15:47 2016 -0400
opencl: Regenerate box-blur.cl.h
opencl/box-blur.cl.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/opencl/box-blur.cl.h b/opencl/box-blur.cl.h
index a6d8c94..c512357 100644
--- a/opencl/box-blur.cl.h
+++ b/opencl/box-blur.cl.h
@@ -60,7 +60,7 @@ static const char* box_blur_cl_source =
" const int in_height = twice_radius + height; \n"
" const int start = fmax( -radius, -local_id0 ); \n"
" const int stop = fmin( radius, get_local_size(0) - local_id0 ); \n"
-" const float4 area = (float4) ( ((stop - start) + 1) * (twice_radius + 1) );\n"
+" const float4 area = (float4) ( ((stop - start) + 1) * (twice_radius + 1) ); \n"
" int column_index_start,column_index_end; \n"
" int y = get_global_id(1) * size; \n"
" const int out_x = get_group_id(0) \n"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]