You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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.
40
40
# 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
41
41
# If you experience build issues, try removing i915 to disable support for Gen 3 Intel hardware (GMA 950, GMA 3150, etc)
# Which patent encumbered codecs to build support for - default is "vc1dec,h264dec,h264enc,h265dec,h265enc,av1dec,av1enc,vp9dec" (all of them)
45
45
# This is used for all video APIs (vaapi, vdpau, vulkan).
@@ -66,7 +66,7 @@ _no_lto="true"
66
66
# 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).
67
67
# (coupling with _no_lto="false" is recommended for PGO builds)
68
68
# On legacy toolchains you might encounter coverage mismatch errors with "-Db_pgo=use", that you can workaround by adding "-Wno-coverage-mismatch"
0 commit comments