Re: [Mesa-dev] [PATCH] radeonsi: add a debug flag to zero vram allocations

2018-06-20 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Wed, Jun 20, 2018 at 3:25 PM, Grazvydas Ignotas wrote: > This allows to avoid having to see garbage in Dying Light loading screen > at least, which probably expects Windows/NV behavior of all allocations > being zeroed by default. > > Analogous to radv flag wit

[Mesa-dev] [PATCH] radeonsi: add a debug flag to zero vram allocations

2018-06-20 Thread Grazvydas Ignotas
This allows to avoid having to see garbage in Dying Light loading screen at least, which probably expects Windows/NV behavior of all allocations being zeroed by default. Analogous to radv flag with the same name. --- src/gallium/drivers/radeonsi/si_pipe.c| 1 + src/gallium/drivers/radeons