projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce80abb
)
mesa: fix a typo (trivial)
author
Tapani Pälli
<tapani.palli@intel.com>
Tue, 24 Jul 2018 05:58:21 +0000
(08:58 +0300)
committer
Tapani Pälli
<tapani.palli@intel.com>
Tue, 31 Jul 2018 05:19:38 +0000
(08:19 +0300)
Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Nanley Chery <nanley.g.chery@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/main/teximage.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/teximage.c
b/src/mesa/main/teximage.c
index f6bfca65ed97638e8b02515f854ef04270f8d9c2..948c7df0511db142827d51e3b6f27a44d46a0836 100644
(file)
--- a/
src/mesa/main/teximage.c
+++ b/
src/mesa/main/teximage.c
@@
-4008,7
+4008,7
@@
copyteximage(struct gl_context *ctx, GLuint dims,
*/
else if (formats_differ_in_component_sizes (texFormat, rb->Format)) {
_mesa_error(ctx, GL_INVALID_OPERATION,
- "glCopyTexImage%uD(componen
e
t size changed in"
+ "glCopyTexImage%uD(component size changed in"
" internal format)", dims);
return;
}