Mesa (gallium-xlib-rework): xlib: remove VMS tweaks, these should be moved to p_compiler.h if needed

Keith Whitwell keithw at kemper.freedesktop.org
Thu Jan 8 16:57:31 UTC 2009


Module: Mesa
Branch: gallium-xlib-rework
Commit: 44a9f505d79fe843068ecc89e37aec02682fb8a0
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=44a9f505d79fe843068ecc89e37aec02682fb8a0

Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Thu Jan  8 16:14:45 2009 +0000

xlib: remove VMS tweaks, these should be moved to p_compiler.h if needed

---

 src/gallium/state_trackers/xlib/fakeglx.c       |    4 ----
 src/gallium/state_trackers/xlib/fakeglx.h       |    4 ----
 src/gallium/state_trackers/xlib/fakeglx_fonts.c |    4 ----
 src/gallium/state_trackers/xlib/glxheader.h     |    4 ----
 4 files changed, 0 insertions(+), 16 deletions(-)

diff --git a/src/gallium/state_trackers/xlib/fakeglx.c b/src/gallium/state_trackers/xlib/fakeglx.c
index e62ff23..efe1faa 100644
--- a/src/gallium/state_trackers/xlib/fakeglx.c
+++ b/src/gallium/state_trackers/xlib/fakeglx.c
@@ -54,10 +54,6 @@
 #include "state_tracker/st_public.h"
 
 
-#ifdef __VMS
-#define _mesa_sprintf sprintf
-#endif
-
 /* This indicates the client-side GLX API and GLX encoder version. */
 #define CLIENT_MAJOR_VERSION 1
 #define CLIENT_MINOR_VERSION 4  /* but don't have 1.3's pbuffers, etc yet */
diff --git a/src/gallium/state_trackers/xlib/fakeglx.h b/src/gallium/state_trackers/xlib/fakeglx.h
index fc75daf..e5fd960 100644
--- a/src/gallium/state_trackers/xlib/fakeglx.h
+++ b/src/gallium/state_trackers/xlib/fakeglx.h
@@ -28,10 +28,6 @@
 #define FAKEGLX_H
 
 
-#ifdef __VMS
-#include <GL/vms_x_fix.h>
-#endif
-
 #include <X11/Xlib.h>
 
 struct _glxapi_table;
diff --git a/src/gallium/state_trackers/xlib/fakeglx_fonts.c b/src/gallium/state_trackers/xlib/fakeglx_fonts.c
index c7f6169..cf9cb9d 100644
--- a/src/gallium/state_trackers/xlib/fakeglx_fonts.c
+++ b/src/gallium/state_trackers/xlib/fakeglx_fonts.c
@@ -28,10 +28,6 @@
  * Copyright (C) 1995 Thorsten.Ohl @ Physik.TH-Darmstadt.de
  */
 
-#ifdef __VMS
-#include <GL/vms_x_fix.h>
-#endif
-
 #include "glxheader.h"
 #include "context.h"
 #include "imports.h"
diff --git a/src/gallium/state_trackers/xlib/glxheader.h b/src/gallium/state_trackers/xlib/glxheader.h
index e12fac8..5596f8a 100644
--- a/src/gallium/state_trackers/xlib/glxheader.h
+++ b/src/gallium/state_trackers/xlib/glxheader.h
@@ -26,10 +26,6 @@
 #ifndef GLX_HEADER_H
 #define GLX_HEADER_H
 
-#ifdef __VMS
-#include <GL/vms_x_fix.h>
-#endif
-
 #include "glheader.h"
 
 # include <X11/Xlib.h>




More information about the mesa-commit mailing list