Closed
Bug 743918
Opened 13 years ago
Closed 11 years ago
In GetOptimalReadFormats(): EXT_bgra queried on GLES path
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: jgilbert, Assigned: jgilbert)
References
()
Details
EXT_bgra is a desktop GL extension, not a GLES extension. Furthermore, EXT_bgra was written against GL 1.1, and was apparently moved to core in 2.0. Since we don't support <2.0, we shouldn't bother detecting it, and just assume it's there.
Assignee | ||
Updated•13 years ago
|
Severity: normal → minor
Assignee | ||
Comment 1•11 years ago
|
||
Evidently, some Tegra devices claim support for EXT_bgra in GLES, anyways.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•