Re: [Mesa-dev] [PATCH 1/2] st/clover: Clear the complete queue

2013-09-26 Thread Francisco Jerez
Niels Ole Salscheider writes: > Events that are already signalled can be removed from the queue, too. > > Signed-off-by: Niels Ole Salscheider I don't think this is right, with this patch we remove *all* events from the command queue, signalled or not, every time the command queue is flushed.

Re: [Mesa-dev] [PATCH 1/2] st/clover: Clear the complete queue

2013-09-26 Thread Niels Ole Salscheider
Ping ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH 1/2] st/clover: Clear the complete queue

2013-09-06 Thread Niels Ole Salscheider
Events that are already signalled can be removed from the queue, too. Signed-off-by: Niels Ole Salscheider --- src/gallium/state_trackers/clover/core/queue.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/state_trackers/clover/core/queue.cpp b/src/gallium/stat