Bug 105029 - [EFL][WK2] webgl-composite-modes.html has rendering problems
Summary: [EFL][WK2] webgl-composite-modes.html has rendering problems
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 109227
Blocks: 104459
  Show dependency treegraph
 
Reported: 2012-12-14 08:06 PST by Jussi Kukkonen (jku)
Modified: 2017-03-11 10:44 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jussi Kukkonen (jku) 2012-12-14 08:06:23 PST
The rendering results for 
  fast/canvas/webgl/webgl-composite-modes-repaint.html
  fast/canvas/webgl/webgl-composite-modes.html
have several serious rendering issues.
Comment 1 Kalyan 2013-01-09 21:30:06 PST
Tests seem ok with latest trunk.
Comment 2 Jussi Kukkonen (jku) 2013-01-10 04:39:54 PST
Looks a lot betterm the rendering issues I remember seeing are gone.

There are still two issues when I test locally:

On both tests: the canvas content position seems to have an off by one error: they seem to be 1 pixel too low and 1 pixel too much to the right
The image as a whole is significantly darker than the reference

On fast/canvas/webgl/webgl-composite-modes-repaint.html: the whole image is very dark, much darker than the reference or fast/canvas/webgl/webgl-composite-modes.html result
Comment 3 Viatcheslav Ostapenko 2013-01-10 09:41:58 PST
(In reply to comment #2)
> Looks a lot betterm the rendering issues I remember seeing are gone.
> 
> There are still two issues when I test locally:
> 
> On both tests: the canvas content position seems to have an off by one error: they seem to be 1 pixel too low and 1 pixel too much to the right
> The image as a whole is significantly darker than the reference
> 
> On fast/canvas/webgl/webgl-composite-modes-repaint.html: the whole image is very dark, much darker than the reference or fast/canvas/webgl/webgl-composite-modes.html result

I think originally those to tests have different problems.

webgl-composite-modes didn't show right because 1st frame display was broken. This was fixed by r139033 .

webgl-composite-modes-repaint was broken because of issue that was fixed by r138265 .

Now we have completely different issues. And still different for both tests.
I think webgl-composite-modes is affected by https://bugs.webkit.org/show_bug.cgi?id=102374 .
webgl-composite-modes-repaint might have wrong opacity on layer, but it just a guess.

I'd suggest to separate this to different bugs.
Comment 4 Michael Catanzaro 2017-03-11 10:44:45 PST
Closing this bug because the EFL port has been removed from trunk.

If you feel this bug applies to a different upstream WebKit port and was closed in error, please either update the title and reopen the bug, or leave a comment to request this.