projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19fa540
)
mesa: document _mesa_texstore() return value
author
Brian Paul
<brianp@vmware.com>
Sat, 14 Dec 2013 00:02:43 +0000
(17:02 -0700)
committer
Brian Paul
<brianp@vmware.com>
Sat, 14 Dec 2013 00:02:43 +0000
(17:02 -0700)
src/mesa/main/texstore.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/texstore.c
b/src/mesa/main/texstore.c
index 76d8d9ba3f32d296d863ed218422c2e04e9c5cc9..5adbd5dc92aea03c8797dc964be1bd6de4dfa83b 100644
(file)
--- a/
src/mesa/main/texstore.c
+++ b/
src/mesa/main/texstore.c
@@
-3864,6
+3864,7
@@
_mesa_texstore_memcpy(TEXSTORE_PARAMS)
/**
* Store user data into texture memory.
* Called via glTex[Sub]Image1/2/3D()
+ * \return GL_TRUE for success, GL_FALSE for failure (out of memory).
*/
GLboolean
_mesa_texstore(TEXSTORE_PARAMS)