diff options
author | Edward O'Callaghan <[email protected]> | 2017-02-02 01:17:07 +1100 |
---|---|---|
committer | Edward O'Callaghan <[email protected]> | 2017-02-03 16:13:32 +1100 |
commit | 01b625ef1a5ccba9627442eb2e2d8d0dcd0b4455 (patch) | |
tree | 4836f5d30a0d37fc0a6c3abfd4d6dcd13dc03030 /src/gallium/auxiliary/pipe-loader | |
parent | 2b4eaabff01a3a8ea0c4742ac481492092c1ab4f (diff) |
ilo: EOL unplumb unmaintained gallium drv from winsys
This is no longer actively maintained and is just
accumulating bitrot.
Signed-off-by: Edward O'Callaghan <[email protected]>
Acked-by: Chia-I Wu <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/pipe-loader')
-rw-r--r-- | src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c b/src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c index 6c89fe5ead1..09549e5bda3 100644 --- a/src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c +++ b/src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c @@ -105,11 +105,6 @@ static const struct drm_driver_descriptor driver_descriptors[] = { }, #endif { - .driver_name = "i965", - .create_screen = pipe_ilo_create_screen, - .configuration = configuration_query, - }, - { .driver_name = "nouveau", .create_screen = pipe_nouveau_create_screen, .configuration = configuration_query, |