Bug 106290

Summary: meson: missing radeon option in dri-drivers section of meson_options.txt
Product: Mesa Reporter: charlie <bug0xa3d2>
Component: OtherAssignee: Dylan Baker <baker.dylan.c>
Status: RESOLVED WORKSFORME QA Contact: mesa-dev
Severity: normal    
Priority: medium    
Version: git   
Hardware: x86-64 (AMD64)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Attachments: fixes missing radeon option from meson_options.txt

Description charlie 2018-04-28 06:55:17 UTC
Created attachment 139185 [details] [review]
fixes missing radeon option from meson_options.txt

The patch fixes a missing "radeon" option from mesa commit, "meson: use array type options", "5608d0a2cee47c7d037f03d1377bd6450b2fdec7" -- which produces error message: ' meson_options.txt:37:0: ERROR: Options "radeon" are not in allowed choices: ", auto, i915, i965, r100, r200, nouveau, swrast" ' when trying to compile mesa with "-Ddri-drivers=radeon".
Comment 1 Dylan Baker 2018-04-30 16:41:26 UTC
You want "r100", "radeon" for dri drivers has never enabled anything in the meson build. The fact that it's called radeon is the autotools build is mostly historical hapenstance.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.