projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cba2ca9
)
added LL_MESA_sprite_point extension
author
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 8 Dec 2000 00:28:59 +0000
(
00:28
+0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 8 Dec 2000 00:28:59 +0000
(
00:28
+0000)
include/GL/gl.h
patch
|
blob
|
history
diff --git
a/include/GL/gl.h
b/include/GL/gl.h
index 00feace6354b6c93ad5bcac4d9a7be0a3ea37830..9cde02279a6804fd581d06fc1d541e517d8134cb 100644
(file)
--- a/
include/GL/gl.h
+++ b/
include/GL/gl.h
@@
-1,4
+1,4
@@
-/* $Id: gl.h,v 1.4
7 2000/11/03 15:14:18
brianp Exp $ */
+/* $Id: gl.h,v 1.4
8 2000/12/08 00:28:59
brianp Exp $ */
/*
* Mesa 3-D graphics library
@@
-2282,6
+2282,16
@@
GLAPI void GLAPIENTRY glTracePointerRange( const GLvoid* first, const GLvoid* la
#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
+
/**********************************************************************
* Begin system-specific stuff