Re: [Mesa-dev] [PATCH 1/5] etnaviv: stop oversizing buffer resources

2017-05-16 Thread Christian Gmeiner
2017-05-10 20:03 GMT+02:00 Wladimir J. van der Laan : > Good catch! > > Reviewed-By: Wladimir J. van der Laan > > On Wed, May 10, 2017 at 06:01:04PM +0200, Lucas Stach wrote: >> PIPE_BUFFER is a target enum, not a binding. This caused the driver to >> up-align the height of buffer resources, leadi

Re: [Mesa-dev] [PATCH 1/5] etnaviv: stop oversizing buffer resources

2017-05-10 Thread Wladimir J. van der Laan
Good catch! Reviewed-By: Wladimir J. van der Laan On Wed, May 10, 2017 at 06:01:04PM +0200, Lucas Stach wrote: > PIPE_BUFFER is a target enum, not a binding. This caused the driver to > up-align the height of buffer resources, leading to largely oversizing > those resources. This is especially b

[Mesa-dev] [PATCH 1/5] etnaviv: stop oversizing buffer resources

2017-05-10 Thread Lucas Stach
PIPE_BUFFER is a target enum, not a binding. This caused the driver to up-align the height of buffer resources, leading to largely oversizing those resources. This is especially bad, as the buffer resources used by the upload manager are already 1MB in size. Height alignment meant that those would