Changeset 6825eb89 for x


Ignore:
Timestamp:
06/26/2014 08:03:50 PM (10 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
80d4245
Parents:
6ef8fee
Message:

correct mesalib build size and time estimates once again

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesalib.xml

    r6ef8fee r6825eb89  
    1212  <!ENTITY mesalib-md5sum        "892122b226f218c140ef2db90fe1acb4">
    1313  <!ENTITY mesalib-size          "6.8 MB">
    14   <!ENTITY mesalib-buildsize     "223 MB (additional 1.6 MB for the docs)">
    15   <!ENTITY mesalib-time          "4.1 SBU">
     14  <!ENTITY mesalib-buildsize     "296 MB (additional 1.6 MB for the docs)">
     15  <!ENTITY mesalib-time          "4.7 SBU">
    1616
    1717]>
     
    232232
    233233    <para>
    234       <option>--enable-texture-float</option>: This switch enables
     234      <parameter>--enable-texture-float</parameter>: This switch enables
    235235      floating-point textures and render buffers. Please consult
    236236      <filename>docs/patents.txt</filename> to see if there are
     
    239239
    240240    <para>
    241       <option>--enable-gles1</option>: This switch enables support for
     241      <parameter>--enable-gles1</parameter>: This switch enables support for
    242242      OpenGL ES 1.x API.
    243243    </para>
    244244
    245245    <para>
    246       <option>--enable-gles2</option>: This switch enables support for
     246      <parameter>--enable-gles2</parameter>: This switch enables support for
    247247      OpenGL ES 2.x API.
    248248    </para>
    249249
    250250    <para>
    251       <option>--enable-openvg</option>: This switch enables support for
     251      <parameter>--enable-openvg</parameter>: This switch enables support for
    252252      OpenVG API.
    253253    </para>
    254254
    255255    <para>
    256       <option>--enable-osmesa</option>: This switch enables building of
     256      <parameter>--enable-osmesa</parameter>: This switch enables building of
    257257      the <filename class="libraryfile">libOSMesa</filename> library.
    258258    </para>
    259259
    260260    <para>
    261       <option>--enable-xa</option>: This switch enables building of the
     261      <parameter>--enable-xa</parameter>: This switch enables building of the
    262262      XA X Acceleration API (Required for VMware 3D Driver).
    263263    </para>
    264264
    265265    <para>
    266       <option>--enable-gbm</option>: This switch enables building of the
     266      <parameter>--enable-gbm</parameter>: This switch enables building of the
    267267      <application>Mesa</application> Graphics Buffer Manager library.
    268268    </para>
    269269
    270270    <para>
    271       <option>--enable-gallium-egl</option>: This switch enables optional
     271      <parameter>--enable-gallium-egl</parameter>: This switch enables optional
    272272      EGL state tracker for Gallium.
    273273    </para>
    274274
    275275    <para>
    276       <option>--enable-gallium-gbm</option>: This switch enables optional
     276      <parameter>--enable-gallium-gbm</parameter>: This switch enables optional
    277277      GBM state tracker for Gallium.
    278278    </para>
    279279
    280280    <para>
    281       <option>--enable-glx-tls</option>: This switch enables TLS (Thread Local
     281      <parameter>--enable-glx-tls</parameter>: This switch enables TLS (Thread Local
    282282      Storage) support in GLX.
    283283    </para>
Note: See TracChangeset for help on using the changeset viewer.