mesa: added comment
authorBrian Paul <brianp@vmware.com>
Sat, 31 Oct 2009 14:08:19 +0000 (08:08 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 3 Nov 2009 02:38:35 +0000 (19:38 -0700)
src/mesa/main/texparam.c

index 79298e867a0c929fc404319aa7eae4c6cee229a5..ab170cde35be35435722bdf394c98fdc047f80c0 100644 (file)
@@ -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)