Changes between Version 7 and Version 8 of mesalib


Ignore:
Timestamp:
09/07/2021 07:12:48 PM (2 years ago)
Author:
ken@…
Comment:

REmove 15-year-old information which seems no-longer current, add how to use crocus.

Legend:

Unmodified
Added
Removed
Modified
  • mesalib

    v7 v8  
    11= MesaLib =
    22
    3 For Mesa, you need at least the following Xorg modules installed:
     3If you wish to use the intel crocus driver, as of August 2021 you need to use an environment variable when starting X, MESA_LOADER_DRIVER_OVERRIDE=crocus
    44
    5  * '''proto/''':
    6    * ? (build-time only)
    7  * '''lib/''':
    8    * ''SM''
    9    * ''ICE''
    10    * ''X11''
    11    * ''Xext''
    12    * ''Xmu''
    13    * ''Xt''
    14    * ''Xxf86vm''
    15    * ''Xi''
    16  * '''utils/'''
    17    * ''makedepend'' (build-time only)
     5The intel iris driver should already be the default.
    186
    19 Aside from that, you need '''expat''' installed.
    20 Remember to keep the Mesa source directory, as the Xorg server package needs it to build.
     7For the old i965 driver, 'glxinfo -B' will report
     8{{{
     9OpenGL vendor string: Intel Open Source Technology Center
     10}}}
     11
     12For crocus and iris it will report
     13{{{
     14OpenGL vendor string: Intel
     15}}}
    2116
    2217[wiki:Xorg7 Up][[br]]