projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8939fd
)
main: Corrected comment on _mesa_is_zero_size_texture.
author
Laura Ekstrand
<laura@jlekstrand.net>
Wed, 10 Dec 2014 01:27:12 +0000
(17:27 -0800)
committer
Laura Ekstrand
<laura@jlekstrand.net>
Thu, 8 Jan 2015 19:37:28 +0000
(11:37 -0800)
Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
src/mesa/main/teximage.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/teximage.h
b/src/mesa/main/teximage.h
index 189a0b4672e7a83e320f26b8281b3fdb50403cf4..8c8261ba22d6589f148923ac8a0b86c8f92bf316 100644
(file)
--- a/
src/mesa/main/teximage.h
+++ b/
src/mesa/main/teximage.h
@@
-47,7
+47,7
@@
_mesa_is_cube_face(GLenum target)
target <= GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_ARB);
}
-/**
Is
any of the dimensions of given texture equal to zero? */
+/**
Are
any of the dimensions of given texture equal to zero? */
static inline GLboolean
_mesa_is_zero_size_texture(const struct gl_texture_image *texImage)
{