Closed
Bug 1371557
Opened 7 years ago
Closed 7 years ago
Enable depth buffer on GLContextProviderEGL
Categories
(Core :: Graphics: WebRender, enhancement)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla56
Tracking | Status | |
---|---|---|
firefox56 | --- | fixed |
People
(Reporter: sotaro, Assigned: sotaro)
References
Details
Attachments
(1 file, 3 obsolete files)
4.69 KB,
patch
|
nical
:
review+
|
Details | Diff | Splinter Review |
Depth buffer was enabled by Bug 1329574 except GLContextProviderEGL. And on windows, I some time saw a wired rendering. It seems to caused by no depth buffer.
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → sotaro.ikeda.g
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Comment 2•7 years ago
|
||
Attachment #8876041 -
Attachment is obsolete: true
Assignee | ||
Updated•7 years ago
|
Attachment #8876043 -
Flags: review?(nical.bugzilla)
Assignee | ||
Comment 3•7 years ago
|
||
Comment on attachment 8876043 [details] [diff] [review]
patch - Enable depth buffer on GLContextProviderEGL
I am going to update a patch.
Attachment #8876043 -
Flags: review?(nical.bugzilla)
Assignee | ||
Comment 4•7 years ago
|
||
Attachment #8876043 -
Attachment is obsolete: true
Assignee | ||
Updated•7 years ago
|
Attachment #8876048 -
Flags: review?(nical.bugzilla)
Assignee | ||
Comment 5•7 years ago
|
||
I saw the problem when scrolling the following page on windows without attachment 8876048 [details] [diff] [review]. Video seemed not clipped correctly.
https://www.youtube.com/watch?v=jhOVibLEDhA
Comment 6•7 years ago
|
||
Comment on attachment 8876048 [details] [diff] [review]
patch - Enable depth buffer on GLContextProviderEGL
Review of attachment 8876048 [details] [diff] [review]:
-----------------------------------------------------------------
Instead of adding the notion of webrender inside of GLContext, please rename this parameter into something more akin to the level of abstraction that GLContext sits at, for example "aEnableDepthBuffer".
Assignee | ||
Comment 7•7 years ago
|
||
Attachment #8876048 -
Attachment is obsolete: true
Attachment #8876048 -
Flags: review?(nical.bugzilla)
Assignee | ||
Comment 8•7 years ago
|
||
attachment 8877383 [details] [diff] [review] applied the comment.
Assignee | ||
Updated•7 years ago
|
Attachment #8877383 -
Flags: review?(nical.bugzilla)
Comment 9•7 years ago
|
||
Comment on attachment 8877383 [details] [diff] [review]
patch - Enable depth buffer on GLContextProviderEGL for webrender
Review of attachment 8877383 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks!
Attachment #8877383 -
Flags: review?(nical.bugzilla) → review+
Assignee | ||
Comment 10•7 years ago
|
||
Comment 11•7 years ago
|
||
Pushed by sikeda@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/c16210763445
Enable depth buffer on GLContextProviderEGL for webrender r=nical
Comment 12•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
You need to log in
before you can comment on or make changes to this bug.
Description
•