Module: Mesa Branch: master Commit: 1f82bf12edb37a91991fdae59cf0cc36c9f49278 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1f82bf12edb37a91991fdae59cf0cc36c9f49278
Author: Matt Turner <[email protected]> Date: Wed Aug 22 18:44:54 2012 -0700 Remove OpenVMS support Not maintained since 2008. Doubtful that it's worked in quite a while. Also see commit 32ac8cb05 which removed VMS stuff from Makefile in 2009. Cc: Jouk Jansen <[email protected]> Reviewed-by: Brian Paul <[email protected]> Signed-off-by: Andreas Boll <[email protected]> --- docs/README.VMS | 38 -- include/GL/glx.h | 13 - include/GL/vms_x_fix.h | 1224 ----------------------------------- src/egl/main/eglcompiler.h | 4 +- src/mesa/descrip.mms | 27 - src/mesa/drivers/common/descrip.mms | 42 -- src/mesa/drivers/osmesa/descrip.mms | 45 -- src/mesa/drivers/x11/descrip.mms | 55 -- src/mesa/drivers/x11/fakeglx.c | 4 - src/mesa/drivers/x11/glxheader.h | 4 - src/mesa/drivers/x11/xfonts.c | 4 - src/mesa/drivers/x11/xfonts.h | 4 - src/mesa/drivers/x11/xm_dd.c | 3 - src/mesa/drivers/x11/xmesa.h | 4 - src/mesa/main/compiler.h | 6 +- src/mesa/main/descrip.mms | 258 -------- src/mesa/main/imports.c | 5 +- src/mesa/main/imports.h | 2 - src/mesa/main/teximage.h | 5 - src/mesa/main/vsnprintf.c | 165 ----- src/mesa/math/descrip.mms | 47 -- src/mesa/program/descrip.mms | 93 --- src/mesa/program/prog_execute.c | 11 - src/mesa/swrast/descrip.mms | 82 --- src/mesa/swrast_setup/descrip.mms | 42 -- src/mesa/tnl/descrip.mms | 68 -- src/mesa/vbo/descrip.mms | 62 -- 27 files changed, 4 insertions(+), 2313 deletions(-) Diff: http://cgit.freedesktop.org/mesa/mesa/diff/?id=1f82bf12edb37a91991fdae59cf0cc36c9f49278 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
