Bug 151757 - [WinCairo][MediaFoundation] Video is not rendered correctly on some graphics cards.
Summary: [WinCairo][MediaFoundation] Video is not rendered correctly on some graphics ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-02 10:44 PST by peavo
Modified: 2015-12-02 11:46 PST (History)
3 users (show)

See Also:


Attachments
Patch (3.56 KB, patch)
2015-12-02 10:47 PST, peavo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description peavo 2015-12-02 10:44:01 PST
We need to make sure we use the same bitmap format as in the Direct3D surface in video memory when copying surface data and rendering with Cairo.
Comment 1 peavo 2015-12-02 10:47:51 PST
Created attachment 266453 [details]
Patch
Comment 2 Alex Christensen 2015-12-02 11:03:42 PST
Comment on attachment 266453 [details]
Patch

This makes the video play on my NVIDIA GeForce GT 750M graphics card.  It didn't work before.
Comment 3 peavo 2015-12-02 11:19:29 PST
(In reply to comment #2)
> Comment on attachment 266453 [details]
> Patch
> 
> This makes the video play on my NVIDIA GeForce GT 750M graphics card.  It
> didn't work before.

Good news! Thanks for reviewing :)
Comment 4 WebKit Commit Bot 2015-12-02 11:46:40 PST
Comment on attachment 266453 [details]
Patch

Clearing flags on attachment: 266453

Committed r192951: <http://trac.webkit.org/changeset/192951>
Comment 5 WebKit Commit Bot 2015-12-02 11:46:43 PST
All reviewed patches have been landed.  Closing bug.