diff options
author | Chia-I Wu <[email protected]> | 2014-07-25 10:53:05 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2014-07-26 12:30:39 +0800 |
commit | 4714c4ec48fcb17b8484cd1c44918fcedc3ce28e (patch) | |
tree | aa8f04a7b99001e33e1587cb3309115765e15299 /src/gallium/drivers/ilo/ilo_screen.h | |
parent | 654fd3e33f71702aa487b5b5249847bee73d4823 (diff) |
ilo: simplify ilo_flush()
Move fence creation to the new ilo_fence_create().
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_screen.h')
-rw-r--r-- | src/gallium/drivers/ilo/ilo_screen.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/ilo/ilo_screen.h b/src/gallium/drivers/ilo/ilo_screen.h index 4c403f042f2..7e1ce72052e 100644 --- a/src/gallium/drivers/ilo/ilo_screen.h +++ b/src/gallium/drivers/ilo/ilo_screen.h @@ -60,4 +60,7 @@ ilo_fence(struct pipe_fence_handle *fence) return (struct ilo_fence *) fence; } +struct ilo_fence * +ilo_fence_create(struct pipe_screen *screen, struct intel_bo *bo); + #endif /* ILO_SCREEN_H */ |