rename upstream-man-pages to upstream-doc
[clinton/guile-figl.git] / upstream-doc / man4 / compressedformattable.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook MathML Module V1.1b1//EN"
3 "http://www.oasis-open.org/docbook/xml/mathml/1.1CR1/dbmathml.dtd">
4 <table frame="topbot"><title>Compressed Internal Formats</title>
5 <tgroup cols="3" align="left">
6 <colspec align="left"/>
7 <colspec align="left"/>
8 <colspec align="left"/>
9 <thead>
10 <row>
11 <entry rowsep="1" align="left"><emphasis role="bold">
12 Compressed Internal Format
13 </emphasis></entry>
14 <entry rowsep="1" align="left"><emphasis role="bold">
15 Base Internal Format
16 </emphasis></entry>
17 <entry rowsep="1" align="left"><emphasis role="bold">
18 Type
19 </emphasis></entry>
20 </row>
21 </thead>
22 <tbody>
23 <row>
24 <entry><constant>GL_COMPRESSED_RED</constant></entry>
25 <entry><constant>GL_RED</constant></entry>
26 <entry>Generic</entry>
27 </row>
28 <row>
29 <entry><constant>GL_COMPRESSED_RG</constant></entry>
30 <entry><constant>GL_RG</constant></entry>
31 <entry>Generic</entry>
32 </row>
33 <row>
34 <entry><constant>GL_COMPRESSED_RGB</constant></entry>
35 <entry><constant>GL_RGB</constant></entry>
36 <entry>Generic</entry>
37 </row>
38 <row>
39 <entry><constant>GL_COMPRESSED_RGBA</constant></entry>
40 <entry><constant>GL_RGBA</constant></entry>
41 <entry>Generic</entry>
42 </row>
43 <row>
44 <entry><constant>GL_COMPRESSED_SRGB</constant></entry>
45 <entry><constant>GL_RGB</constant></entry>
46 <entry>Generic</entry>
47 </row>
48 <row>
49 <entry><constant>GL_COMPRESSED_SRGB_ALPHA</constant></entry>
50 <entry><constant>GL_RGBA</constant></entry>
51 <entry>Generic</entry>
52 </row>
53 <row>
54 <entry><constant>GL_COMPRESSED_RED_RGTC1</constant></entry>
55 <entry><constant>GL_RED</constant></entry>
56 <entry>Specific</entry>
57 </row>
58 <row>
59 <entry><constant>GL_COMPRESSED_SIGNED_RED_RGTC1</constant></entry>
60 <entry><constant>GL_RED</constant></entry>
61 <entry>Specific</entry>
62 </row>
63 <row>
64 <entry><constant>GL_COMPRESSED_RG_RGTC2</constant></entry>
65 <entry><constant>GL_RG</constant></entry>
66 <entry>Specific</entry>
67 </row>
68 <row>
69 <entry><constant>GL_COMPRESSED_SIGNED_RG_RGTC2</constant></entry>
70 <entry><constant>GL_RG</constant></entry>
71 <entry>Specific</entry>
72 </row>
73 <row>
74 <entry><constant>GL_COMPRESSED_RGBA_BPTC_UNORM</constant></entry>
75 <entry><constant>GL_RGBA</constant></entry>
76 <entry>Specific</entry>
77 </row>
78 <row>
79 <entry><constant>GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM</constant></entry>
80 <entry><constant>GL_RGBA</constant></entry>
81 <entry>Specific</entry>
82 </row>
83 <row>
84 <entry><constant>GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT</constant></entry>
85 <entry><constant>GL_RGB</constant></entry>
86 <entry>Specific</entry>
87 </row>
88 <row>
89 <entry><constant>GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT</constant></entry>
90 <entry><constant>GL_RGB</constant></entry>
91 <entry>Specific</entry>
92 </row>
93 </tbody>
94 </tgroup>
95 </table>