Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / webgl / src / extensions / EXT_texture_filter_anisotropic / extension.xml
1 <?xml version="1.0"?>
2
3 <ratified href="EXT_texture_filter_anisotropic/">
4   <name>EXT_texture_filter_anisotropic</name>
5   <contact>
6     <a href="https://www.khronos.org/webgl/public-mailing-list/">WebGL working group</a> (public_webgl 'at' khronos.org)
7   </contact>
8   <contributors>
9     <contributor>Members of the WebGL working group</contributor>
10     <contributor>Florian B&#246;sch (pyalot 'at' gmail.com)</contributor>
11   </contributors>
12   <number>11</number>
13   <depends>
14     <api version="1.0" />
15   </depends>
16   <overview>
17     <mirrors href="http://www.khronos.org/registry/gles/extensions/EXT/texture_filter_anisotropic.txt" name="EXT_texture_filter_anisotropic"/>
18     <features>
19       <feature>
20         The <code>getTexParameter</code>, <code>texParameterf</code> and <code>texParameteri</code> entry points'
21         parameter <code>pname</code> accepts the value <code>TEXTURE_MAX_ANISOTROPY_EXT</code>
22       </feature>
23       <feature>
24         The <code>getParameter</code> entry point parameter <code>pname</code> accepts the value <code>MAX_TEXTURE_MAX_ANISOTROPY_EXT</code>, returning a value of type <code>float</code>.
25       </feature>
26     </features>
27   </overview>
28   <idl xml:space="preserve">
29 [NoInterfaceObject]
30 interface EXT_texture_filter_anisotropic {
31   const GLenum TEXTURE_MAX_ANISOTROPY_EXT       = 0x84FE;
32   const GLenum MAX_TEXTURE_MAX_ANISOTROPY_EXT   = 0x84FF;
33 };
34   </idl>
35   <history>
36     <revision date="2012/01/27">
37       <change>Initial revision.</change>
38     </revision>
39     <revision date="2012/02/24">
40       <change>Added the EXT suffix to the enumerants and aliases to the extension name</change>
41     </revision>
42     <revision date="2012/07/19">
43       <change>Moved from draft to community approved status</change>
44     </revision>
45     <revision date="2013/05/15">
46       <change>Ratified by Khronos Board of Promoters.</change>
47     </revision>
48     <revision date="2014/07/15">
49       <change>Added NoInterfaceObject extended attribute.</change>
50     </revision>
51   </history>
52 </ratified>