summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-03-20 22:06:57 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-03-20 22:06:57 +0000
commite07b4252ad24ba052e34ef59e4f0152324e19034 (patch)
tree749dee2d9e04d80964d79959633e17ef6b1a7c5d /include
parentb8855675ca6dcef2f91b2da4b815fa42710c4e1a (diff)
removed glSamplePass()
Diffstat (limited to 'include')
-rw-r--r--include/GL/gl.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/include/GL/gl.h b/include/GL/gl.h
index b437e44b5b..8115182b81 100644
--- a/include/GL/gl.h
+++ b/include/GL/gl.h
@@ -1,10 +1,10 @@
-/* $Id: gl.h,v 1.59.2.1 2001/11/09 21:54:05 brianp Exp $ */
+/* $Id: gl.h,v 1.59.2.2 2002/03/20 22:06:57 brianp Exp $ */
/*
* Mesa 3-D graphics library
- * Version: 4.0
+ * Version: 4.0.2
*
- * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
+ * Copyright (C) 1999-2002 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@@ -1912,8 +1912,6 @@ GLAPI void GLAPIENTRY glMultTransposeMatrixf( const GLfloat m[16] );
GLAPI void GLAPIENTRY glSampleCoverage( GLclampf value, GLboolean invert );
-GLAPI void GLAPIENTRY glSamplePass( GLenum pass );
-
/*
* GL_ARB_multitexture (ARB extension 1 and OpenGL 1.2.1)