[Webkit-unassigned] [Bug 117700] New: [GTK] applyBlurFilter() in TextureMapperShaderProgram.cpp returns wrong value.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 17 08:49:52 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=117700
Summary: [GTK] applyBlurFilter() in
TextureMapperShaderProgram.cpp returns wrong value.
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: Normal
Priority: P3
Component: WebGL
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: mwang at opentv.com
In Source\WebCore\platform\graphics\texmap\TextureMapperShaderProgram.cpp:
void applyBlurFilter(inout vec4 color)
{
....
color = total;
}
void applyAlphaBlur(inout vec4 color)
{
.....
color *= total;
}
applyBlurFilter() should have the similar code in the function applyAlphaBlur().
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list