Changeset 7f6bb5d5
- Timestamp:
- 08/02/2013 01:11:33 PM (11 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.4, 7.5, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- d489d4b
- Parents:
- 741edf7
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r741edf7 r7f6bb5d5 537 537 <!ENTITY xcursor-themes-version "1.0.4"> 538 538 <!ENTITY xkeyboard-config-version "2.9"> 539 <!ENTITY mesalib-version "9.1. 5">539 <!ENTITY mesalib-version "9.1.6"> 540 540 <!ENTITY glu-version "9.0.0"> 541 541 <!ENTITY xcb-util-version "0.3.9"> -
introduction/welcome/changelog.xml
r741edf7 r7f6bb5d5 50 50 <para>[igor] - Mercurial-2.7.</para> 51 51 </listitem> 52 <listitem> 53 <para>[krejzi] - MesaLib 9.1.6.</para> 54 </listitem> 52 55 </itemizedlist> 53 56 </listitem> -
x/installing/mesalib.xml
r741edf7 r7f6bb5d5 7 7 <!ENTITY mesalib-download-http " "> 8 8 <!ENTITY mesalib-download-ftp "ftp://ftp.freedesktop.org/pub/mesa/&mesalib-version;/MesaLib-&mesalib-version;.tar.bz2"> 9 <!ENTITY mesalib-md5sum "4 ed2af5943141a85a21869053a2fc2eb">9 <!ENTITY mesalib-md5sum "443a2a352667294b53d56cb1a74114e9"> 10 10 <!ENTITY mesalib-size "5.9 MB"> 11 <!ENTITY mesalib-buildsize "33 1MB">11 <!ENTITY mesalib-buildsize "335 MB"> 12 12 <!ENTITY mesalib-time "4.7 SBU"> 13 13 … … 195 195 196 196 <screen><userinput>patch -Np1 -i ../MesaLib-&mesalib-version;-llvm_fixes-1.patch && 197 sed -i "/LLVM_VERSION_INT/s:-ne:-lt:" configure.ac && 197 198 autoreconf -fi && 198 199 ./configure CFLAGS="-O2" CXXFLAGS="-O2" \ … … 229 230 </para> 230 231 231 <screen role="root"><userinput>make install</userinput></screen> 232 <screen role="root"><userinput>make install && 233 install -v -m755 lib/swrast_dri.so /usr/lib/dri/swrast_dri.so</userinput></screen> 234 <!-- remove when mesa 9.2 gets released, llvm 3.3 breaks llvmpipe (gallium swrast 235 driver which installed by default) --> 232 236 233 237 <para> … … 275 279 <sect2 role="commands"> 276 280 <title>Command Explanations</title> 281 282 <para> 283 <command>sed -i "..."</command>: This sed fixes building with 284 <application>LLVM</application> 3.3. Please note that 285 R600 LLVM Compiler and Gallium LLVMPipe driver are currently 286 broken with <application>LLVM</application> 3.3. 287 </para> 277 288 278 289 <para> … … 360 371 href="../../xincludes/static-libraries.xml"/> 361 372 362 <para> 363 <option>--enable-r600-llvm-compiler</option>: Use this switch to 373 <!-- broken with llvm 3.3 374 <para> 375 <option>- -enable-r600-llvm-compiler</option>: Use this switch to 364 376 enable experimental <application>LLVM</application> backend for 365 377 graphics shaders which claims to speed up the driver. 366 378 </para> 379 --> 367 380 368 381 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.