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/targets/dri/target.c | |
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/targets/dri/target.c')
-rw-r--r-- | src/gallium/targets/dri/target.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/targets/dri/target.c b/src/gallium/targets/dri/target.c index 441a27ff637..dba18cce65c 100644 --- a/src/gallium/targets/dri/target.c +++ b/src/gallium/targets/dri/target.c @@ -151,9 +151,6 @@ const __DRIextension **__driDriverGetExtensions_i965(void); * i965 driver so that you can just make a directory with a link from * i965_dri.so to the built vc4_dri.so, and point LIBGL_DRIVERS_PATH to that * on your i965-using host to run the driver under simulation. - * - * This is, of course, incompatible with building with the ilo driver, but you - * shouldn't be building that anyway. */ PUBLIC const __DRIextension **__driDriverGetExtensions_i965(void) { |