Re: [Mesa-dev] [PATCH 15/17] gallium/radeon: remove r600_common_context::max_db

2017-01-26 Thread Marek Olšák
It should be OK. Marek On Jan 26, 2017 7:17 PM, "Alex Deucher" wrote: > On Thu, Jan 26, 2017 at 12:39 PM, Gustaw Smolarczyk > wrote: > > 2017-01-26 17:04 GMT+01:00 Marek Olšák : > >> From: Marek Olšák > >> > >> this cleanup is based on the vulkan driver, which seems to do the same > thing >

Re: [Mesa-dev] [PATCH 15/17] gallium/radeon: remove r600_common_context::max_db

2017-01-26 Thread Alex Deucher
On Thu, Jan 26, 2017 at 12:39 PM, Gustaw Smolarczyk wrote: > 2017-01-26 17:04 GMT+01:00 Marek Olšák : >> From: Marek Olšák >> >> this cleanup is based on the vulkan driver, which seems to do the same thing > > Is this also ok for r600g? If I'm right, the amdgpu-pro Vulkan driver > doesn't have an

Re: [Mesa-dev] [PATCH 15/17] gallium/radeon: remove r600_common_context::max_db

2017-01-26 Thread Gustaw Smolarczyk
2017-01-26 17:04 GMT+01:00 Marek Olšák : > From: Marek Olšák > > this cleanup is based on the vulkan driver, which seems to do the same thing Is this also ok for r600g? If I'm right, the amdgpu-pro Vulkan driver doesn't have any support for pre-GCN hardware. Regards, Gustaw _

[Mesa-dev] [PATCH 15/17] gallium/radeon: remove r600_common_context::max_db

2017-01-26 Thread Marek Olšák
From: Marek Olšák this cleanup is based on the vulkan driver, which seems to do the same thing --- src/gallium/drivers/radeon/r600_pipe_common.c | 7 --- src/gallium/drivers/radeon/r600_pipe_common.h | 2 -- src/gallium/drivers/radeon/r600_query.c | 28 --- 3