projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80ac8d1
)
removed glSamplePass()
author
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 20 Mar 2002 22:07:17 +0000
(22:07 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 20 Mar 2002 22:07:17 +0000
(22:07 +0000)
include/GL/gl.h
patch
|
blob
|
history
diff --git
a/include/GL/gl.h
b/include/GL/gl.h
index 6ffda175802e1cbc10baf80a7b3ea1c357873d57..675b97499d0dd4714b24a2862e7bd733c6e94424 100644
(file)
--- a/
include/GL/gl.h
+++ b/
include/GL/gl.h
@@
-1,4
+1,4
@@
-/* $Id: gl.h,v 1.6
4 2002/02/25 22:18:14
brianp Exp $ */
+/* $Id: gl.h,v 1.6
5 2002/03/20 22:07:17
brianp Exp $ */
/*
* Mesa 3-D graphics library
@@
-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)