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:
Iván Briano
2023-05-09 11:53:37 -07:00
committed by Marge Bot
parent c97b1eb08a
commit fbc0e74bda
4 changed files with 5 additions and 26 deletions

View File

@@ -865,7 +865,6 @@ struct anv_physical_device {
struct intel_device_info info;
bool video_decode_enabled;
bool gpl_enabled;
struct brw_compiler * compiler;
struct isl_device isl_dev;