Changeset 4a32d87


Ignore:
Timestamp:
07/21/2014 04:09:05 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
gnome
Children:
87dcb828
Parents:
dfea171
Message:

Changed mesalib page to include support for wayland. Changed ulink for wayland to an xref.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/gnome@13521 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rdfea171 r4a32d87  
    5252        </listitem>
    5353        <listitem>
    54           <para>[name] - Another changelog entry.</para>
     54          <para>[cjg] - Changed mesalib page to include support for wayland. Changed ulink for wayland to an xref</para>
    5555        </listitem>
    5656      </itemizedlist>
  • x/installing/mesalib.xml

    rdfea171 r4a32d87  
    113113      to avoid that, install in a different prefix or add, e.g.
    114114      <option>--program-prefix=md</option> to configure, and
    115       <ulink url="http://wayland.freedesktop.org/">Wayland</ulink>
     115      <xref linkend="wayland"/>
    116116    </para>
    117117
     
    173173            --enable-gles1                 \
    174174            --enable-gles2                 \
    175             --enable-openvg                \
    176175            --enable-osmesa                \
    177176            --enable-xa                    \
    178177            --enable-gbm                   \
    179             --enable-gallium-egl           \
     178            --disable-gallium-egl          \
    180179            --enable-gallium-gbm           \
     180            --enable-shared-glapi          \
    181181            --enable-glx-tls               \
    182             --with-egl-platforms="drm,x11" \
    183             --with-gallium-drivers="nouveau,r300,r600,radeonsi,svga,swrast" &amp;&amp;
     182            --with-egl-platforms="x11,wayland,drm" \
     183            --with-gallium-drivers="nouveau,r300,r600,radeonsi,swrast" &amp;&amp;
    184184make</userinput></screen>
    185185
     
    249249
    250250    <para>
     251      <parameter>--disable-gallium-egl</parameter>: This switch disables
     252      the egl_gallium loader so that on Intel 915 and 965 hardware we
     253      avoid harmless error messages at runtime.  The real Gallium drivers
     254      will be built as DRI drivers, which egl_dri2 loader will load just fine.
     255    </para>
     256
     257    <para>
    251258      <parameter>--enable-openvg</parameter>: This switch enables support for
    252       OpenVG API.
     259      OpenVG API. In order to use this switch you will need to replace
     260      <parameter>--disable-gallium-egl</parameter> with
     261      <parameter>--enable-gallium-egl</parameter>.
    253262    </para>
    254263
     
    281290      <parameter>--enable-glx-tls</parameter>: This switch enables TLS (Thread Local
    282291      Storage) support in GLX.
     292    </para>
     293
     294    <para>
     295      <parameter>--enable-shared-glapi</parameter>: This switch makes libGL
     296      use the shared libglapi which is required if applications mix
     297      OpenGL and OpenGL ES.
    283298    </para>
    284299
     
    324339          libGLESv2.so,
    325340          libOSMesa.so,
    326           libOpenVG.so,
    327341          libgbm.so,
    328342          libglapi.so,
    329343          libxatracker.so,
     344          libwayland-egl.so,
    330345          <!--libXvMCnouveau.so and libXvMCr600.so--> and
    331346          several libs under /usr/lib/{dri,egl,gallium-pipe,gbm,vdpau}
     
    442457      </varlistentry>
    443458
    444       <varlistentry id="libOpenVG">
    445         <term><filename class="libraryfile">libOpenVG.so</filename></term>
    446         <listitem>
    447           <para>
    448             is the <application>Mesa</application> OpenVG 1.0 library.
    449           </para>
    450           <indexterm zone="mesalib libOpenVG">
    451             <primary sortas="c-libOpenVG">libOpenVG.so</primary>
     459      <varlistentry id="libwayland-egl">
     460        <term><filename class="libraryfile">libwayland-egl.so</filename></term>
     461        <listitem>
     462          <para>
     463            is the <application>Mesa</application> Wayland framebuffer library.
     464          </para>
     465          <indexterm zone="mesalib libwayland-egl">
     466            <primary sortas="c-libwayland-egl">libwayland-egl.so</primary>
    452467          </indexterm>
    453468        </listitem>
Note: See TracChangeset for help on using the changeset viewer.