Skip to content
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion es3.1/html/indexflat.php
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,8 @@
<li><a href="glMapBufferRange.xhtml" target="pagedisplay">glMapBufferRange</a></li>
<li><a href="matrixCompMult.xhtml" target="pagedisplay">matrixCompMult</a></li>
<li><a href="max.xhtml" target="pagedisplay">max</a></li>
<li><a href="memoryBarrier.xhtml" target="pagedisplay">memoryBarrier</a></li>
<li><a href="glMemoryBarrier.xhtml" target="pagedisplay">glMemoryBarrier</a></li>
<li><a href="memoryBarrier.xhtml" target="pagedisplay">memoryBarrier</a></li>
<li><a href="memoryBarrierAtomicCounter.xhtml" target="pagedisplay">memoryBarrierAtomicCounter</a></li>
<li><a href="memoryBarrierBuffer.xhtml" target="pagedisplay">memoryBarrierBuffer</a></li>
<li><a href="glMemoryBarrier.xhtml" target="pagedisplay">glMemoryBarrierByRegion</a></li>
Expand Down
2 changes: 1 addition & 1 deletion es3/html/indexflat.php
Original file line number Diff line number Diff line change
Expand Up @@ -422,8 +422,8 @@
<li><a href="glMapBufferRange.xhtml" target="pagedisplay">glMapBufferRange</a></li>
<li><a href="matrixCompMult.xhtml" target="pagedisplay">matrixCompMult</a></li>
<li><a href="max.xhtml" target="pagedisplay">max</a></li>
<li><a href="memoryBarrier.xhtml" target="pagedisplay">memoryBarrier</a></li>
<li><a href="glMemoryBarrier.xhtml" target="pagedisplay">glMemoryBarrier</a></li>
<li><a href="memoryBarrier.xhtml" target="pagedisplay">memoryBarrier</a></li>
<li><a href="memoryBarrierAtomicCounter.xhtml" target="pagedisplay">memoryBarrierAtomicCounter</a></li>
<li><a href="memoryBarrierBuffer.xhtml" target="pagedisplay">memoryBarrierBuffer</a></li>
<li><a href="glMemoryBarrier.xhtml" target="pagedisplay">glMemoryBarrierByRegion</a></li>
Expand Down
4 changes: 4 additions & 0 deletions gl4/bufferbindings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
<entry><constant>GL_ELEMENT_ARRAY_BUFFER</constant></entry>
<entry>Vertex array indices</entry>
</row>
<row>
<entry><constant>GL_PARAMETER_BUFFER</constant></entry>
<entry>Draw parameters</entry>
</row>
<row>
<entry><constant>GL_PIXEL_PACK_BUFFER</constant></entry>
<entry>Pixel read target</entry>
Expand Down
2 changes: 1 addition & 1 deletion gl4/glClampColor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<term><parameter>clamp</parameter></term>
<listitem>
<para>
Specifies whether to apply color clamping. <parameter>clamp</parameter> must be <constant>GL_TRUE</constant> or <constant>GL_FALSE</constant>.
Specifies whether to apply color clamping. <parameter>clamp</parameter> must be <constant>GL_TRUE</constant>, <constant>GL_FALSE</constant>, or <constant>GL_FIXED_ONLY</constant>.
</para>
</listitem>
</varlistentry>
Expand Down
2,262 changes: 1,706 additions & 556 deletions gl4/glGet.xml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions gl4/glGetGraphicsResetStatus.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@
</refsect1>
<refsect1 xml:id="seealso"><title>See Also</title>
<para>
<citerefentry><refentrytitle>glGetError</refentrytitle></citerefentry>
<citerefentry><refentrytitle>glGetError</refentrytitle></citerefentry>,
<!-- FIX: link to glGet --> <function>glGetIntegerv</function>,
<!-- FIX: link to glGetQueryiv --> <function>glGetQueryObjectuiv</function>
<!-- FIX: link to glGetQueryiv --> <function>glGetQueryObjectuiv</function>,
<!-- FIX: link to glGetSync --> <function>glGetSynciv</function>
</para>
</refsect1>
Expand Down
6 changes: 3 additions & 3 deletions gl4/glShaderBinary.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@
</para>
<para>
The binary image contained in <parameter>binary</parameter> will be decoded according to the extension
specification defining the specified <parameter>binaryFormat</parameter> token. OpenGL
does not define any specific binary formats, but it does provide a mechanism to obtain token
vaues for such formats provided by such extensions.
specification defining the specified <parameter>binaryFormat</parameter> token. OpenGL 4.6
defines the <constant>GL_SHADER_BINARY_FORMAT_SPIR_V</constant> format, it also provide a mechanism to obtain token
vaues for formats provided by extensions.
</para>
<para>
Depending on the types of the shader objects in <parameter>shaders</parameter>, <function>glShaderBinary</function>
Expand Down
15 changes: 15 additions & 0 deletions gl4/glTexParameter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1414,6 +1414,21 @@
</listitem>
</varlistentry>
</variablelist>
<para>
</para>
<variablelist>
<varlistentry>
<term><constant>GL_TEXTURE_MAX_ANISOTROPY</constant></term>
<listitem>
<para>
Sets the maximum degree of anisotropy parameter.
If this value is set to a value greater than 1.0, nsiotropic texture filtering is used to filter the texture.
Otherwise isotropic texture filtering is used.
The initial value is 1.0.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>

<refsect1 xml:id="notes">
Expand Down
6 changes: 6 additions & 0 deletions gl4/html/glBufferData.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,12 @@
</td>
<td style="text-align: left; border-bottom: 2px solid ; ">Vertex array indices</td>
</tr>
<tr>
<td style="text-align: left; border-right: 2px solid ; border-bottom: 2px solid ; ">
<code class="constant">GL_PARAMETER_BUFFER</code>
</td>
<td style="text-align: left; border-bottom: 2px solid ; ">Draw parameters</td>
</tr>
<tr>
<td style="text-align: left; border-right: 2px solid ; border-bottom: 2px solid ; ">
<code class="constant">GL_PIXEL_PACK_BUFFER</code>
Expand Down
6 changes: 6 additions & 0 deletions gl4/html/glBufferStorage.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,12 @@
</td>
<td style="text-align: left; border-bottom: 2px solid ; ">Vertex array indices</td>
</tr>
<tr>
<td style="text-align: left; border-right: 2px solid ; border-bottom: 2px solid ; ">
<code class="constant">GL_PARAMETER_BUFFER</code>
</td>
<td style="text-align: left; border-bottom: 2px solid ; ">Draw parameters</td>
</tr>
<tr>
<td style="text-align: left; border-right: 2px solid ; border-bottom: 2px solid ; ">
<code class="constant">GL_PIXEL_PACK_BUFFER</code>
Expand Down
6 changes: 6 additions & 0 deletions gl4/html/glBufferSubData.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,12 @@
</td>
<td style="text-align: left; border-bottom: 2px solid ; ">Vertex array indices</td>
</tr>
<tr>
<td style="text-align: left; border-right: 2px solid ; border-bottom: 2px solid ; ">
<code class="constant">GL_PARAMETER_BUFFER</code>
</td>
<td style="text-align: left; border-bottom: 2px solid ; ">Draw parameters</td>
</tr>
<tr>
<td style="text-align: left; border-right: 2px solid ; border-bottom: 2px solid ; ">
<code class="constant">GL_PIXEL_PACK_BUFFER</code>
Expand Down
2 changes: 1 addition & 1 deletion gl4/html/glClampColor.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
</dt>
<dd>
<p>
Specifies whether to apply color clamping. <em class="parameter"><code>clamp</code></em> must be <code class="constant">GL_TRUE</code> or <code class="constant">GL_FALSE</code>.
Specifies whether to apply color clamping. <em class="parameter"><code>clamp</code></em> must be <code class="constant">GL_TRUE</code>, <code class="constant">GL_FALSE</code>, or <code class="constant">GL_FIXED_ONLY</code>.
</p>
</dd>
</dl>
Expand Down
6 changes: 6 additions & 0 deletions gl4/html/glClearBufferData.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,12 @@
</td>
<td style="text-align: left; border-bottom: 2px solid ; ">Vertex array indices</td>
</tr>
<tr>
<td style="text-align: left; border-right: 2px solid ; border-bottom: 2px solid ; ">
<code class="constant">GL_PARAMETER_BUFFER</code>
</td>
<td style="text-align: left; border-bottom: 2px solid ; ">Draw parameters</td>
</tr>
<tr>
<td style="text-align: left; border-right: 2px solid ; border-bottom: 2px solid ; ">
<code class="constant">GL_PIXEL_PACK_BUFFER</code>
Expand Down
6 changes: 6 additions & 0 deletions gl4/html/glClearBufferSubData.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,12 @@
</td>
<td style="text-align: left; border-bottom: 2px solid ; ">Vertex array indices</td>
</tr>
<tr>
<td style="text-align: left; border-right: 2px solid ; border-bottom: 2px solid ; ">
<code class="constant">GL_PARAMETER_BUFFER</code>
</td>
<td style="text-align: left; border-bottom: 2px solid ; ">Draw parameters</td>
</tr>
<tr>
<td style="text-align: left; border-right: 2px solid ; border-bottom: 2px solid ; ">
<code class="constant">GL_PIXEL_PACK_BUFFER</code>
Expand Down
6 changes: 6 additions & 0 deletions gl4/html/glCopyBufferSubData.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,12 @@
</td>
<td style="text-align: left; border-bottom: 2px solid ; ">Vertex array indices</td>
</tr>
<tr>
<td style="text-align: left; border-right: 2px solid ; border-bottom: 2px solid ; ">
<code class="constant">GL_PARAMETER_BUFFER</code>
</td>
<td style="text-align: left; border-bottom: 2px solid ; ">Draw parameters</td>
</tr>
<tr>
<td style="text-align: left; border-right: 2px solid ; border-bottom: 2px solid ; ">
<code class="constant">GL_PIXEL_PACK_BUFFER</code>
Expand Down
6 changes: 6 additions & 0 deletions gl4/html/glFlushMappedBufferRange.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,12 @@
</td>
<td style="text-align: left; border-bottom: 2px solid ; ">Vertex array indices</td>
</tr>
<tr>
<td style="text-align: left; border-right: 2px solid ; border-bottom: 2px solid ; ">
<code class="constant">GL_PARAMETER_BUFFER</code>
</td>
<td style="text-align: left; border-bottom: 2px solid ; ">Draw parameters</td>
</tr>
<tr>
<td style="text-align: left; border-right: 2px solid ; border-bottom: 2px solid ; ">
<code class="constant">GL_PIXEL_PACK_BUFFER</code>
Expand Down
Loading