Closed
Bug 1415936
Opened 8 years ago
Closed 8 years ago
[webgl] Textures are not displayed
Categories
(Core :: Graphics: CanvasWebGL, defect, P3)
Tracking
()
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox58 | --- | affected |
People
(Reporter: augustin.trancart, Unassigned)
Details
(Whiteboard: [gfx-noted])
[Description]
In a webgl context, no textures are shown
[Step to reproduce]
- open with Firefox dev edition a page with a webgl context using texture, for instance: http://learningwebgl.com/lessons/lesson05/index.html or http://www.itowns-project.org/itowns/examples/globe.html
[Expected]
Textures are shown, like in other browser (chromium, firefox stable, firefox nightly).
[Actual]
No textures are shown.
As it is working in nightly, maybe it's just a matter of waiting for the next Firefox dev edition release, but as a dev, it means I cannot use firefox dev edition to develop until it is fixed.
Comment 1•8 years ago
|
||
Does Firefox Nightly works well? We are going to update our new version to Firefox dev edition soon.
| Reporter | ||
Comment 2•8 years ago
|
||
Yes, Firefox Nightly works. Do you know when this update will take place? I'll test again after.
Comment 3•8 years ago
|
||
It has already been fixed at Nightly.
d2580222abc7 Jeff Gilbert — Bug 1414977 - Skip DrawElements if !indexCount, not !lastVert. - r=daoshengmu
25856ffb9083 Jeff Gilbert — Bug 1414977 - Add test for drawing without index validation. - r=daoshengmu
c0a66ad2d873 Jeff Gilbert — Bug 1414977 - Allow webgl.force-index-validation:-1 to disable index validation for testing. - r=daoshengmu
Please wait for the next update. Sorry for the inconvenient.
Updated•8 years ago
|
Whiteboard: [gfx-noted]
Updated•8 years ago
|
Priority: -- → P3
| Reporter | ||
Comment 4•8 years ago
|
||
Seems to be fixed in last release
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•