From: Brian Paul Date: Sat, 31 Oct 2009 14:08:19 +0000 (-0600) Subject: mesa: added comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=644d8fd363ca7d8f40f4fa319919985cc002df9e;p=mesa.git mesa: added comment --- diff --git a/src/mesa/main/texparam.c b/src/mesa/main/texparam.c index 79298e867a0..ab170cde35b 100644 --- a/src/mesa/main/texparam.c +++ b/src/mesa/main/texparam.c @@ -79,6 +79,8 @@ validate_texture_wrap_mode(GLcontext * ctx, GLenum target, GLenum wrap) /** * Get current texture object for given target. * Return NULL if any error. + * Note that this is different from _mesa_select_tex_object() in that proxy + * targets are not accepted. */ static struct gl_texture_object * get_texobj(GLcontext *ctx, GLenum target)