Re: [Mesa-dev] [PATCH 03/18] winsys/amdgpu: add a new winsys for the new kernel driver

2015-04-29 Thread Emil Velikov
On 28/04/15 14:28, Marek Olšák wrote: > Hi Emil, > > I think I have fixed everything that you suggested. You can review the > branch here: > > http://cgit.freedesktop.org/~mareko/mesa/log/?h=amdgpu > Looks great. You've even added the new symbol (which I forgot to mention) so that vdpau-gl inter

Re: [Mesa-dev] [PATCH 03/18] winsys/amdgpu: add a new winsys for the new kernel driver

2015-04-28 Thread Marek Olšák
Hi Emil, I think I have fixed everything that you suggested. You can review the branch here: http://cgit.freedesktop.org/~mareko/mesa/log/?h=amdgpu Thanks, Marek On Tue, Apr 28, 2015 at 11:01 AM, Emil Velikov wrote: > On 28 April 2015 at 01:02, Marek Olšák wrote: >> On Tue, Apr 21, 2015 at

Re: [Mesa-dev] [PATCH 03/18] winsys/amdgpu: add a new winsys for the new kernel driver

2015-04-28 Thread Emil Velikov
On 28 April 2015 at 01:02, Marek Olšák wrote: > On Tue, Apr 21, 2015 at 5:12 PM, Emil Velikov > wrote: >> Hi Marek, >> >> Must admit that the current "split"/location of the new winsys looks a >> bit strange. I'm thinking that if one places the new winsys alongside >> the radeon one (i.e. winsys

Re: [Mesa-dev] [PATCH 03/18] winsys/amdgpu: add a new winsys for the new kernel driver

2015-04-27 Thread Marek Olšák
On Tue, Apr 21, 2015 at 5:12 PM, Emil Velikov wrote: > Hi Marek, > > Must admit that the current "split"/location of the new winsys looks a > bit strange. I'm thinking that if one places the new winsys alongside > the radeon one (i.e. winsys/amdgpu/drm) things should still work and > thus we'll re

Re: [Mesa-dev] [PATCH 03/18] winsys/amdgpu: add a new winsys for the new kernel driver

2015-04-21 Thread Emil Velikov
Hi Marek, Must admit that the current "split"/location of the new winsys looks a bit strange. I'm thinking that if one places the new winsys alongside the radeon one (i.e. winsys/amdgpu/drm) things should still work and thus we'll result in shorter and cleaner patch. See below for more details.

[Mesa-dev] [PATCH 03/18] winsys/amdgpu: add a new winsys for the new kernel driver

2015-04-20 Thread Marek Olšák
From: Marek Olšák --- configure.ac | 5 + src/gallium/Makefile.am | 1 + src/gallium/drivers/r300/Automake.inc | 6 +- src/gallium/drivers/r600/Automake.inc | 6 +- src/gallium/drivers/radeonsi/Automak