projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7157479
)
mesa: added comment
author
Brian Paul
<brianp@vmware.com>
Sat, 31 Oct 2009 14:08:19 +0000
(08:08 -0600)
committer
Brian Paul
<brianp@vmware.com>
Tue, 3 Nov 2009 02:38:35 +0000
(19:38 -0700)
src/mesa/main/texparam.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/texparam.c
b/src/mesa/main/texparam.c
index 79298e867a0c929fc404319aa7eae4c6cee229a5..ab170cde35be35435722bdf394c98fdc047f80c0 100644
(file)
--- 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)