Re: [Mesa-dev] [PATCH 1/6] gallium/radeon: change the vendor string to Advanced Micro Devices, Inc.

2016-08-09 Thread Marek Olšák
On Sun, Aug 7, 2016 at 12:01 AM, Axel Davy wrote: > Hi, > > This looks like it will perturb driver detection of already written games. > > For example from the dolphin sources, this change would make them detect > catalyst as driver. > > As it is known workarounds are applied

Re: [Mesa-dev] [PATCH 1/6] gallium/radeon: change the vendor string to Advanced Micro Devices, Inc.

2016-08-08 Thread Alex Deucher
On Sat, Aug 6, 2016 at 2:04 PM, Marek Olšák wrote: > From: Marek Olšák If we want to display the marking names for each asic, we could add the marketing name api from libdrm_amdgpu that the closed driver uses. It would also reduce the delta between open

Re: [Mesa-dev] [PATCH 1/6] gallium/radeon: change the vendor string to Advanced Micro Devices, Inc.

2016-08-06 Thread Axel Davy
Hi, This looks like it will perturb driver detection of already written games. For example from the dolphin sources, this change would make them detect catalyst as driver. As it is known workarounds are applied depending on the driver detected, or some features are disabled, I believe it

[Mesa-dev] [PATCH 1/6] gallium/radeon: change the vendor string to Advanced Micro Devices, Inc.

2016-08-06 Thread Marek Olšák
From: Marek Olšák --- src/gallium/drivers/radeon/r600_pipe_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/radeon/r600_pipe_common.c b/src/gallium/drivers/radeon/r600_pipe_common.c index 1c56e6e..8a9ab94 100644 ---