Closed
Bug 1136508
Opened 10 years ago
Closed 8 years ago
WebGL 1.0.3 conformance error: conformance/textures/texture-copying-feedback-loops.html
Categories
(Core :: Graphics: CanvasWebGL, defect)
Tracking
()
RESOLVED
FIXED
mozilla50
Tracking | Status | |
---|---|---|
firefox50 | --- | fixed |
People
(Reporter: lukebenes, Assigned: jgilbert)
References
(Blocks 1 open bug)
Details
(Whiteboard: webgl-conformance gfx-noted)
Attachments
(5 files)
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:39.0) Gecko/20100101 Firefox/39.0
Build ID: 20150224030228
Steps to reproduce:
https://www.khronos.org/registry/webgl/sdk/tests/conformance/textures/texture-copying-feedback-loops.html?webglVersion=1
Actual results:
conformance/textures/texture-copying-feedback-loops.html (7 of 9 passed)
failed: getError expected: INVALID_OPERATION. Was NO_ERROR : after copyTexImage2D to same texture same level, invalid feedback loop
failed: getError expected: INVALID_OPERATION. Was NO_ERROR : after copyTexSubImage2D to same texture same level, invalid feedback loop
Expected results:
Chrome passes all the tests. Firefox fails with both the ANGLE and OpenGL backends.
Summary: conformance/textures/texture-copying-feedback-loops.html → WebGL conformance error: conformance/textures/texture-copying-feedback-loops.html
Updated•10 years ago
|
Component: Untriaged → Canvas: WebGL
Product: Firefox → Core
Updated•10 years ago
|
Blocks: webgl-1.0.2
Whiteboard: webgl-conformance
Assignee | ||
Updated•10 years ago
|
Whiteboard: webgl-conformance → webgl-conformance gfx-noted
No longer blocks: webgl-1.0.2
Summary: WebGL conformance error: conformance/textures/texture-copying-feedback-loops.html → WebGL 1.0.3 conformance error: conformance/textures/texture-copying-feedback-loops.html
Updated•10 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 1•9 years ago
|
||
This was tested to fail independent of hardware:
- SPARK, GIADA, MACBOOK_AIR_OSX, MACBOOK_AIR_WIN, MACBOOK_PRO_OSX, MACBOOK_PRO_WIN, MACMINI, MACPRO, NEXUS-4, NEXUS-5, NEXUS-10, SURFACE, WINDBOX, HASWELL, HPOMEN
See https://bugzilla.mozilla.org/show_bug.cgi?id=1178601 for hardware configuration details of these systems.
The root cause for this failure is likely a missing implementation from https://bugzilla.mozilla.org/show_bug.cgi?id=936739 .
Assignee | ||
Updated•9 years ago
|
Blocks: webgl-103-conformance
Comment 3•9 years ago
|
||
Detect the feedback loop and report error.
Updated•9 years ago
|
Assignee: ethlin → nobody
Comment 4•8 years ago
|
||
Retested this today on my HASWELL PC with
Windows 10 Home 64-bit
3.0 GHz Intel 8-Core i7-5960X
32GB of RAM
3840x2160 pixels display
SLI 2x ASUS NVIDIA GeForce GTX 980 Ti, 4+4GB of VRAM, driver version 365.19
- nvd3dumx.dll, nvwgf2umx.dll:
- version 10.18.13.6191
- date 2/8/2016
- D3D Version 12.1, WDDM 2.0, WHQL approved
with Firefox Nightly 50.0a1 (2016-06-19), and I see the failure still occurs.
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → jgilbert
Assignee | ||
Comment 5•8 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/63892/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/63892/
Attachment #8770437 -
Flags: review?(mtseng)
Attachment #8770438 -
Flags: review?(mtseng)
Attachment #8770439 -
Flags: review?(mtseng)
Assignee | ||
Comment 6•8 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/63894/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/63894/
Assignee | ||
Comment 7•8 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/63896/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/63896/
Assignee | ||
Comment 8•8 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/63898/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/63898/
Comment 9•8 years ago
|
||
Comment on attachment 8770437 [details]
Bug 1136508 - Detect CopyTexImage feedback loops. -
https://reviewboard.mozilla.org/r/63892/#review60952
Attachment #8770437 -
Flags: review?(mtseng) → review+
Comment 10•8 years ago
|
||
Comment on attachment 8770438 [details]
Bug 1136508 - Remove redundent READ_BUFFER != NONE validation. -
https://reviewboard.mozilla.org/r/63894/#review60954
Attachment #8770438 -
Flags: review?(mtseng) → review+
Comment 11•8 years ago
|
||
Comment on attachment 8770439 [details]
Bug 1136508 - Removed unused READ_BUFFER out-var from ValidateCurFBForRead. -
https://reviewboard.mozilla.org/r/63896/#review60956
Attachment #8770439 -
Flags: review?(mtseng) → review+
Comment 12•8 years ago
|
||
Pushed by jgilbert@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/190fa9a5f989
Detect CopyTexImage feedback loops. - r=mtseng
https://hg.mozilla.org/integration/mozilla-inbound/rev/13d68716249b
Remove redundent READ_BUFFER != NONE validation. - r=mtseng
https://hg.mozilla.org/integration/mozilla-inbound/rev/1620c8f330a3
Removed unused READ_BUFFER out-var from ValidateCurFBForRead. - r=mtseng
https://hg.mozilla.org/integration/mozilla-inbound/rev/bdfafe991ec6
funcName for CopyTexImage2D should be copyTexImage2D.
https://hg.mozilla.org/integration/mozilla-inbound/rev/32c906431710
Build fixes.
https://hg.mozilla.org/integration/mozilla-inbound/rev/da8a989f65d1
Mark test as passing.
Comment 13•8 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/190fa9a5f989
https://hg.mozilla.org/mozilla-central/rev/13d68716249b
https://hg.mozilla.org/mozilla-central/rev/1620c8f330a3
https://hg.mozilla.org/mozilla-central/rev/bdfafe991ec6
https://hg.mozilla.org/mozilla-central/rev/32c906431710
https://hg.mozilla.org/mozilla-central/rev/da8a989f65d1
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
You need to log in
before you can comment on or make changes to this bug.
Description
•