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.
Ping
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev
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