Closed
Bug 923194
Opened 11 years ago
Closed 11 years ago
Too-low GL version should not be a fatal assertion
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla27
People
(Reporter: roc, Assigned: roc)
References
Details
Attachments
(1 file)
1.04 KB,
patch
|
bjacob
:
review+
|
Details | Diff | Splinter Review |
GLContext::InitWithPrefix does a fatal assert if ParseGLVersion returns a version less than mVersion. This should not be fatal, we can just set mInitialized to false in this case and carry on. On my Linux build I've removed Nvidia's DRI driver and I hit this assertion; the upcoming patch lets me carry on and everything seems to work.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #813177 -
Flags: review?(bjacob)
Updated•11 years ago
|
Attachment #813177 -
Flags: review?(bjacob) → review+
Assignee | ||
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
You need to log in
before you can comment on or make changes to this bug.
Description
•