summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2009-01-08 16:14:45 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2009-01-08 16:14:45 +0000
commit44a9f505d79fe843068ecc89e37aec02682fb8a0 (patch)
treeb49af0be342d8b5f68cae6b4c3fd393d03c6b0af
parent3afe1e42d79a13be203dcd8719c965111ce8bba2 (diff)
xlib: remove VMS tweaks, these should be moved to p_compiler.h if needed
-rw-r--r--src/gallium/state_trackers/xlib/fakeglx.c4
-rw-r--r--src/gallium/state_trackers/xlib/fakeglx.h4
-rw-r--r--src/gallium/state_trackers/xlib/fakeglx_fonts.c4
-rw-r--r--src/gallium/state_trackers/xlib/glxheader.h4
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 e62ff239d08..efe1faaa3a4 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 fc75dafc6d8..e5fd960072e 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 c7f61699e5f..cf9cb9d2fb6 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 e12fac814c5..5596f8aa9a1 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>