diff options
author | Eric Anholt <[email protected]> | 2017-05-08 16:46:59 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2017-05-17 14:18:26 -0700 |
commit | 50e78cd04f6b40c4cf02774861380d843b00ebb9 (patch) | |
tree | 9cd2b689ae2bee865109b7b563d06c84ec9eb502 /src/gallium/drivers/vc4/vc4_screen.h | |
parent | 76e4ab57158de8a568572f1acb1d679ce8abb288 (diff) |
vc4: Drop pointless indirections around BO import/export.
I've since found them to be more confusing by adding indirections than
clarifying by screening off resources from the handle/fd import/export
process.
Diffstat (limited to 'src/gallium/drivers/vc4/vc4_screen.h')
-rw-r--r-- | src/gallium/drivers/vc4/vc4_screen.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gallium/drivers/vc4/vc4_screen.h b/src/gallium/drivers/vc4/vc4_screen.h index 34d15381ae7..0f80ffb3463 100644 --- a/src/gallium/drivers/vc4/vc4_screen.h +++ b/src/gallium/drivers/vc4/vc4_screen.h @@ -102,13 +102,6 @@ vc4_screen(struct pipe_screen *screen) } struct pipe_screen *vc4_screen_create(int fd); -boolean vc4_screen_bo_get_handle(struct pipe_screen *pscreen, - struct vc4_bo *bo, - unsigned stride, - struct winsys_handle *whandle); -struct vc4_bo * -vc4_screen_bo_from_handle(struct pipe_screen *pscreen, - struct winsys_handle *whandle); const void * vc4_screen_get_compiler_options(struct pipe_screen *pscreen, |