On my machine, the global drirc resides in /usr/etc/. I guess it's in
a different place for each person. :)
Marek
On Tue, Jul 31, 2018 at 2:08 PM, Adam Jackson wrote:
> On Tue, 2018-07-31 at 08:03 +, Yu, Qiang wrote:
>> Seems the mesa driconf infrastructure is just what I need:
>> https://dr
On 31 July 2018 at 14:35, Michel Dänzer wrote:
> On 2018-07-31 10:03 AM, Yu, Qiang wrote:
>>
>> Seems the mesa driconf infrastructure is just what I need:
>> https://dri.freedesktop.org/wiki/ConfigurationInfrastructure/
>>
>> So I can reference the loader_get_dri_config_device_id implementation
>>
54 AM
To: Yu, Qiang; mesa-dev@lists.freedesktop.org
Cc: Emil Velikov
Subject: Re: [Mesa-dev] [RFC] add a config file for dri loader to choose a
different dri driver
On Tue, 2018-07-31 at 08:03 +, Yu, Qiang wrote:
> Seems the mesa driconf infrastructure is just what I need:
> https://dri.f
: mesa-dev@lists.freedesktop.org; Emil Velikov
Subject: Re: [Mesa-dev] [RFC] add a config file for dri loader to choose a
different dri driver
On 2018-07-31 10:03 AM, Yu, Qiang wrote:
>
> Seems the mesa driconf infrastructure is just what I need:
> https://dri.freedesktop.org/wiki/Configur
On Tue, 2018-07-31 at 08:03 +, Yu, Qiang wrote:
> Seems the mesa driconf infrastructure is just what I need:
> https://dri.freedesktop.org/wiki/ConfigurationInfrastructure/
>
> So I can reference the loader_get_dri_config_device_id implementation
> for adding loader driver override functionali
On 2018-07-31 10:03 AM, Yu, Qiang wrote:
>
> Seems the mesa driconf infrastructure is just what I need:
> https://dri.freedesktop.org/wiki/ConfigurationInfrastructure/
>
> So I can reference the loader_get_dri_config_device_id implementation
> for adding loader driver override functionality in /e
From: mesa-dev on behalf of Yu, Qiang
Sent: Tuesday, July 31, 2018 9:51:09 AM
To: mesa-dev@lists.freedesktop.org
Cc: Emil Velikov
Subject: [Mesa-dev] [RFC] add a config file for dri loader to choose a
different dri driver
Hi guys,
As previously talked in
Hi guys,
As previously talked in:
https://lists.freedesktop.org/archives/mesa-dev/2017-April/152055.html
amdgpu-pro driver has interest to adopt the DRI interface to be compatable
with the mesa libgbm. But using MESA_LOADER_DRIVER_OVERRIDE
is not a good way to config OS GFX stack globally, so I'd