Closed
Bug 1128264
Opened 11 years ago
Closed 11 years ago
Update ANGLE to chromium/2214
Categories
(Core :: Graphics: CanvasWebGL, defect)
Tracking
()
RESOLVED
FIXED
mozilla38
Tracking | Status | |
---|---|---|
firefox38 | --- | fixed |
People
(Reporter: jrmuizel, Assigned: jrmuizel)
Details
Attachments
(1 file)
937.67 KB,
patch
|
jgilbert
:
review+
|
Details | Diff | Splinter Review |
This includes some necessary API changes on our side in WebGLShaderValidator
Attachment #8557599 -
Flags: review?(jgilbert)
Comment 1•11 years ago
|
||
(In reply to Jeff Muizelaar [:jrmuizel] from comment #0)
> Created attachment 8557599 [details] [diff] [review]
> Update ANGLE to chromium/2214
>
> This includes some necessary API changes on our side in WebGLShaderValidator
We're not hurting from the lack of these APIs right now, but I wouldn't say "no" to an ANGLE update.
Comment 2•11 years ago
|
||
Which API changes are necessary? Is it just what you changed in WebGLShaderValidator here? Those hardly seemed necessary. Is it something else?
Flags: needinfo?(jmuizelaar)
Assignee | ||
Comment 3•11 years ago
|
||
(In reply to Jeff Gilbert [:jgilbert] from comment #2)
> Which API changes are necessary? Is it just what you changed in
> WebGLShaderValidator here? Those hardly seemed necessary. Is it something
> else?
It was the ANGLE API that changed. ShGetInfo was removed and and the other ANGLE functions
now return std::strings.
Flags: needinfo?(jmuizelaar)
Comment 4•11 years ago
|
||
Comment on attachment 8557599 [details] [diff] [review]
Update ANGLE to chromium/2214
Review of attachment 8557599 [details] [diff] [review]:
-----------------------------------------------------------------
Alright, let's try it then.
Attachment #8557599 -
Flags: review?(jgilbert) → review+
Updated•11 years ago
|
Assignee: nobody → jmuizelaar
Comment 5•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
status-firefox38:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
You need to log in
before you can comment on or make changes to this bug.
Description
•