source: x/lib/cogl.xml@ 441801a

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 441801a was 14891a90, checked in by Xi Ruoyao <xry111@…>, 12 months ago

treewide: More "User Notes" clean up

Remove links to pages w/o real contents.

  • Property mode set to 100644
File size: 7.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!-- Editors, update this for new releases as needed -->
8 <!ENTITY cogl-minor "1.22">
9
10 <!ENTITY cogl-download-http "&gnome-download-http;/cogl/&cogl-minor;/cogl-&cogl-version;.tar.xz">
11 <!ENTITY cogl-download-ftp "&gnome-download-ftp;/cogl/&cogl-minor;/cogl-&cogl-version;.tar.xz">
12 <!ENTITY cogl-md5sum "7dd8b2e24171ef7399f851cea144b569">
13 <!ENTITY cogl-size "1.7 MB">
14 <!ENTITY cogl-buildsize "69 MB (add 2 MB for tests)">
15 <!ENTITY cogl-time "0.3 SBU (Using parallelism=4; add 0.2 SBU for tests)">
16 <!-- Timing may depend on the capabilities and speed of the graphics card.
17 The timing for 1.22.8 was taken on an Intel-based system, with HD Graphics
18 530 on a Skylake i5-6600k.-->
19]>
20
21<sect1 id="cogl" xreflabel="Cogl-&cogl-version;">
22 <?dbhtml filename="cogl.html"?>
23
24
25 <title>Cogl-&cogl-version;</title>
26
27 <indexterm zone="cogl">
28 <primary sortas="a-Cogl">Cogl</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to Cogl</title>
33
34 <para>
35 <application>Cogl</application> is a modern 3D graphics API with associated
36 utility APIs designed to expose the features of 3D graphics hardware using
37 a direct state access API design, as opposed to the state-machine style
38 of OpenGL.
39 </para>
40
41 &lfs113_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&cogl-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&cogl-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &cogl-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &cogl-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &cogl-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &cogl-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77<!-- No longer required with 1.22.8
78 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
79 <itemizedlist spacing="compact">
80 <listitem>
81 <para>
82 Required patch:
83 <ulink url="&patch-root;/cogl-&cogl-version;-mesa_20_fixes-1.patch"/>
84 </para>
85 </listitem>
86 </itemizedlist>
87-->
88
89 <bridgehead renderas="sect3">Cogl Dependencies</bridgehead>
90
91 <bridgehead renderas="sect4">Required</bridgehead>
92 <para role="required">
93 <xref linkend="cairo"/>,
94 <xref linkend="gdk-pixbuf"/>,
95 <xref linkend="glu"/>,
96 <xref linkend="mesa"/>,
97 <xref linkend="pango"/>, and
98 <xref linkend="wayland"/>
99 </para>
100
101 <bridgehead renderas="sect4">Recommended</bridgehead>
102 <para role="recommended">
103 <xref linkend="gobject-introspection"/>
104 </para>
105
106 <bridgehead renderas="sect4">Optional</bridgehead>
107 <para role="optional">
108 <xref linkend="gst10-plugins-base"/>,
109 <xref linkend="gtk-doc"/>, and
110 <xref linkend="sdl2"/>
111 </para>
112
113 </sect2>
114
115 <sect2 role="installation">
116 <title>Installation of Cogl</title>
117
118<!--
119 <para>
120 First fix an issue introduced by mesa-20.x and later:
121 </para>
122
123<screen><userinput>patch -Np1 -i ../cogl-&cogl-version;-mesa_20_fixes-1.patch</userinput></screen>
124-->
125
126 <para>
127 Install <application>Cogl</application> by running the following
128 commands:
129 </para>
130
131 &parallel_issues;
132
133<screen><userinput>./configure --prefix=/usr \
134 --enable-gles1 \
135 --enable-gles2 \
136 --enable-{kms,wayland,xlib}-egl-platform \
137 --enable-wayland-egl-server &amp;&amp;
138make</userinput></screen>
139
140 <para>
141 To test the results, issue: <command>make check</command>. The
142 tests should be run from an X terminal on the hardware accelerated
143 Xorg Server. A few tests will use all CPUs in parallel, regardless of
144 parallellism settings.
145 </para>
146
147 <para>
148 Now, as the <systemitem class="username">root</systemitem> user:
149 </para>
150
151<screen role="root"><userinput>make install</userinput></screen>
152
153 </sect2>
154
155 <sect2 role="commands">
156 <title>Command Explanations</title>
157
158 <para>
159 <parameter>--enable-gles1</parameter>: This switch enables support
160 for OpenGL ES 1.1.
161 </para>
162
163 <para>
164 <parameter>--enable-gles2</parameter>: This switch enables support
165 for OpenGL ES 2.0.
166 </para>
167
168 <para>
169 <parameter>--enable-{kms,wayland,xlib}-egl-platform</parameter>:
170 These switches enable support for KMS, Wayland and Xlib EGL platforms.
171 They are required for <application>GNOME</application> Wayland support.
172 </para>
173
174 <para>
175 <parameter>--enable-wayland-egl-server</parameter>: This switch
176 enables <application>Cogl</application>'s Wayland Server API which is
177 required for <application>GNOME</application> Wayland support.
178 </para>
179
180 <para>
181 <option>--enable-cogl-gst</option>: This switch enables gstreamer support.
182 </para>
183
184 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
185 href="../../xincludes/gtk-doc-rebuild.xml"/>
186
187 </sect2>
188
189 <sect2 role="content">
190 <title>Contents</title>
191
192 <segmentedlist>
193 <segtitle>Installed Programs</segtitle>
194 <segtitle>Installed Libraries</segtitle>
195 <segtitle>Installed Directories</segtitle>
196
197 <seglistitem>
198 <seg>
199 None
200 </seg>
201 <seg>
202 libcogl-gles2.so,
203 libcogl-pango.so,
204 libcogl-path.so, and
205 libcogl.so, and optional libraries
206 libcogl-gst.so and /usr/lib/gstreamer-1.0/libgstcogl.so
207 </seg>
208 <seg>
209 /usr/include/cogl and
210 /usr/share/cogl
211 </seg>
212 </seglistitem>
213 </segmentedlist>
214
215 <variablelist>
216 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
217 <?dbfo list-presentation="list"?>
218 <?dbhtml list-presentation="table"?>
219
220 <varlistentry id="libcogl-gles2">
221 <term><filename class="libraryfile">libcogl-gles2.so</filename></term>
222 <listitem>
223 <para>
224 is the OpenGL ES 2.0 integration library for
225 <application>Cogl</application>
226 </para>
227 <indexterm zone="cogl libcogl-gles2">
228 <primary sortas="c-libcogl-gles2">libcogl-gles2.so</primary>
229 </indexterm>
230 </listitem>
231 </varlistentry>
232
233 <varlistentry id="libcogl-pango">
234 <term><filename class="libraryfile">libcogl-pango.so</filename></term>
235 <listitem>
236 <para>
237 is the <application>Pango</application> integration library
238 for <application>Cogl</application>
239 </para>
240 <indexterm zone="cogl libcogl-pango">
241 <primary sortas="c-libcogl-pango">libcogl-pango.so</primary>
242 </indexterm>
243 </listitem>
244 </varlistentry>
245
246 <varlistentry id="libcogl">
247 <term><filename class="libraryfile">libcogl.so</filename></term>
248 <listitem>
249 <para>
250 is an object oriented GL/GLES Abstraction/Utility Layer library
251 </para>
252 <indexterm zone="cogl libcogl">
253 <primary sortas="c-libcogl">libcogl.so</primary>
254 </indexterm>
255 </listitem>
256 </varlistentry>
257
258 </variablelist>
259
260 </sect2>
261
262</sect1>
Note: See TracBrowser for help on using the repository browser.