2013-08-09 06:55:57 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2014-01-26 18:54:17 +08:00
|
|
|
<!ENTITY glamor-egl-version "0.6.0">
|
2013-08-09 06:55:57 +08:00
|
|
|
|
2013-11-15 16:54:42 +08:00
|
|
|
<!ENTITY glamor-egl-download-http "http://xorg.freedesktop.org/archive/individual/driver/glamor-egl-&glamor-egl-version;.tar.bz2">
|
2013-11-14 00:50:57 +08:00
|
|
|
<!ENTITY glamor-egl-download-ftp " ">
|
2014-01-26 18:54:17 +08:00
|
|
|
<!ENTITY glamor-egl-md5sum "b3668594675f71a75153ee52dbd35535">
|
|
|
|
<!ENTITY glamor-egl-size "419 KB">
|
|
|
|
<!ENTITY glamor-egl-buildsize "11 MB">
|
2013-11-14 00:50:57 +08:00
|
|
|
<!ENTITY glamor-egl-time "0.2 SBU">
|
2013-08-09 06:55:57 +08:00
|
|
|
]>
|
|
|
|
|
|
|
|
<!-- Begin Glamor EGL -->
|
|
|
|
<sect2 id="glamor-egl" xreflabel="Glamor EGL-&glamor-egl-version;">
|
|
|
|
|
|
|
|
<title>Glamor EGL-&glamor-egl-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="glamor-egl">
|
|
|
|
<primary sortas="a-glamor-egl">glamor-egl</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect3 role="package">
|
|
|
|
<title>Introduction to Glamor EGL</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
The <application>Glamor EGL</application> package contains a
|
2013-11-14 00:50:57 +08:00
|
|
|
GL-based rendering acceleration library for X server.
|
2013-08-09 06:55:57 +08:00
|
|
|
</para>
|
|
|
|
|
2014-02-19 10:25:11 +08:00
|
|
|
&lfs75_checked;
|
2013-08-09 06:55:57 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download (HTTP): <ulink url="&glamor-egl-download-http;"/>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download (FTP): <ulink url="&glamor-egl-download-ftp;"/>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download MD5 sum: &glamor-egl-md5sum;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download size: &glamor-egl-size;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Estimated disk space required: &glamor-egl-buildsize;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Estimated build time: &glamor-egl-time;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Glamor EGL Dependencies</bridgehead>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect5">Required</bridgehead>
|
|
|
|
<para role="required">
|
|
|
|
<xref linkend="xorg-server"/>
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para condition="html" role="usernotes">
|
|
|
|
User Notes: <ulink url="&blfs-wiki;/glamor-egl"/>
|
|
|
|
</para>
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
<sect3 role="installation">
|
|
|
|
<title>Installation of Glamor EGL</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
Install <application>Glamor EGL</application> by running the following
|
|
|
|
commands:
|
|
|
|
</para>
|
|
|
|
|
2013-11-15 16:54:42 +08:00
|
|
|
<screen><userinput>./configure $XORG_CONFIG --enable-glx-tls &&
|
2013-08-09 06:55:57 +08:00
|
|
|
make</userinput></screen>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
This package does not come with a test suite.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
<sect3>
|
|
|
|
<title>Command Explanations</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
<parameter>--enable-glx-tls</parameter>: This switch enables
|
|
|
|
TLS support in GLX.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
<sect3 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Library</segtitle>
|
|
|
|
<segtitle>Installed Xorg Module</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
|
|
|
<seg>
|
|
|
|
libglamor.so
|
|
|
|
</seg>
|
|
|
|
<seg>
|
|
|
|
libglamoregl.so
|
|
|
|
</seg>
|
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect4">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
|
|
|
<varlistentry id="libglamoregl">
|
|
|
|
<term><filename class="libraryfile">libglamoregl.so</filename></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
contains functions to create and initialize OpenGL/EGL context.
|
|
|
|
</para>
|
|
|
|
<indexterm zone="glamor-egl libglamoregl">
|
|
|
|
<primary sortas="c-libglamoregl">libglamoregl.so</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="libglamor">
|
|
|
|
<term><filename class="libraryfile">libglamor.so</filename></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
contains the <application>Glamor</application> rendering functions.
|
|
|
|
</para>
|
|
|
|
<indexterm zone="glamor-egl libglamor">
|
|
|
|
<primary sortas="c-libglamor">libglamor.so</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
</sect2>
|
2013-08-12 18:08:35 +08:00
|
|
|
<!-- End Glamor EGL -->
|