Re: [Mesa-dev] [PATCH] radeonsi: Bugfix needed for hashcat

2017-01-04 Thread Christian Inci
On 12/22/2016 05:07 PM, Nicolai Hähnle wrote: > On 19.12.2016 23:26, Christian Inci wrote: >> Hashcat needs MAX_GLOBAL_BUFFERS to be 21 or even 22 for some modes. It'll >> crash otherwise. >> I'm adding an assert to see if programs need it to be even higher. >> >> Signed-off-by: Christian Inci

Re: [Mesa-dev] [PATCH] radeonsi: Bugfix needed for hashcat

2016-12-22 Thread Nicolai Hähnle
On 19.12.2016 23:26, Christian Inci wrote: Hashcat needs MAX_GLOBAL_BUFFERS to be 21 or even 22 for some modes. It'll crash otherwise. I'm adding an assert to see if programs need it to be even higher. Signed-off-by: Christian Inci I'm not too familiar with

[Mesa-dev] [PATCH] radeonsi: Bugfix needed for hashcat

2016-12-19 Thread Christian Inci
Hashcat needs MAX_GLOBAL_BUFFERS to be 21 or even 22 for some modes. It'll crash otherwise. I'm adding an assert to see if programs need it to be even higher. Signed-off-by: Christian Inci --- src/gallium/drivers/radeonsi/si_compute.c | 3 ++- 1 file changed,