Re: [Mesa-dev] [PATCH] radeonsi: always allocate export memory for pixel shaders

2016-05-08 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Sun, May 8, 2016 at 12:07 AM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > Experiments with framebuffer-no-attachments type draw calls have shown that > NULL exports stall terribly unless

[Mesa-dev] [PATCH] radeonsi: always allocate export memory for pixel shaders

2016-05-08 Thread Nicolai Hähnle
From: Nicolai Hähnle Experiments with framebuffer-no-attachments type draw calls have shown that NULL exports stall terribly unless we ensure that export memory is allocated by the SPI. --- src/gallium/drivers/radeonsi/si_state_shaders.c | 15 ++- 1 file