Re: [Mesa-dev] [PATCH] etnaviv: Clear lbl_usage array correctly

2017-07-23 Thread Christian Gmeiner
2017-07-23 13:24 GMT+02:00 Wladimir J. van der Laan : > Fill the entire array instead of just a quarter. This avoids > crashes with large shaders. > (currently this never causes a problem because shaders larger than 2048/4 > instructions are not supported by this driver on any hardware, but it will

[Mesa-dev] [PATCH] etnaviv: Clear lbl_usage array correctly

2017-07-23 Thread Wladimir J. van der Laan
Fill the entire array instead of just a quarter. This avoids crashes with large shaders. (currently this never causes a problem because shaders larger than 2048/4 instructions are not supported by this driver on any hardware, but it will cause problems in the future) Signed-off-by: Wladimir J. van