Module: Mesa Branch: master Commit: 7d913903597779b896d70358a45be9d12bd0a0df URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7d913903597779b896d70358a45be9d12bd0a0df
Author: Brian Paul <[email protected]> Date: Fri Dec 13 17:02:43 2013 -0700 mesa: document _mesa_texstore() return value --- src/mesa/main/texstore.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/mesa/main/texstore.c b/src/mesa/main/texstore.c index 76d8d9b..5adbd5d 100644 --- 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) _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
