anv: enable graphics pipeline libraries by default
Since we are disabling mesh, which has issues with gpl, enable gpl by default now, leaving the renamed environment variable as a way to disable it for debug purposes. Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Reviewed-by: Emma Anholt <emma@anholt.net> Reviewed-by: Sagar Ghuge <sagar.ghuge@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22910>
This commit is contained in:
parent
c97b1eb08a
commit
fbc0e74bda
4 changed files with 5 additions and 26 deletions
|
|
@ -430,10 +430,10 @@ on Windows.
|
|||
Intel driver environment variables
|
||||
----------------------------------------------------
|
||||
|
||||
.. envvar:: ANV_GPL
|
||||
.. envvar:: ANV_NO_GPL
|
||||
|
||||
If set to 1, true, or yes, then VK_EXT_graphics_pipeline_library
|
||||
will be exposed, which may be incompatible with mesh shaders.
|
||||
will be disabled.
|
||||
|
||||
.. envvar:: INTEL_BLACKHOLE_DEFAULT
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue