projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3afe1e4
)
xlib: remove VMS tweaks, these should be moved to p_compiler.h if needed
author
Keith Whitwell
<keith@tungstengraphics.com>
Thu, 8 Jan 2009 16:14:45 +0000
(16:14 +0000)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Thu, 8 Jan 2009 16:14:45 +0000
(16:14 +0000)
src/gallium/state_trackers/xlib/fakeglx.c
patch
|
blob
|
history
src/gallium/state_trackers/xlib/fakeglx.h
patch
|
blob
|
history
src/gallium/state_trackers/xlib/fakeglx_fonts.c
patch
|
blob
|
history
src/gallium/state_trackers/xlib/glxheader.h
patch
|
blob
|
history
diff --git
a/src/gallium/state_trackers/xlib/fakeglx.c
b/src/gallium/state_trackers/xlib/fakeglx.c
index e62ff239d0800d54734ed69dbf7122fa1b28ab50..efe1faaa3a491b58637fed81f8bcebad0ffb4bc9 100644
(file)
--- 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 fc75dafc6d8514f1b8aae56f5d799b08745d13be..e5fd960072e4c0bf4ab0137b7641cda58612f954 100644
(file)
--- 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 c7f61699e5f6d8721678c8eceb21d6514876a37a..cf9cb9d2fb69e652f300f041dfb3fca7f3ca4705 100644
(file)
--- 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 e12fac814c555a47bebfbdd19dc7e16f64dfa5b8..5596f8aa9a19cf5bfd272f397c5e22bb3ed28dcd 100644
(file)
--- 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>