Changeset 1d706cd2


Ignore:
Timestamp:
07/22/2024 03:13:21 PM (8 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.2, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
a7787e3
Parents:
02d9994f
Message:

intel-media: non-MTL build works now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/intel-media.xml

    r02d9994f r1d706cd2  
    140140        <para>
    141141          If you know the model of your Intel GPU, you can pass the
    142           <option>-D{GEN{8,9,11,12},ARL}=OFF</option> option to the
     142          <option>-D{GEN{8,9,11,12},MTL,ARL}=OFF</option> option to the
    143143          <command>cmake</command> command but leaving the option for your
    144144          GPU out.  Note that the <quote>GEN</quote> number here is the
    145145          generation of the GPU, not the CPU.  For example, with an Intel
    146146          Core i7-1065G7 CPU shipping a 11th-generation Intel GPU, the
    147           <option>-D{GEN{8,9,12},ARL}=OFF</option> option can be used
     147          <option>-D{GEN{8,9,12},MTL,ARL}=OFF</option> option can be used
    148148          so the code specific to the other generations of Intel GPUs won't
    149149          be built.
Note: See TracChangeset for help on using the changeset viewer.