Re: [Mesa-dev] [PATCH v2 09/10] etnaviv: implement resource creation with modifier

2017-07-19 Thread Daniel Stone
Hi, On 19 July 2017 at 10:05, Christian Gmeiner wrote: > 2017-07-04 17:46 GMT+02:00 Lucas Stach : >> diff --git a/src/gallium/drivers/etnaviv/etnaviv_texture.c >> b/src/gallium/drivers/etnaviv/etnaviv_texture.c >> index 954daea7ba57..bc3655488ba5 100644 >> --- a/src/gallium/drivers/etnaviv/etnav

Re: [Mesa-dev] [PATCH v2 09/10] etnaviv: implement resource creation with modifier

2017-07-19 Thread Christian Gmeiner
2017-07-04 17:46 GMT+02:00 Lucas Stach : > This allows to create buffers with a specific tiling layout, which is > primarily > used by GBM to allocate the EGL back buffers with the correct tiling/modifier > for use with the scanout engines. > > Signed-off-by: Lucas Stach Reviewed-by: Christian G

[Mesa-dev] [PATCH v2 09/10] etnaviv: implement resource creation with modifier

2017-07-04 Thread Lucas Stach
This allows to create buffers with a specific tiling layout, which is primarily used by GBM to allocate the EGL back buffers with the correct tiling/modifier for use with the scanout engines. Signed-off-by: Lucas Stach --- src/gallium/drivers/etnaviv/etnaviv_resource.c | 95 +