[Webkit-unassigned] [Bug 149765] New: EXT_texture_filter_anisotropic extension exposed with WEBKIT_ prefix
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Oct 2 15:12:43 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=149765
Bug ID: 149765
Summary: EXT_texture_filter_anisotropic extension exposed with
WEBKIT_ prefix
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: WebGL
Assignee: webkit-unassigned at lists.webkit.org
Reporter: kbr at google.com
The WebGL extension EXT_texture_filter_anisotropic is being exposed in Safari with the name "WEBKIT_EXT_texture_filter_anisotropic". Since this extension's been approved in the extension registry for some time now, the prefix should be removed. See https://www.khronos.org/registry/webgl/extensions/ .
To reproduce:
> c = document.createElement('canvas')
< <canvas>â
> gl = c.getContext('webgl')
< WebGLRenderingContext
> gl.getSupportedExtensions()
< ["OES_texture_float", "OES_texture_float_linear", "OES_texture_half_float", "OES_texture_half_float_linear", "OES_standard_derivatives", "EXT_shader_texture_lod", "WEBKIT_EXT_texture_filter_anisotropic", "OES_vertex_array_object", "OES_element_index_uint", "WEBGL_lose_context", "WEBGL_compressed_texture_s3tc", "WEBGL_depth_texture", "ANGLE_instanced_arrays"]
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151002/1327c4ef/attachment.html>
More information about the webkit-unassigned
mailing list