[Mesa-dev] [PATCH 5/8] gallium/radeon: add cs_get_next_fence winsys callback

Marek Olšák maraeo at gmail.com
Tue Aug 2 10:27:52 UTC 2016


From: Marek Olšák <marek.olsak at amd.com>

---
 src/gallium/drivers/radeon/radeon_winsys.h | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/gallium/drivers/radeon/radeon_winsys.h b/src/gallium/drivers/radeon/radeon_winsys.h
index 3be4738..e7787d3 100644
--- a/src/gallium/drivers/radeon/radeon_winsys.h
+++ b/src/gallium/drivers/radeon/radeon_winsys.h
@@ -732,6 +732,13 @@ struct radeon_winsys {
                     struct pipe_fence_handle **fence);
 
     /**
+     * Create a fence before the CS is flushed.
+     * The user must flush manually to complete the initializaton of the fence.
+     * The fence must not be used before the flush.
+     */
+    struct pipe_fence_handle *(*cs_get_next_fence)(struct radeon_winsys_cs *cs);
+
+    /**
      * Return true if a buffer is referenced by a command stream.
      *
      * \param cs        A command stream.
-- 
2.7.4



More information about the mesa-dev mailing list