Skip to content

Commit b73c0ea

Browse files
authored
Add files via upload
1 parent 6739373 commit b73c0ea

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

packages/mesa-git/customization.cfg

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ _EXT_CONFIG_PATH=~/.config/frogminer/mesa-git.cfg
1414
# 2: llvm-git (AUR)
1515
# 3: llvm-git from LordHeavy unofficial repo
1616
# 4 llvm (stable from extra) Default value
17-
MESA_WHICH_LLVM=2
17+
MESA_WHICH_LLVM=4
1818

1919
# Set to "false" to skip cleanups. Default "true" will enable housecleaning and sanity tasks.
2020
_NUKR="true"
2121

2222
# Compiler to use - gcc or clang - gcc is default
23-
_compiler="clang"
23+
_compiler="gcc"
2424

2525
# Custom GCC root dir - Leave empty to use system compilers.
2626
# Example: CUSTOM_GCC_PATH="/home/frog/PKGBUILDS/mostlyportable-gcc/gcc-mostlyportable-9.2.0"
@@ -39,7 +39,7 @@ _localeglpc=false
3939
# As of mesa commit e2de00876a7033b6923f912af8d2b0bbd100e113, swr (which was part of that default list) was removed. You can add it back if building an older commit.
4040
# For users with a dedicated AMD GPU (RX 400 series and newer) the minimum required to get a working display driver is the "radeonsi,svga,llvmpipe" combo
4141
# If you experience build issues, try removing i915 to disable support for Gen 3 Intel hardware (GMA 950, GMA 3150, etc)
42-
_gallium_drivers="radeonsi,svga,llvmpipe,softpipe,zink"
42+
_gallium_drivers="radeonsi,svga,llvmpipe,zink"
4343

4444
# Which patent encumbered codecs to build support for - default is "vc1dec,h264dec,h264enc,h265dec,h265enc,av1dec,av1enc,vp9dec" (all of them)
4545
# This is used for all video APIs (vaapi, vdpau, vulkan).
@@ -66,7 +66,7 @@ _no_lto="true"
6666
# Can be used for PGO'ing (you need to make a first build with "-Db_pgo=generate" added, then launch your apps/games to generate the gcda profiles in your src dir. Once you feel like you have covered all your desired usecases, replace "-Db_pgo=generate" with "-Db_pgo=use" then rebuild the same commit to get your optimized build).
6767
# (coupling with _no_lto="false" is recommended for PGO builds)
6868
# On legacy toolchains you might encounter coverage mismatch errors with "-Db_pgo=use", that you can workaround by adding "-Wno-coverage-mismatch"
69-
_additional_meson_flags="--strip --buildtype release -Dc_std=gnu18 -Dcpp_std=gnu++2a -Db_pie=false -Db_ndebug=true"
69+
_additional_meson_flags="--strip --buildtype release -Dc_std=gnu18 -Dcpp_std=gnu++2a -Db_pie=false "
7070
# Same as above but only affecting the 64-bit side
7171
# Useful if you want to use rusticl for example, with "-Dgallium-rusticl=true -Dllvm=enabled -Drust_std=2021" as it can't be built on the 32-bit side
7272
_additional_meson_flags_64=""
@@ -77,7 +77,6 @@ _additional_meson_flags_32=""
7777
_mesa_commit=""
7878

7979
# Mesa branch to pass to Git (when not using a custom commit). Default is "main".
80-
# Older mesa versions were using the master branch (up to May 5th 2021)
8180
_mesa_branch="main"
8281

8382
# Use pending Mesa merge requests directly as userpatches with their PR ID, separated by space (example: "2421 3151 3273").
@@ -106,5 +105,5 @@ _community_patches=""
106105
# Also, userpatches variable below must be set to true for the above to work.
107106
_user_patches="true"
108107

109-
# Apply all user patches without confirmation - !!! NOT RECOMMENDED !!!
108+
# Apply all user patches without confirmation
110109
_user_patches_no_confirm="true"

0 commit comments

Comments
 (0)