Re: [Mesa-dev] [PATCH] Adding tiled to linear conversion functionality

2017-11-24 Thread Sahu, Satyajit
On 11/23/2017 9:40 PM, Ilia Mirkin wrote: On Wed, Nov 22, 2017 at 6:00 AM, Satyajit Sahu wrote: Add tiled to linear conversion and expose outside mesa. Also exposing the create compute and destroy surface fucntions outside. typo: functions Done Change-Id: Ie464ba0eac5d80048797bef1f6ad730

Re: [Mesa-dev] [PATCH] Adding tiled to linear conversion functionality

2017-11-23 Thread Ilia Mirkin
On Wed, Nov 22, 2017 at 6:00 AM, Satyajit Sahu wrote: > Add tiled to linear conversion and expose outside mesa. > Also exposing the create compute and destroy surface fucntions outside. typo: functions > > Change-Id: Ie464ba0eac5d80048797bef1f6ad730c22947601 What's this? > Signed-off-by: Satya

[Mesa-dev] [PATCH] Adding tiled to linear conversion functionality

2017-11-23 Thread Satyajit Sahu
Add tiled to linear conversion and expose outside mesa. Also exposing the create compute and destroy surface fucntions outside. Change-Id: Ie464ba0eac5d80048797bef1f6ad730c22947601 Signed-off-by: Satyajit Sahu --- src/amd/Makefile.common.am | 4 ++ src/amd/common/ac_gpu_info.c| 2 +