RESOLVED INVALID 117700
[GTK] applyBlurFilter() in TextureMapperShaderProgram.cpp returns wrong value.
https://bugs.webkit.org/show_bug.cgi?id=117700
Summary [GTK] applyBlurFilter() in TextureMapperShaderProgram.cpp returns wrong value.
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.