source: archive/x7driver-glamor.xml@ 54bd123

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 54bd123 was 53a89e5, checked in by Ken Moffat <ken@…>, 10 years ago

Archive separate glamor-egl in favour of glamor in xorg-server.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13954 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.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 <!ENTITY glamor-egl-version "0.6.0">
8
9 <!ENTITY glamor-egl-download-http "http://xorg.freedesktop.org/archive/individual/driver/glamor-egl-&glamor-egl-version;.tar.bz2">
10 <!ENTITY glamor-egl-download-ftp " ">
11 <!ENTITY glamor-egl-md5sum "b3668594675f71a75153ee52dbd35535">
12 <!ENTITY glamor-egl-size "419 KB">
13 <!ENTITY glamor-egl-buildsize "11 MB">
14 <!ENTITY glamor-egl-time "0.2 SBU">
15]>
16
17 <!-- Begin Glamor EGL -->
18 <sect2 id="glamor-egl" xreflabel="Glamor EGL-&glamor-egl-version;">
19
20 <title>Glamor EGL-&glamor-egl-version;</title>
21
22 <indexterm zone="glamor-egl">
23 <primary sortas="a-glamor-egl">glamor-egl</primary>
24 </indexterm>
25
26 <sect3 role="package">
27 <title>Introduction to Glamor EGL</title>
28
29 <para>
30 The <application>Glamor EGL</application> package contains a
31 GL-based rendering acceleration library for X server.
32 </para>
33
34 &lfs75_checked;
35
36 <bridgehead renderas="sect4">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&glamor-egl-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&glamor-egl-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &glamor-egl-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &glamor-egl-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &glamor-egl-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &glamor-egl-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect4">Glamor EGL Dependencies</bridgehead>
71
72 <bridgehead renderas="sect5">Required</bridgehead>
73 <para role="required">
74 <xref linkend="xorg-server"/>
75 </para>
76
77 <para condition="html" role="usernotes">
78 User Notes: <ulink url="&blfs-wiki;/glamor-egl"/>
79 </para>
80 </sect3>
81
82 <sect3 role="installation">
83 <title>Installation of Glamor EGL</title>
84
85 <para>
86 Install <application>Glamor EGL</application> by running the following
87 commands:
88 </para>
89
90<screen><userinput>./configure $XORG_CONFIG --enable-glx-tls &amp;&amp;
91make</userinput></screen>
92
93 <para>
94 This package does not come with a test suite.
95 </para>
96
97 <para>
98 Now, as the <systemitem class="username">root</systemitem> user:
99 </para>
100
101<screen role="root"><userinput>make install</userinput></screen>
102 </sect3>
103
104 <sect3>
105 <title>Command Explanations</title>
106
107 <para>
108 <parameter>--enable-glx-tls</parameter>: This switch enables
109 TLS support in GLX.
110 </para>
111
112 </sect3>
113
114 <sect3 role="content">
115 <title>Contents</title>
116
117 <segmentedlist>
118 <segtitle>Installed Library</segtitle>
119 <segtitle>Installed Xorg Module</segtitle>
120
121 <seglistitem>
122 <seg>
123 libglamor.so
124 </seg>
125 <seg>
126 libglamoregl.so
127 </seg>
128 </seglistitem>
129 </segmentedlist>
130
131 <variablelist>
132 <bridgehead renderas="sect4">Short Descriptions</bridgehead>
133 <?dbfo list-presentation="list"?>
134 <?dbhtml list-presentation="table"?>
135
136 <varlistentry id="libglamoregl">
137 <term><filename class="libraryfile">libglamoregl.so</filename></term>
138 <listitem>
139 <para>
140 contains functions to create and initialize OpenGL/EGL context.
141 </para>
142 <indexterm zone="glamor-egl libglamoregl">
143 <primary sortas="c-libglamoregl">libglamoregl.so</primary>
144 </indexterm>
145 </listitem>
146 </varlistentry>
147
148 <varlistentry id="libglamor">
149 <term><filename class="libraryfile">libglamor.so</filename></term>
150 <listitem>
151 <para>
152 contains the <application>Glamor</application> rendering functions.
153 </para>
154 <indexterm zone="glamor-egl libglamor">
155 <primary sortas="c-libglamor">libglamor.so</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 </variablelist>
161
162 </sect3>
163
164 </sect2>
165 <!-- End Glamor EGL -->
Note: See TracBrowser for help on using the repository browser.