Re: [Mesa-dev] [PATCH 08/11] etnaviv: fold etna_screen_bo_get_handle into etna_resource_get_handle

2017-06-28 Thread Wladimir J. van der Laan
On Fri, Jun 23, 2017 at 05:50:25PM +0200, Lucas Stach wrote: > There is no point in keeping this indirection. Makes the code easier to > follow. > > Signed-off-by: Lucas Stach Seems to make sense - etna_screen_bo_get_handle doesn't actually do anything screen specific.

Re: [Mesa-dev] [PATCH 08/11] etnaviv: fold etna_screen_bo_get_handle into etna_resource_get_handle

2017-06-26 Thread Christian Gmeiner
2017-06-23 17:50 GMT+02:00 Lucas Stach : > There is no point in keeping this indirection. Makes the code easier to > follow. > > Signed-off-by: Lucas Stach Reviewed-by: Christian Gmeiner > --- >

[Mesa-dev] [PATCH 08/11] etnaviv: fold etna_screen_bo_get_handle into etna_resource_get_handle

2017-06-23 Thread Lucas Stach
There is no point in keeping this indirection. Makes the code easier to follow. Signed-off-by: Lucas Stach --- src/gallium/drivers/etnaviv/etnaviv_resource.c | 14 -- src/gallium/drivers/etnaviv/etnaviv_screen.c | 19 ---