projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30aea49
)
remove OLD_RENDERBUFFER stuff
author
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 1 Jul 2005 01:08:29 +0000
(
01:08
+0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 1 Jul 2005 01:08:29 +0000
(
01:08
+0000)
src/mesa/main/buffers.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/buffers.c
b/src/mesa/main/buffers.c
index 12f58ff66214696eec1c9b107bc6ff1744eb53c4..58435e0edefb7e690750288a556d8aa59b2bf852 100644
(file)
--- a/
src/mesa/main/buffers.c
+++ b/
src/mesa/main/buffers.c
@@
-574,11
+574,6
@@
_mesa_ReadBuffer(GLenum buffer)
* \note This function may be called from within Mesa or called by the
* user directly (see the GL_MESA_resize_buffers extension).
*/
-#if OLD_RENDERBUFFER
-/* THIS FUNCTION IS OBSOLETE!!!
- * See _mesa_resize_framebuffer
- */
-#endif
void GLAPIENTRY
_mesa_ResizeBuffersMESA( void )
{
@@
-641,7
+636,8
@@
_mesa_SampleCoverageARB(GLclampf value, GLboolean invert)
ctx->NewState |= _NEW_MULTISAMPLE;
}
-#endif
+#endif /* _HAVE_FULL_GL */
+
/**