Closed
Bug 1285117
Opened 9 years ago
Closed 9 years ago
Pass WebGL2 conformance conformance/extensions/webgl-compressed-texture-atc.html
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
mozilla50
Tracking | Status | |
---|---|---|
firefox50 | --- | fixed |
People
(Reporter: ethlin, Assigned: jgilbert)
References
()
Details
Attachments
(1 file, 1 obsolete file)
FAIL supportedFormats.length should be 10. Was 0.
Reporter | ||
Comment 1•9 years ago
|
||
For webgl2, put the compressed format into the mCompressedTextureFormats.
Attachment #8768658 -
Flags: review?(jgilbert)
Assignee | ||
Comment 2•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/63320/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/63320/
Attachment #8769379 -
Flags: review?(ethlin)
Assignee | ||
Comment 3•9 years ago
|
||
Comment on attachment 8768658 [details] [diff] [review]
generate compressed format array
Review of attachment 8768658 [details] [diff] [review]:
-----------------------------------------------------------------
We also need to reintroduce the formats in WebGLFormats.
Attachment #8768658 -
Flags: review?(jgilbert) → review-
Assignee | ||
Updated•9 years ago
|
Attachment #8768658 -
Attachment is obsolete: true
Assignee | ||
Updated•9 years ago
|
Assignee: ethlin → jgilbert
Assignee | ||
Comment 4•9 years ago
|
||
This also fixes:
conformance2/textures/misc/compressed-tex-image.html (Passed: 16/28 Failed: 12/28 in 738.0 ms)
conformance/extensions/webgl-compressed-texture-pvrtc.html (Passed: 4/5 Failed: 1/5 in 382.0 ms)
conformance/extensions/webgl-compressed-texture-s3tc.html (Passed: 734/738 Failed: 4/738 in 3081.0 ms)
Assignee | ||
Comment 5•9 years ago
|
||
Assignee | ||
Comment 6•9 years ago
|
||
(In reply to Jeff Gilbert [:jgilbert] from comment #4)
> This also fixes:
> conformance2/textures/misc/compressed-tex-image.html (Passed: 16/28
> Failed: 12/28 in 738.0 ms)
> conformance/extensions/webgl-compressed-texture-pvrtc.html (Passed: 4/5
> Failed: 1/5 in 382.0 ms)
> conformance/extensions/webgl-compressed-texture-s3tc.html (Passed:
> 734/738 Failed: 4/738 in 3081.0 ms)
Also:
conformance2/textures/misc/tex-storage-compressed-formats.html
Reporter | ||
Comment 7•9 years ago
|
||
Comment on attachment 8769379 [details]
Bug 1285117 - Reintroduce WebGL2 compressed formats. -
https://reviewboard.mozilla.org/r/63320/#review60212
Attachment #8769379 -
Flags: review?(ethlin) → review+
Pushed by jgilbert@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/b957e4b64c2b
Reintroduce WebGL2 compressed formats. - r=ethlin
Pushed by jgilbert@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/5a9c859747e5
Just return 0 on assert path. CLOSED TREE
Comment 10•9 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b957e4b64c2b
https://hg.mozilla.org/mozilla-central/rev/5a9c859747e5
Status: NEW → RESOLVED
Closed: 9 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
•