Bug 117700

Summary: [GTK] applyBlurFilter() in TextureMapperShaderProgram.cpp returns wrong value.
Product: WebKit Reporter: Mark Wang <mwang>
Component: WebGLAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: bugs-noreply, Hironori.Fujii
Priority: P3    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
The patch for the issue in the applyBlurFilter(). none

Mark Wang
Reported 2013-06-17 08:48:30 PDT
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().
Attachments
The patch for the issue in the applyBlurFilter(). (640 bytes, patch)
2013-06-17 08:49 PDT, Mark Wang
no flags
Mark Wang
Comment 1 2013-06-17 08:49:58 PDT
Created attachment 204827 [details] The patch for the issue in the applyBlurFilter().
Fujii Hironori
Comment 2 2022-06-15 22:35:50 PDT
Do you have a test case. I think it's a correct code.
Note You need to log in before you can comment on or make changes to this bug.