This series fixes a couple of bugs in nvc0_hw_query_fifo_wait().
The first one is that a query's fence is not guaranteedto be emitted.
The second one is that nvc0_hw_query_fifo_wait() works incorrectly
when a fence has been emitted in between nvc0_hw_end_query() and
nvc0_hw_query_fifo_wait().
Rhys Perry (2):
nvc0: ensure the query's fence has been emitted in
nvco_hw_query_fifo_wait
nvc0: change ACQUIRE_EQUAL to ACQUIRE_GEQUAL in
nvc0_hw_query_fifo_wait
src/gallium/drivers/nouveau/nvc0/nvc0_query_hw.c | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
--
2.14.3
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev