Closed
Bug 1233819
Opened 9 years ago
Closed 9 years ago
WebGL doesn't work on XP
Categories
(Core :: Graphics: CanvasWebGL, defect)
Tracking
()
RESOLVED
FIXED
mozilla46
People
(Reporter: jrmuizel, Assigned: jgilbert)
References
Details
(Whiteboard: gfx-noted)
Attachments
(2 files)
3.12 KB,
patch
|
jrmuizel
:
review+
Sylvestre
:
approval-mozilla-aurora+
Sylvestre
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
5.21 KB,
patch
|
jrmuizel
:
review+
|
Details | Diff | Splinter Review |
The regression window for this change is:
https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=a4ce197dfecef223c0e9f84ab3bc1fc27c5cf0cb&tochange=bf864106469cefbea0cb1f9931d35a9b23350c73
Which suggests bug 1209612
Reporter | ||
Comment 1•9 years ago
|
||
[Tracking Requested - why for this release]: WebGL stopped working
tracking-firefox45:
--- → ?
tracking-firefox46:
--- → ?
Updated•9 years ago
|
Whiteboard: gfx-noted
Comment 2•9 years ago
|
||
Jeff if this was caused by the fix in bug 1209612 can you have a look? Thanks.
Tracking since this seems to be a recent regression.
Assignee | ||
Comment 3•9 years ago
|
||
I don't have a WinXP machine. Can you debug this :jrmuizel?
Flags: needinfo?(jgilbert) → needinfo?(jmuizelaar)
Reporter | ||
Comment 4•9 years ago
|
||
This broke because we no longer call GetAndInitDisplay() on XP. We don't call GetAndInitDisplay(*this, LOCAL_EGL_D3D11_ELSE_D3D9_DISPLAY_ANGLE) because gfxPlatform::CanUseDirect3D11ANGLE() is false.
}
Assignee: nobody → jgilbert
Flags: needinfo?(jmuizelaar)
Reporter | ||
Updated•9 years ago
|
Summary: WebGL doesn't work on my XP machine → WebGL doesn't work on XP
Reporter | ||
Updated•9 years ago
|
Flags: needinfo?(jgilbert)
Assignee | ||
Comment 5•9 years ago
|
||
Flags: needinfo?(jgilbert)
Attachment #8705852 -
Flags: review?(jmuizelaar)
Reporter | ||
Updated•9 years ago
|
Attachment #8705852 -
Flags: review?(jmuizelaar) → review+
Assignee | ||
Comment 6•9 years ago
|
||
Attachment #8705854 -
Flags: review?(jmuizelaar)
Assignee | ||
Comment 7•9 years ago
|
||
Reporter | ||
Updated•9 years ago
|
Attachment #8705854 -
Flags: review?(jmuizelaar) → review+
Comment 9•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla46
Updated•9 years ago
|
Blocks: 1209612
status-firefox42:
--- → wontfix
status-firefox43:
--- → wontfix
status-firefox44:
--- → affected
status-firefox-esr38:
--- → unaffected
status-firefox-esr45:
--- → affected
OS: Unspecified → Windows XP
Hardware: Unspecified → All
Assignee | ||
Comment 10•9 years ago
|
||
Comment on attachment 8705852 [details] [diff] [review]
0001-Try-non-d3d11-ANGLE-if-d3d11-fails.patch
Approval Request Comment
[Feature/regressing bug #]: bug 1209612
[User impact if declined]: No WebGL on WinXP
[Describe test coverage new/current, TreeHerder]: Test included.
[Risks and why]: Low, since we have a test, and the code path we're adding is fairly simple.
[String/UUID change made/needed]: none
Attachment #8705852 -
Flags: approval-mozilla-aurora?
Assignee | ||
Comment 11•9 years ago
|
||
Comment on attachment 8705852 [details] [diff] [review]
0001-Try-non-d3d11-ANGLE-if-d3d11-fails.patch
Approval Request Comment
(See previous Aurora request comment)
Attachment #8705852 -
Flags: approval-mozilla-beta?
Updated•9 years ago
|
Comment 12•9 years ago
|
||
Comment on attachment 8705852 [details] [diff] [review]
0001-Try-non-d3d11-ANGLE-if-d3d11-fails.patch
We are supporting XP just like any other systems, taking it. Should be in 45 beta 2.
Attachment #8705852 -
Flags: approval-mozilla-beta?
Attachment #8705852 -
Flags: approval-mozilla-beta+
Attachment #8705852 -
Flags: approval-mozilla-aurora?
Attachment #8705852 -
Flags: approval-mozilla-aurora+
Comment 13•9 years ago
|
||
bugherder uplift |
Updated•9 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•