Re: [Mesa-dev] [PATCH 11/13] radeonsi: fix streamout overflow predication on VI+

2017-08-02 Thread Nicolai Hähnle
On 01.08.2017 22:42, Marek Olšák wrote: On Thu, Jul 27, 2017 at 9:14 PM, Nicolai Hähnle wrote: From: Nicolai Hähnle There is a firmware regression that causes failures. Work around it by using the compute shader for query_buffer_objects to summarize the query results. --- src/amd/common/r60

Re: [Mesa-dev] [PATCH 11/13] radeonsi: fix streamout overflow predication on VI+

2017-08-01 Thread Marek Olšák
On Thu, Jul 27, 2017 at 9:14 PM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > There is a firmware regression that causes failures. Work around it by > using the compute shader for query_buffer_objects to summarize the query > results. > --- > src/amd/common/r600d_common.h | 1 + >

[Mesa-dev] [PATCH 11/13] radeonsi: fix streamout overflow predication on VI+

2017-07-27 Thread Nicolai Hähnle
From: Nicolai Hähnle There is a firmware regression that causes failures. Work around it by using the compute shader for query_buffer_objects to summarize the query results. --- src/amd/common/r600d_common.h | 1 + src/gallium/drivers/radeon/r600_query.c | 88 +