Closed
Bug 777943
Opened 13 years ago
Closed 13 years ago
Let WebGL getRenderbufferParameter return the WebGL format rather than re-querying the GL and tweaking
Categories
(Core :: Graphics: CanvasWebGL, defect)
Tracking
()
RESOLVED
FIXED
mozilla17
People
(Reporter: bjacob, Assigned: bjacob)
Details
(Whiteboard: webgl-conformance)
Attachments
(1 file)
1.76 KB,
patch
|
jgilbert
:
review+
|
Details | Diff | Splinter Review |
Currently getRenderbufferParameter for INTERNAL_FORMAT queries the GL and performs a tweak to map correctly GL renderbuffer formats to WebGL formats.
We should simply return the WebGL format instead, which we already know. In addition of being simpler (no tweaking needed) this works around one of the remaining driver bugs on Mac OSX 10.8 / AMD.
Attachment #646354 -
Flags: review?(jgilbert)
Assignee | ||
Comment 1•13 years ago
|
||
Updated•13 years ago
|
Attachment #646354 -
Flags: review?(jgilbert) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Assignee: nobody → bjacob
Target Milestone: --- → mozilla17
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•