summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>1999-10-27 09:46:07 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>1999-10-27 09:46:07 +0000
commitd865227d214544426c2ab396417e48aedc0ee1e5 (patch)
tree3a2ec1bbf2f9a1b00efb5b49e3b319935ba2924a
parent782ca03d6d3e8172961349dfb198e713ca1305ee (diff)
removed cvs history logs and old comments
-rw-r--r--include/GL/glx.h44
1 files changed, 1 insertions, 43 deletions
diff --git a/include/GL/glx.h b/include/GL/glx.h
index 8743bc4a50..2df9c27747 100644
--- a/include/GL/glx.h
+++ b/include/GL/glx.h
@@ -1,4 +1,4 @@
-/* $Id: glx.h,v 1.4 1999/10/27 09:44:10 brianp Exp $ */
+/* $Id: glx.h,v 1.5 1999/10/27 09:46:07 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -25,53 +25,11 @@
*/
-/*
- * $Log: glx.h,v $
- * Revision 1.4 1999/10/27 09:44:10 brianp
- * removed glXGetProcAddressEXT
- *
- * Revision 1.3 1999/09/16 15:52:51 brianp
- * added GLX_MESA_set_3dfx_mode. clean-up of glXGetProcAddress
- *
- * Revision 1.2 1999/09/11 11:33:45 brianp
- * added GLX_EXT_get_proc_address
- *
- * Revision 1.1.1.1 1999/08/19 00:55:40 jtg
- * Imported sources
- *
- * Revision 3.3 1999/02/14 03:39:09 brianp
- * new copyright
- *
- * Revision 3.2 1998/06/18 03:44:00 brianp
- * replaced "uint" with "unsigned int"
- *
- * Revision 3.1 1998/06/01 00:00:17 brianp
- * added GLX_SGI_video_sync extension
- *
- * Revision 3.0 1998/02/20 05:06:01 brianp
- * initial rev
- *
- */
-
#ifndef GLX_H
#define GLX_H
-/*
- * A pseudo-GLX implementation to allow GLX-based OpenGL programs to
- * work with Mesa.
- *
- * Notes:
- * 1. If the visual passed to glXGetConfig was not one returned by
- * glXChooseVisual then the GLX_RGBA and GLX_DOUBLEBUFFER queries
- * will always return True and the GLX_DEPTH_SIZE query will always
- * return non-zero.
- * 2. The glXIsDirect() function always returns True.
- */
-
-
-
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include "GL/gl.h"