Ignore:
Timestamp:
06/17/2024 02:19:16 AM (3 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
ae957f5
Parents:
3038a588
git-author:
Xi Ruoyao <xry111@…> (06/17/2024 02:02:55 AM)
git-committer:
Xi Ruoyao <xry111@…> (06/17/2024 02:19:16 AM)
Message:

mesa: Fix another copy-pasto, and remove old-style -D vulkan-drivers explaination

We already have a newly-added -D vulkan-drivers explaination in a style
similar to -Dgallium-drivers.

I must be too sleepy these days...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesa.xml

    r3038a588 r5844abce  
    516516    <para>
    517517      <parameter>-D vulkan-drivers=auto</parameter>: This parameter
    518       controls which Gallium3D drivers should be built:
     518      controls which Vulkan drivers should be built:
    519519
    520520      <itemizedlist spacing="compact">
     
    564564          </para>
    565565        </listitem>
     566
     567        <listitem>
     568          <para>
     569            <literal>""</literal> (empty list, use
     570            <option>-Dvulkan-drivers=""</option> if you've not installed and
     571            you don't plan to install <xref linkend='vulkan-loader'/>)
     572          </para>
     573        </listitem>
    566574      </itemizedlist>
    567575    </para>
     
    571579      controls which windowing systems will be supported. Available
    572580      linux platforms are x11 and wayland.
    573     </para>
    574 
    575     <para>
    576       <parameter>-D vulkan-drivers=auto</parameter>: This switch enables support
    577       for the Vulkan graphics API. It automatically builds all graphics drivers
    578       that are available for Vulkan. If you wish to build specific drivers,
    579       valid options include 'amd', 'intel', 'intel_hasvk' (Haswell CPUs),
    580       nouveau (NVIDIA GPUs), and 'swrast'. If you do not want Vulkan support,
    581       change 'auto' to "".
    582581    </para>
    583582
Note: See TracChangeset for help on using the changeset viewer.