WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
99829
OpenCL version of SourceAlpha, SourceGraphics and FETurbulence filter effects
https://bugs.webkit.org/show_bug.cgi?id=99829
Summary
OpenCL version of SourceAlpha, SourceGraphics and FETurbulence filter effects
Tamas Czene
Reported
2012-10-19 04:50:13 PDT
SourceAlpha, SourceGraphics and FETurbulence filter need to be implemented on OpenCL.
Attachments
proposed patch
(48.47 KB, patch)
2012-10-19 05:04 PDT
,
Tamas Czene
abarth
: review-
Details
Formatted Diff
Diff
svg files
(10.00 KB, application/x-tar)
2012-10-19 05:07 PDT
,
Tamas Czene
no flags
Details
proposed patch
(48.08 KB, patch)
2012-11-21 07:15 PST
,
Tamas Czene
no flags
Details
Formatted Diff
Diff
svg file
(1.42 KB, image/svg+xml)
2012-11-21 07:18 PST
,
Tamas Czene
no flags
Details
proposed patch
(48.16 KB, patch)
2012-11-23 01:09 PST
,
Tamas Czene
webkit.review.bot
: commit-queue-
Details
Formatted Diff
Diff
proposed patch
(47.77 KB, patch)
2012-11-23 07:45 PST
,
Tamas Czene
no flags
Details
Formatted Diff
Diff
proposed patch
(48.13 KB, patch)
2012-11-26 04:16 PST
,
Tamas Czene
no flags
Details
Formatted Diff
Diff
proposed patch
(48.14 KB, patch)
2012-11-26 06:43 PST
,
Tamas Czene
no flags
Details
Formatted Diff
Diff
proposed patch
(48.36 KB, patch)
2012-11-26 08:14 PST
,
Tamas Czene
no flags
Details
Formatted Diff
Diff
Show Obsolete
(7)
View All
Add attachment
proposed patch, testcase, etc.
Tamas Czene
Comment 1
2012-10-19 05:04:23 PDT
Created
attachment 169600
[details]
proposed patch This patch contains the OpenCL implementation of SourceAlpha, SourceGraphic, FETurbulence and a simple OpenCL environment. This is only included in Qt linux build. After applying this patch, SVG/Turbulence tests can be sped up greatly.
WebKit Review Bot
Comment 2
2012-10-19 05:06:39 PDT
Attachment 169600
[details]
did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1 Source/WebCore/platform/graphics/filters/OpenCL/OpenCLHandle.h:33: cl_mem is incorrectly named. Don't use underscores in your identifier names. [readability/naming/underscores] [4] Total errors found: 1 in 14 files If any of these errors are false positives, please file a bug against check-webkit-style.
Tamas Czene
Comment 3
2012-10-19 05:07:15 PDT
Created
attachment 169601
[details]
svg files Here are some tests results: Before applying: Methanol Benchmark (version: 3%) svg/turbulence.svg: 42.386 (10.832363160749017%) svg/turbulence2.svg: 103.58 (4.411911339871702%) After applying: Methanol Benchmark (version: 3%) svg/turbulence.svg: 15.48 (8.185547318582563%) svg/turbulence2.svg: 27.668 (4.040529884401583%)
Dirk Schulze
Comment 4
2012-10-19 07:52:23 PDT
(In reply to
comment #3
)
> Created an attachment (id=169601) [details] > svg files > > Here are some tests results: > Before applying: > > Methanol Benchmark (version: 3%) > > svg/turbulence.svg: 42.386 (10.832363160749017%) > > svg/turbulence2.svg: 103.58 (4.411911339871702%) > > After applying: > > Methanol Benchmark (version: 3%) > > svg/turbulence.svg: 15.48 (8.185547318582563%) > > svg/turbulence2.svg: 27.668 (4.040529884401583%)
Well, without more details these data don't make sense. What HW do you have? Did it run on GPU or CPU? What do the numbers mean? Time in seconds? What does 3% mean, what is the relation? After all you need to discuss on the mailing list webkit-dev if there is an agreement to add it to WebKit. This is new functionality and must be maintained. It is less likely to get maintained when it just runs on one platform.
Adam Barth
Comment 5
2012-10-20 20:43:08 PDT
Comment on
attachment 169600
[details]
proposed patch Makes lots of svg tests fail.
Tamas Czene
Comment 6
2012-10-24 01:54:03 PDT
(In reply to
comment #5
)
> (From update of
attachment 169600
[details]
) > Makes lots of svg tests fail.
You are right, last time when i checked it all test was succesfull. (In reply to
comment #4
)
> (In reply to
comment #3
) > > Created an attachment (id=169601) [details] [details] > > svg files > > > > Here are some tests results: > > Before applying: > > > > Methanol Benchmark (version: 3%) > > > > svg/turbulence.svg: 42.386 (10.832363160749017%) > > > > svg/turbulence2.svg: 103.58 (4.411911339871702%) > > > > After applying: > > > > Methanol Benchmark (version: 3%) > > > > svg/turbulence.svg: 15.48 (8.185547318582563%) > > > > svg/turbulence2.svg: 27.668 (4.040529884401583%) > Well, without more details these data don't make sense. What HW do you have? Did it run on GPU or CPU? What do the numbers mean? Time in seconds? What does 3% mean, what is the relation?
> I will create a more detailed test on GPU and CPU.
> After all you need to discuss on the mailing list webkit-dev if there is an agreement to add it to WebKit. This is new functionality and must be maintained. It is less likely to get maintained when it just runs on one platform.
I can build it only Qt, but it is easy to port to every platforms.
Tamas Czene
Comment 7
2012-11-21 07:15:50 PST
Created
attachment 175437
[details]
proposed patch
Tamas Czene
Comment 8
2012-11-21 07:18:58 PST
Created
attachment 175439
[details]
svg file Benchmark results: Qt Linux: GPU: NVIDIA GeForce GT 440 CUDA Cores 96 CPU: Intel(R) Core(TM) i5-2320 CPU @ 3.00GHz 4 Core Software: 3-4 fps OpenCL GPU: 15-17 fps Mac CPU: Intel(R) Xeon(R) X5670 CPU @ 2.93GHz version: OpenCL 1.1 Compute Units: 24 ATI Radeon HD 5770 version: OpenCL 1.1 Compute Units: 10 400 Processing Units Shader Clock: 650 MHz Software: 16-18 fps OpenCL CPU: 35-37 fps OpenCL GPU: 47-50 fps
WebKit Review Bot
Comment 9
2012-11-21 07:39:45 PST
Attachment 175437
[details]
did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1 Source/WebCore/platform/graphics/gpu/opencl/OpenCLHandle.h:33: cl_mem is incorrectly named. Don't use underscores in your identifier names. [readability/naming/underscores] [4] Total errors found: 1 in 14 files If any of these errors are false positives, please file a bug against check-webkit-style.
WebKit Review Bot
Comment 10
2012-11-21 08:49:23 PST
Comment on
attachment 175437
[details]
proposed patch
Attachment 175437
[details]
did not pass chromium-ews (chromium-xvfb): Output:
http://queues.webkit.org/results/14908975
New failing tests: inspector-protocol/debugger-terminate-dedicated-worker-while-paused.html
Zoltan Herczeg
Comment 11
2012-11-21 13:57:15 PST
We are waiting for comments, thoughts, etc. about the patch.
Peter Gal
Comment 12
2012-11-22 05:04:59 PST
View in context:
https://bugs.webkit.org/attachment.cgi?id=175437&action=review
> Source/WebCore/Target.pri:4091 > + HEADERS += platform/graphics/gpu/opencl/OpenCLHandle.h > + HEADERS += platform/graphics/gpu/opencl/FilterContextOpenCL.h > + SOURCES += platform/graphics/gpu/opencl/FilterContextOpenCL.cpp > + SOURCES += platform/graphics/gpu/opencl/OpenCLFESourceAlpha.cpp > + SOURCES += platform/graphics/gpu/opencl/OpenCLFESourceGraphic.cpp > + SOURCES += platform/graphics/gpu/opencl/OpenCLFETurbulence.cpp
+= for all files looks a little overkill. You could use something like this (like in any other place): HEADERS += .../OpenCLHandle.h \ .../Filter... and same for the SOURCES
Zoltan Herczeg
Comment 13
2012-11-22 23:56:41 PST
Comment on
attachment 175437
[details]
proposed patch Thanks for all comments, and thanks for the patch. r=me with a few comments: View in context:
https://bugs.webkit.org/attachment.cgi?id=175437&action=review
> Source/WebCore/ChangeLog:9 > + This patch contains the OpenCL implementation of SourceAlpha, SourceGraphic, FETurbulence and a simple OpenCL environment. > + This is only included in Qt linux build.
Please mention here the speedup. And a little more verbose about the patch.
> Source/WebCore/platform/graphics/gpu/opencl/FilterContextOpenCL.cpp:38 > + static bool initFailed = false;
This name should int alreadyInitialized
> Source/WebCore/platform/graphics/gpu/opencl/FilterContextOpenCL.cpp:52 > + size_t deviceBufferSize = -1;
Here deviceBufferSize is unsigned...
> Source/WebCore/platform/graphics/gpu/opencl/FilterContextOpenCL.cpp:67 > + if (deviceBufferSize <= 0)
And you compare it with <= 0. I think you could simply set it to 0, and change this comparison to !deviceBufferSize.
> Source/WebCore/platform/graphics/gpu/opencl/FilterContextOpenCL.cpp:70 > + devices = reinterpret_cast<cl_device_id *>(fastMalloc(deviceBufferSize));
cl_device_id* without space
> Source/WebCore/platform/graphics/gpu/opencl/FilterContextOpenCL.cpp:120 > +void FilterContextOpenCL::openCLTransformColorSpace(OpenCLHandle& source, IntRect sourceSize, ColorSpace srcColorSpace, ColorSpace dstColorSpace)
This is just a note, but perhaps you could try sometimes the performance of doing the computation in the kernel without passing an array.
> Source/WebCore/platform/graphics/gpu/opencl/OpenCLHandle.h:30 > + OpenCLHandle() : m_openclMemory(0) { }
openCLImage and m_openclMemory names are not consistent. Use openCL everywhere (there are some other identifiers where this renaming is needed).
Tamas Czene
Comment 14
2012-11-23 01:09:27 PST
Created
attachment 175749
[details]
proposed patch
WebKit Review Bot
Comment 15
2012-11-23 01:15:10 PST
Comment on
attachment 175749
[details]
proposed patch Rejecting
attachment 175749
[details]
from commit-queue. Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 1 ERROR: /mnt/git/webkit-commit-queue/Source/WebCore/ChangeLog neither lists a valid reviewer nor contains the string "Unreviewed" or "Rubber stamp" (case insensitive). Full output:
http://queues.webkit.org/results/14967646
Matt Arsenault
Comment 16
2012-11-23 01:15:29 PST
View in context:
https://bugs.webkit.org/attachment.cgi?id=175437&action=review
> Source/WebCore/platform/graphics/gpu/opencl/FilterContextOpenCL.cpp:141 > +
These look like they don't account for the possibility that the kernel will fail to build. If the build fails, you'll be setting arguments / trying to run a null kernel
> Source/WebCore/platform/graphics/gpu/opencl/FilterContextOpenCL.h:32 > +#include "CL/cl.h"
On OS X This is under <OpenCL/cl.h>
> Source/WebCore/platform/graphics/gpu/opencl/FilterContextOpenCL.h:104 > + { > + clFinish(m_context->m_commandQueue); > + clEnqueueNDRangeKernel(m_context->m_commandQueue, m_kernel, 2, 0, m_globalSize, 0, 0, 0, 0); > + }
These should really be checked. These are pretty likely to fail. I also don't approve of using the default group size since that tends to not perform well (although choosing an appropriate size is unfortunately somewhat difficult)
> Source/WebCore/platform/graphics/gpu/opencl/OpenCLFETurbulence.cpp:58 > + return a + t * (b - a);
return mad(b - a, t, a);?
> Source/WebCore/platform/graphics/gpu/opencl/OpenCLFETurbulence.cpp:86 > +
I suspect that a lot of your indexing calculations are candidates for mad24() if you know your sizes require < 24 bits.
> Source/WebCore/platform/graphics/gpu/opencl/OpenCLFETurbulence.cpp:114 > + StitchData stitchData; > + stitchData.width = 0; > + stitchData.wrapX = 0; > + stitchData.height = 0; > + stitchData.wrapY = 0;
How about StitchData stitchData = { 0, 0, 0, 0 };?
> Source/WebCore/platform/graphics/gpu/opencl/OpenCLFETurbulence.cpp:126 > + if (baseFrequencyX / lowFrequency < highFrequency / baseFrequencyX) > + baseFrequencyX = lowFrequency; > + else > + baseFrequencyX = highFrequency;
For conditional assignments like this it would probably be better to use ternary operator or select() function.
> Source/WebCore/platform/graphics/gpu/opencl/OpenCLFETurbulence.cpp:135 > + if (baseFrequencyY / lowFrequency < highFrequency / baseFrequencyY) > + baseFrequencyY = lowFrequency; > + else > + baseFrequencyY = highFrequency; > + }
Same.
> Source/WebCore/platform/graphics/gpu/opencl/OpenCLFETurbulence.cpp:161 > + if (type == 1) { > + turbulenceFunctionResult.x += noise2D(redComponent, latticeSelector, stitchData, noiseVectorX, noiseVectorY, stitchTiles) / ratio; > + turbulenceFunctionResult.y += noise2D(greenComponent, latticeSelector, stitchData, noiseVectorX, noiseVectorY, stitchTiles) / ratio; > + turbulenceFunctionResult.z += noise2D(blueComponent, latticeSelector, stitchData, noiseVectorX, noiseVectorY, stitchTiles) / ratio; > + turbulenceFunctionResult.w += noise2D(alphaComponent, latticeSelector, stitchData, noiseVectorX, noiseVectorY, stitchTiles) / ratio; > + } else { > + turbulenceFunctionResult.x += fabs(noise2D(redComponent, latticeSelector, stitchData, noiseVectorX, noiseVectorY, stitchTiles)) / ratio; > + turbulenceFunctionResult.y += fabs(noise2D(greenComponent, latticeSelector, stitchData, noiseVectorX, noiseVectorY, stitchTiles)) / ratio; > + turbulenceFunctionResult.z += fabs(noise2D(blueComponent, latticeSelector, stitchData, noiseVectorX, noiseVectorY, stitchTiles)) / ratio; > + turbulenceFunctionResult.w += fabs(noise2D(alphaComponent, latticeSelector, stitchData, noiseVectorX, noiseVectorY, stitchTiles)) / ratio; > + }
Move the common noise2D part ahead of the if, and then instead of the if do something like turbuenceFunctionResult += (type == 1) ? result : fabs(result)
> Source/WebCore/platform/graphics/gpu/opencl/OpenCLFETurbulence.cpp:169 > + stitchData.wrapX = 2 * stitchData.wrapX - s_perlinNoise;
How about stitchData.wrapX = mad(2, stitchData.wrapX, -s_perlineNoise)?
> Source/WebCore/platform/graphics/gpu/opencl/OpenCLFETurbulence.cpp:176 > + turbulenceFunctionResult = turbulenceFunctionResult * 0.5f + 0.5f;
mad(0.5f, turbulenceFunctionResult, 0.5f)?
> Source/WebCore/platform/graphics/gpu/opencl/OpenCLFETurbulence.cpp:223 > + kernel.run();
Where do you wait for the kernel to complete? The only clFinish/clWaitForEvents I see is before a clEnqueueNDRangeKernel
WebKit Review Bot
Comment 17
2012-11-23 01:27:30 PST
Attachment 175749
[details]
did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1 Source/WebCore/platform/graphics/gpu/opencl/OpenCLHandle.h:33: cl_mem is incorrectly named. Don't use underscores in your identifier names. [readability/naming/underscores] [4] Total errors found: 1 in 14 files If any of these errors are false positives, please file a bug against check-webkit-style.
Zoltan Herczeg
Comment 18
2012-11-23 01:36:16 PST
You have some good ideas.
> These look like they don't account for the possibility that the kernel will > fail to build. If the build fails, you'll be setting arguments / trying to > run a null kernel
The source code of the kernel should be correct, so the only fail possibility here is the out-of-resource allocation, which could be handled by a CRASH() macro.
> > Source/WebCore/platform/graphics/gpu/opencl/FilterContextOpenCL.h:32 > > +#include "CL/cl.h" > > On OS X This is under <OpenCL/cl.h>
Mac port comes later.
> > > Source/WebCore/platform/graphics/gpu/opencl/FilterContextOpenCL.h:104 > > + { > > + clFinish(m_context->m_commandQueue); > > + clEnqueueNDRangeKernel(m_context->m_commandQueue, m_kernel, 2, 0, m_globalSize, 0, 0, 0, 0); > > + } > > These should really be checked. These are pretty likely to fail.
Why?
> Where do you wait for the kernel to complete? The only clFinish/clWaitForEvents I see is before a clEnqueueNDRangeKernel
Opencl supports async execution, so we don't need to wait here.
Zoltan Herczeg
Comment 19
2012-11-23 03:35:22 PST
> > Source/WebCore/platform/graphics/gpu/opencl/OpenCLFETurbulence.cpp:114 > > + StitchData stitchData; > > + stitchData.width = 0; > > + stitchData.wrapX = 0; > > + stitchData.height = 0; > > + stitchData.wrapY = 0; > > How about StitchData stitchData = { 0, 0, 0, 0 };?
C++ preprocessor will complain abut it, since comma is also an argument separator for the preprocessor.
Matt Arsenault
Comment 20
2012-11-23 03:41:50 PST
(In reply to
comment #18
)
> You have some good ideas. > > > These look like they don't account for the possibility that the kernel will > fail to build. If the build fails, you'll be setting arguments / trying to > run a null kernel > > The source code of the kernel should be correct, so the only fail possibility here is the out-of-resource allocation, which could be handled by a CRASH() macro.
The kernel might be correct, but the compiler might not. My experience with OpenCL is taking one kernel that builds on one implementation won't work on another. I wouldn't put so much faith in the compiler.
> > > > > Source/WebCore/platform/graphics/gpu/opencl/FilterContextOpenCL.h:104 > > > + { > > > + clFinish(m_context->m_commandQueue); > > > + clEnqueueNDRangeKernel(m_context->m_commandQueue, m_kernel, 2, 0, m_globalSize, 0, 0, 0, 0); > > > + } > > > > These should really be checked. These are pretty likely to fail. > > Why?
Such is the way with OpenCL. On the Nvidia platform in particular most problems end up manifesting themselves as an error from clFinish.
> > > Where do you wait for the kernel to complete? The only clFinish/clWaitForEvents I see is before a clEnqueueNDRangeKernel > > Opencl supports async execution, so we don't need to wait here.
You do when you'll need the result (which I guess I'm missing)
Matt Arsenault
Comment 21
2012-11-23 03:42:24 PST
(In reply to
comment #19
)
> > > Source/WebCore/platform/graphics/gpu/opencl/OpenCLFETurbulence.cpp:114 > > > + StitchData stitchData; > > > + stitchData.width = 0; > > > + stitchData.wrapX = 0; > > > + stitchData.height = 0; > > > + stitchData.wrapY = 0; > > > > How about StitchData stitchData = { 0, 0, 0, 0 };? > > C++ preprocessor will complain abut it, since comma is also an argument separator for the preprocessor.
If your stringify macro is #define STRINGIFY(...) # __VA_ARGS__ it should work
Matt Arsenault
Comment 22
2012-11-23 03:48:21 PST
(In reply to
comment #20
)
> > Why? >
Another reason is buffer allocation is usually delayed until first use. e.g. Create output buffer, bind to kernel, and then the memory resource allocation will fail on the enqueuendrange
Zoltan Herczeg
Comment 23
2012-11-23 03:58:10 PST
> The kernel might be correct, but the compiler might not. My experience with > OpenCL is taking one kernel that builds on one implementation won't work on > another. I wouldn't put so much faith in the compiler.
Any example for that? We does not use anything which is not specified in the standard. Btw this patch contains a feature, which should be tested before enabled, so in general the only thing which could happen here is the out-of-resource condition.
> Such is the way with OpenCL. On the Nvidia platform in particular most problems end up manifesting themselves as an error from clFinish.
In general WK does not have a mechanism to detect out-of-resource conditions. It calls CRASH(), or just simply crashes.
> > > Where do you wait for the kernel to complete? The only clFinish/clWaitForEvents I see is before a clEnqueueNDRangeKernel > > > > Opencl supports async execution, so we don't need to wait here. > > You do when you'll need the result (which I guess I'm missing)
That is performed by clEnqueueReadImage() (and ideally only happens for the last image). The standard says: All commands that use this image object have finished execution before the read command begins execution. The general idea is that we just enque OpenCL commands, and let WK and OCL do their work, and when the result is needed we read it. Up to that point they can run parallelly.
Zoltan Herczeg
Comment 24
2012-11-23 03:59:26 PST
> > > Why? > > > > Another reason is buffer allocation is usually delayed until first use. e.g. Create output buffer, bind to kernel, and then the memory resource allocation will fail on the enqueuendrange
Ok so this is another out-of-resource condition.
Tamas Czene
Comment 25
2012-11-23 05:10:25 PST
(In reply to
comment #16
)
> View in context:
https://bugs.webkit.org/attachment.cgi?id=175437&action=review
> > Source/WebCore/platform/graphics/gpu/opencl/OpenCLFETurbulence.cpp:169 > > + stitchData.wrapX = 2 * stitchData.wrapX - s_perlinNoise; > > How about stitchData.wrapX = mad(2, stitchData.wrapX, -s_perlineNoise)?
The suggested code didn't work, probably because stitchData.wrapX is type of int.
Tamas Czene
Comment 26
2012-11-23 07:45:20 PST
Created
attachment 175808
[details]
proposed patch
WebKit Review Bot
Comment 27
2012-11-23 07:47:39 PST
Attachment 175808
[details]
did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1 Source/WebCore/platform/graphics/gpu/opencl/OpenCLHandle.h:33: cl_mem is incorrectly named. Don't use underscores in your identifier names. [readability/naming/underscores] [4] Total errors found: 1 in 14 files If any of these errors are false positives, please file a bug against check-webkit-style.
Tamas Czene
Comment 28
2012-11-26 04:16:47 PST
Created
attachment 175967
[details]
proposed patch
WebKit Review Bot
Comment 29
2012-11-26 04:22:06 PST
Attachment 175967
[details]
did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1 Source/WebCore/platform/graphics/gpu/opencl/OpenCLHandle.h:33: cl_mem is incorrectly named. Don't use underscores in your identifier names. [readability/naming/underscores] [4] Total errors found: 1 in 14 files If any of these errors are false positives, please file a bug against check-webkit-style.
Tamas Czene
Comment 30
2012-11-26 06:43:57 PST
Created
attachment 175996
[details]
proposed patch
WebKit Review Bot
Comment 31
2012-11-26 07:08:59 PST
Attachment 175996
[details]
did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1 Source/WebCore/platform/graphics/gpu/opencl/OpenCLHandle.h:33: cl_mem is incorrectly named. Don't use underscores in your identifier names. [readability/naming/underscores] [4] Total errors found: 1 in 14 files If any of these errors are false positives, please file a bug against check-webkit-style.
Tamas Czene
Comment 32
2012-11-26 08:14:47 PST
Created
attachment 176005
[details]
proposed patch
WebKit Review Bot
Comment 33
2012-11-26 08:20:13 PST
Attachment 176005
[details]
did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1 Source/WebCore/platform/graphics/gpu/opencl/OpenCLHandle.h:33: cl_mem is incorrectly named. Don't use underscores in your identifier names. [readability/naming/underscores] [4] Total errors found: 1 in 14 files If any of these errors are false positives, please file a bug against check-webkit-style.
Zoltan Herczeg
Comment 34
2012-11-26 08:20:51 PST
Comment on
attachment 176005
[details]
proposed patch Thanks for all comments. I think this patch is ready now. r=me.
WebKit Review Bot
Comment 35
2012-11-26 09:19:13 PST
Comment on
attachment 176005
[details]
proposed patch Clearing flags on attachment: 176005 Committed
r135733
: <
http://trac.webkit.org/changeset/135733
>
WebKit Review Bot
Comment 36
2012-11-26 09:19:19 PST
All reviewed patches have been landed. Closing bug.
Kent Tamura
Comment 37
2012-11-26 16:01:16 PST
Would you add OPENCL flag to
https://trac.webkit.org/wiki/FeatureFlags
please?
Zoltan Herczeg
Comment 38
2012-11-26 21:05:30 PST
(In reply to
comment #37
)
> Would you add OPENCL flag to
https://trac.webkit.org/wiki/FeatureFlags
please?
Thank you for reminding me. I also noticed that some other flags are missing, I will update the text on tomorrow morning.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug