update upstream sources
[clinton/guile-figl.git] / upstream-doc / man3 / glGetTexLevelParameter.xml
index 7b054dc..fce1c38 100644 (file)
@@ -5,8 +5,8 @@
     <refmeta>
         <refmetainfo>
             <copyright>
-                <year>1991-2006</year>
-                <holder>Silicon Graphics, Inc.</holder>
+                <year>2013</year>
+                <holder>Khronos Group</holder>
             </copyright>
         </refmetainfo>
         <refentrytitle>glGetTexLevelParameter</refentrytitle>
@@ -95,7 +95,6 @@
                     <constant>GL_TEXTURE_HEIGHT</constant>,
                     <constant>GL_TEXTURE_DEPTH</constant>,
                     <constant>GL_TEXTURE_INTERNAL_FORMAT</constant>,
-                    <constant>GL_TEXTURE_BORDER</constant>,
                     <constant>GL_TEXTURE_RED_SIZE</constant>,
                     <constant>GL_TEXTURE_GREEN_SIZE</constant>,
                     <constant>GL_TEXTURE_BLUE_SIZE</constant>,
             <constant>GL_MAX_TEXTURE_SIZE</constant>, and <constant>GL_MAX_3D_TEXTURE_SIZE</constant> are not really
             descriptive enough.
             It has to report the largest square texture image that can be
-            accommodated with mipmaps and borders,
-            but a long skinny texture, or a texture without mipmaps and borders, may
+            accommodated with mipmaps
+            but a long skinny texture, or a texture without mipmaps may
             easily fit in texture memory.
             The proxy targets allow the user to more accurately query
             whether the GL can accommodate a texture of a given configuration.
                     <para>
                         <parameter>params</parameter> returns a single value,
                         the width of the texture image.
-                        This value includes the border of the texture image. The initial value is
-                        0.
+                        The initial value is 0.
                     </para>
                 </listitem>
             </varlistentry>
                     <para>
                         <parameter>params</parameter> returns a single value,
                         the height of the texture image.
-                        This value includes the border of the texture image. The initial value is
-                        0.
+                        The initial value is 0.
                     </para>
                 </listitem>
             </varlistentry>
                     <para>
                         <parameter>params</parameter> returns a single value,
                         the depth of the texture image.
-                        This value includes the border of the texture image. The initial value is
-                        0.
+                        The initial value is 0.
                     </para>
                 </listitem>
             </varlistentry>
     <refsect1 id="Copyright"><title>Copyright</title>
         <para>
             Copyright <trademark class="copyright"></trademark> 1991-2006
-            Silicon Graphics, Inc. Copyright <trademark class="copyright"></trademark> 2010
+            Silicon Graphics, Inc. Copyright <trademark class="copyright"></trademark> 2010-2013
             Khronos Group. This document is licensed under the SGI
             Free Software B License. For details, see
             <ulink url="http://oss.sgi.com/projects/FreeB/">http://oss.sgi.com/projects/FreeB/</ulink>.