Closed
Bug 1258927
Opened 9 years ago
Closed 8 years ago
Regression in WebGL 1.0.2 conformance: conformance/extensions/oes-vertex-array-object.html
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
firefox48 | --- | affected |
People
(Reporter: lukebenes, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: gfx-noted)
Steps to reproduce:
On Windows with Intel or Nvidia hardware navigate to:
https://www.khronos.org/registry/webgl/conformance-suites/1.0.2/conformance/extensions/oes-vertex-array-object.html
Results:
Testing using deleted buffers referenced by VAOs
FAIL should be 0,0,255,255
at (0, 0) expected: 0,0,255,255 was 0,255,0,255
Testing that VAOs don't effect ARRAY_BUFFER binding.
FAIL should be red
at (0, 0) expected: 255,0,0,255 was 0,255,255,255
FAIL should be green
at (0, 0) expected: 0,255,0,255 was 0,255,255,255
FAIL getError expected: NO_ERROR. Was INVALID_VALUE : there should be no errors
Chrome passes all the tests. Firefox used to pass, but now fails with nightly. Confirmed on Intel HD 5200 and Nvidia GTX 650.
Blocks: webgl-1.0.2
Ubuntu 14.04 with Nvidia GTX 650 is also failing this test.
OS: Unspecified → All
Hardware: Unspecified → All
Updated•9 years ago
|
Flags: needinfo?(jgilbert)
Whiteboard: gfx-noted
Comment 2•9 years ago
|
||
This should be the same failure as happens in 1.0.3.
Depends on: 1264213
Flags: needinfo?(jgilbert)
The d3d9 and d3d11 backend are now passing on Windows 10 with HD 4000.
Ubuntu 16.04 also working with HD 5000.
50.0a1 (2016-06-23)
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•