Closed
Bug 1541059
Opened 6 years ago
Closed 6 years ago
Add KHR_debug support for WebRender
Categories
(Core :: Graphics: WebRender, enhancement, P2)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla68
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: aosmond, Assigned: aosmond)
References
Details
(Keywords: feature)
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Add support for KHR_debug in addition to EXT_debug_marker. This will allow us to view debug markers in RenderDoc/APITrace/etc when debugging WebRender captures on platforms that only support the former.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Priority: P1 → P2
Assignee | ||
Comment 1•6 years ago
|
||
Today we already support EXT_debug_marker for debug markers in
WebRender. This is useful to categorize GL API calls in tools such as
APITrace and RenderDoc. However not all drivers indicate support for
said extension, but instead support KHR_debug. This patch makes us
support both methods, preferring KHR_debug.
Assignee | ||
Comment 2•6 years ago
|
||
Pushed by aosmond@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/69736a7748c5
Add support for KHR_debug to WebRender for debug markers. r=kvark
Comment 4•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•