Re: [Mesa-dev] [PATCH] radv: Fix multiview queries.

2018-05-14 Thread Samuel Pitoiset
On 05/13/2018 10:07 PM, Bas Nieuwenhuizen wrote: This moves the extra queries to after the main query ended, instead of doing it after the begin and hence doing nesting. We also emit only (view count - 1) extra queries, as the main query is already there for the first view. This fixes the

Re: [Mesa-dev] [PATCH] radv: Fix multiview queries.

2018-05-13 Thread Dave Airlie
On 14 May 2018 at 06:07, Bas Nieuwenhuizen wrote: > This moves the extra queries to after the main query ended, instead > of doing it after the begin and hence doing nesting. > > We also emit only (view count - 1) extra queries, as the main query > is already there for

[Mesa-dev] [PATCH] radv: Fix multiview queries.

2018-05-13 Thread Bas Nieuwenhuizen
This moves the extra queries to after the main query ended, instead of doing it after the begin and hence doing nesting. We also emit only (view count - 1) extra queries, as the main query is already there for the first view. This fixes the CTS occasiionally getting stuck in