diff options
author | Emil Velikov <[email protected]> | 2015-11-22 22:45:38 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-11-25 20:26:52 +0000 |
commit | b78259c4b5ec1c76cb9e6b1c79aa6a979dca36c8 (patch) | |
tree | bc48eebd1b399fadda16f9d8ac02d4e8e6897985 /src/gallium | |
parent | 59cfb21d4670559d49a721df766073d9d288b51a (diff) |
gallium: remove unused function declarations
Unused as of commit 23fb11455b4 "{st,targets}/dri: use static/dynamic
pipe-loader"
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/include/state_tracker/drisw_api.h | 5 | ||||
-rw-r--r-- | src/gallium/state_trackers/dri/dri_screen.h | 1 |
2 files changed, 0 insertions, 6 deletions
diff --git a/src/gallium/include/state_tracker/drisw_api.h b/src/gallium/include/state_tracker/drisw_api.h index cd5a27e2482..03d5ee405a4 100644 --- a/src/gallium/include/state_tracker/drisw_api.h +++ b/src/gallium/include/state_tracker/drisw_api.h @@ -20,9 +20,4 @@ struct drisw_loader_funcs void *data, int x, int y, unsigned width, unsigned height, unsigned stride); }; -/** - * Implemented by the drisw target. - */ -struct pipe_screen * drisw_create_screen(struct drisw_loader_funcs *lf); - #endif diff --git a/src/gallium/state_trackers/dri/dri_screen.h b/src/gallium/state_trackers/dri/dri_screen.h index 4bcb0291d86..45459906588 100644 --- a/src/gallium/state_trackers/dri/dri_screen.h +++ b/src/gallium/state_trackers/dri/dri_screen.h @@ -147,7 +147,6 @@ dri_destroy_screen_helper(struct dri_screen * screen); void dri_destroy_screen(__DRIscreen * sPriv); -extern struct pipe_screen *kms_swrast_create_screen(int fd); extern const struct __DriverAPIRec dri_kms_driver_api; extern const struct __DriverAPIRec galliumdrm_driver_api; |