summaryrefslogtreecommitdiff
path: root/include/GL/gl.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-05-27 17:05:19 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-05-27 17:05:19 +0000
commitf105bc409511ecd4d9bdb91c10963123cdf999fa (patch)
tree33155a6e7a5642dd95800a3317a5a20295f387fb /include/GL/gl.h
parent6c408b46678637959dba04663fbc34eb9c4bc397 (diff)
removed experiemental GL_MESA_sprite_point extension
Diffstat (limited to 'include/GL/gl.h')
-rw-r--r--include/GL/gl.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/include/GL/gl.h b/include/GL/gl.h
index 675b97499d0..fcc5bdd3273 100644
--- a/include/GL/gl.h
+++ b/include/GL/gl.h
@@ -1,4 +1,4 @@
-/* $Id: gl.h,v 1.65 2002/03/20 22:07:17 brianp Exp $ */
+/* $Id: gl.h,v 1.66 2002/05/27 17:05:19 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -2486,17 +2486,6 @@ GLAPI void GLAPIENTRY glTracePointerRangeMESA( const GLvoid* first, const GLvoid
#endif /* GL_MESA_packed_depth_stencil */
-/*
- * ??. GL_MESA_sprite_point
- */
-#ifndef GL_MESA_sprite_point
-#define GL_MESA_sprite_point 1
-
-#define GL_SPRITE_POINT_MESA 0x8757 /* XXX not finalized! */
-
-#endif
-
-
#ifndef GL_ARB_window_pos
#define GL_ARB_window_pos 1