Re: [Mesa-dev] [PATCH 4/4] etnaviv: add support for snorm textures

2017-07-13 Thread Lucas Stach
Am Mittwoch, den 21.06.2017, 22:36 +0200 schrieb Christian Gmeiner: > Based on a patch from Wladimir J. van der Laan and untested due > to lack of hardware. Binary blob emits those formats if GPU supports > HALTI1 (faked with ibvivhook). This patch causes piglit regressions on i.MX6QP. For

Re: [Mesa-dev] [PATCH 4/4] etnaviv: add support for snorm textures

2017-06-22 Thread Wladimir J. van der Laan
On Wed, Jun 21, 2017 at 10:36:48PM +0200, Christian Gmeiner wrote: > Based on a patch from Wladimir J. van der Laan and untested due > to lack of hardware. Binary blob emits those formats if GPU supports > HALTI1 (faked with ibvivhook). Reviewed-by: Wladimir J. van der Laan >

[Mesa-dev] [PATCH 4/4] etnaviv: add support for snorm textures

2017-06-21 Thread Christian Gmeiner
Based on a patch from Wladimir J. van der Laan and untested due to lack of hardware. Binary blob emits those formats if GPU supports HALTI1 (faked with ibvivhook). Signed-off-by: Christian Gmeiner --- src/gallium/drivers/etnaviv/etnaviv_format.c | 7 ---