Closed
Bug 1250077
Opened 9 years ago
Closed 8 years ago
Implement WEBGL_compressed_texture_astc
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
mozilla53
People
(Reporter: fs, Assigned: jgilbert)
References
()
Details
(Keywords: dev-doc-complete, Whiteboard: webgl-extension [gfx-noted])
Attachments
(2 files)
Implement WebGL draft extension #30 for Adaptive Scalable Texture Compression (ASTC).
Spec: https://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_astc/
Chromium: https://bugs.chromium.org/p/chromium/issues/detail?id=516672
Updated•9 years ago
|
Whiteboard: webgl-extension → webgl-extension [gfx-noted]
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → jgilbert
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 3•8 years ago
|
||
mozreview-review |
Comment on attachment 8813559 [details]
Bug 1250077 - Implement WEBGL_compressed_texture_astc. -
https://reviewboard.mozilla.org/r/95004/#review95806
Attachment #8813559 -
Flags: review?(ethlin) → review+
Comment 4•8 years ago
|
||
mozreview-review |
Comment on attachment 8813558 [details]
Bug 1250077 - Add idl for WEBGL_compressed_texture_astc. -
https://reviewboard.mozilla.org/r/95002/#review96116
Attachment #8813558 -
Flags: review?(kyle) → review+
Pushed by jgilbert@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/ff22e95cc6e1
Add idl for WEBGL_compressed_texture_astc. - r=qdot
https://hg.mozilla.org/integration/mozilla-inbound/rev/05c047fa931f
Implement WEBGL_compressed_texture_astc. - r=ethlin
Comment 6•8 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/ff22e95cc6e1
https://hg.mozilla.org/mozilla-central/rev/05c047fa931f
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
Assignee | ||
Comment 7•8 years ago
|
||
We shouldn't need this for the WebGL 2 release.
status-firefox51:
--- → wontfix
status-firefox52:
--- → wontfix
Comment 8•8 years ago
|
||
Jeff, is this something that could benefit from manual testing? Let me know if you think there's something in particular that QA should check on this matter, during 53's beta cycle.
Flags: needinfo?(jgilbert)
Updated•8 years ago
|
Flags: qe-verify?
Reporter | ||
Comment 9•8 years ago
|
||
Updated:
https://developer.mozilla.org/en-US/Firefox/Releases/53#WebGL
https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API#Extensions
https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API/Using_Extensions
https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/getExtension
https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/getSupportedExtensions
https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/getParameter
https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/compressedTexImage2D
https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/compressedTexSubImage2D
New pages:
https://developer.mozilla.org/en-US/docs/Web/API/WEBGL_compressed_texture_astc
https://developer.mozilla.org/en-US/docs/Web/API/WEBGL_compressed_texture_astc/getSupportedProfiles
Keywords: dev-doc-needed → dev-doc-complete
Assignee | ||
Comment 10•8 years ago
|
||
This test:
https://www.khronos.org/registry/webgl/sdk/tests/conformance/extensions/webgl-compressed-texture-astc.html?webglVersion=1&quiet=0
It likely only works on Windows with gl.disable-angle:true.
It works locally, I don't think we need full QA testing here.
Flags: needinfo?(jgilbert)
You need to log in
before you can comment on or make changes to this bug.
Description
•