From 02237f447f99478fe8d593ee645ade05d05f24f4 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 19 Sep 2005 20:29:34 +0000 Subject: updated comment --- src/mesa/main/buffers.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/main/buffers.c') diff --git a/src/mesa/main/buffers.c b/src/mesa/main/buffers.c index 66ea88c960..2a1af42d79 100644 --- a/src/mesa/main/buffers.c +++ b/src/mesa/main/buffers.c @@ -581,8 +581,8 @@ _mesa_ReadBuffer(GLenum buffer) * ResizeBuffers function. The driver will then resize its color buffers * as needed, and maybe call the swrast's routine for reallocating * swrast-managed depth/stencil/accum/etc buffers. - * \note This function may be called from within Mesa or called by the - * user directly (see the GL_MESA_resize_buffers extension). + * \note This function should only be called through the GL API, not + * from device drivers (as was done in the past). */ void GLAPIENTRY _mesa_ResizeBuffersMESA( void ) -- cgit v1.2.3