mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 17:10:11 +01:00
pipe-loader: remove HAVE_PIPE_LOADER_foo function prototype guards
They serve little to no purpose, as we don't need any additional dependencies (headers and/or symbols). On the other hand dropping them will allow us to use GALLIUM_PIPE_LOADER_DEFINES in only one single place - the pipe-loader. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Acked-by: Rob Clark <robclark@freedesktop.org>
This commit is contained in:
parent
c751d33a20
commit
b7875ca493
1 changed files with 0 additions and 8 deletions
|
|
@ -112,8 +112,6 @@ pipe_loader_configuration(struct pipe_loader_device *dev,
|
|||
void
|
||||
pipe_loader_release(struct pipe_loader_device **devs, int ndev);
|
||||
|
||||
#ifdef HAVE_PIPE_LOADER_DRI
|
||||
|
||||
/**
|
||||
* Initialize sw dri device give the drisw_loader_funcs.
|
||||
*
|
||||
|
|
@ -125,8 +123,6 @@ bool
|
|||
pipe_loader_sw_probe_dri(struct pipe_loader_device **devs,
|
||||
struct drisw_loader_funcs *drisw_lf);
|
||||
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Initialize a null sw device.
|
||||
*
|
||||
|
|
@ -158,8 +154,6 @@ boolean
|
|||
pipe_loader_sw_probe_wrapped(struct pipe_loader_device **dev,
|
||||
struct pipe_screen *screen);
|
||||
|
||||
#ifdef HAVE_PIPE_LOADER_DRM
|
||||
|
||||
/**
|
||||
* Get a list of known DRM devices.
|
||||
*
|
||||
|
|
@ -180,8 +174,6 @@ pipe_loader_drm_probe(struct pipe_loader_device **devs, int ndev);
|
|||
bool
|
||||
pipe_loader_drm_probe_fd(struct pipe_loader_device **dev, int fd);
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue