Browse Source

removed experiemental GL_MESA_sprite_point extension

tags/mesa_4_1
Brian Paul 23 years ago
parent
commit
f105bc4095
1 changed files with 1 additions and 12 deletions
  1. 1
    12
      include/GL/gl.h

+ 1
- 12
include/GL/gl.h View File

@@ -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


Loading…
Cancel
Save