Re: [Mesa-dev] [PATCH] st/mesa: remove an incorrect assertion

2017-05-17 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Wed, May 17, 2017 at 3:18 PM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > There is really no reason why the current DrawBuffer needs to be complete > at this point. In particularly, the assertion gets hit on the X server side > in libglx when running .../

[Mesa-dev] [PATCH] st/mesa: remove an incorrect assertion

2017-05-17 Thread Nicolai Hähnle
From: Nicolai Hähnle There is really no reason why the current DrawBuffer needs to be complete at this point. In particularly, the assertion gets hit on the X server side in libglx when running .../piglit/bin/glx-get-current-display-ext -auto (which uses indirect GLX rendering). Fixes: 19b61799e