Re: [Mesa-dev] [PATCH 00/14] AMD GCN tile swizzle

2017-08-01 Thread Marek Olšák
On Tue, Aug 1, 2017 at 11:05 AM, Bas Nieuwenhuizen wrote: > On Tue, Aug 1, 2017 at 3:50 AM, Dave Airlie wrote: >> On 1 August 2017 at 09:40, Marek Olšák wrote: >>> Hi, >>> >>> This might slightly increase MRT performance. You need the amdgpu >>> kernel driver if you want it for SI and CI. >>> >>

Re: [Mesa-dev] [PATCH 00/14] AMD GCN tile swizzle

2017-08-01 Thread Bas Nieuwenhuizen
On Tue, Aug 1, 2017 at 3:50 AM, Dave Airlie wrote: > On 1 August 2017 at 09:40, Marek Olšák wrote: >> Hi, >> >> This might slightly increase MRT performance. You need the amdgpu >> kernel driver if you want it for SI and CI. >> >> I've fixed a few of issues with the original code, enabled it for

Re: [Mesa-dev] [PATCH 00/14] AMD GCN tile swizzle

2017-07-31 Thread Dave Airlie
On 1 August 2017 at 09:40, Marek Olšák wrote: > Hi, > > This might slightly increase MRT performance. You need the amdgpu > kernel driver if you want it for SI and CI. > > I've fixed a few of issues with the original code, enabled it for > mipmapped textures, and added GFX9 support. I wasn't able

[Mesa-dev] [PATCH 00/14] AMD GCN tile swizzle

2017-07-31 Thread Marek Olšák
Hi, This might slightly increase MRT performance. You need the amdgpu kernel driver if you want it for SI and CI. I've fixed a few of issues with the original code, enabled it for mipmapped textures, and added GFX9 support. I wasn't able to make it work with mipmapping on SI. There is also a hack