Closed
Bug 1263678
Opened 9 years ago
Closed 9 years ago
Don't blacklist OGL on Linux if we don't have TextureFromPixmap
Categories
(Core :: Graphics: Layers, defect)
Core
Graphics: Layers
Tracking
()
RESOLVED
FIXED
mozilla49
People
(Reporter: BenWa, Assigned: lsalzman)
References
Details
(Whiteboard: [gfx-noted])
Attachments
(1 file)
1.88 KB,
patch
|
karlt
:
review+
|
Details | Diff | Splinter Review |
This blacklist doesn't make any sense since we don't use the extension.
Reporter | ||
Updated•9 years ago
|
Blocks: ogl-linux-beta
Whiteboard: [gfx-noted]
Assignee | ||
Comment 1•9 years ago
|
||
We don't actually use TFP unless it is pref'd on at current, and when it is pref'd on, it is broken anyway until we have time to reevaluate it and GL context initialization for it.
Since OpenGL layers still offers a performance advantage over basic layers even without TFP, it makes no sense to blacklist because of a lack of TFP at present.
Comment 2•9 years ago
|
||
Comment on attachment 8746153 [details] [diff] [review]
don't block OpenGL layers when lacking EXT_texture_from_pixmap
Any reason to keep the code?
Are you planning to resurrect a variant at some stage?
Attachment #8746153 -
Flags: review?(karlt) → review+
Comment 4•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla49
Release Note Request (optional, but appreciated)
[Why is this notable]:
[Suggested wording]: Linux installations not supporting EXT_texture_from_pixmap OpenGL extension are not blocked from OpenGL acceleration anymore.
[Links (documentation, blog post, etc)]:
relnote-firefox:
--- → ?
Comment 6•9 years ago
|
||
Relnote -, pretty technical description that we are not sure would be helpful to end users.
Updated•9 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•