projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
800efb0
)
mesa: fix typo s/glGetTextImage/glGetTexImage/
author
Brian Paul
<brianp@vmware.com>
Wed, 22 Jul 2015 14:04:49 +0000
(08:04 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 22 Jul 2015 14:17:24 +0000
(08:17 -0600)
Trivial.
src/mesa/main/texgetimage.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/texgetimage.c
b/src/mesa/main/texgetimage.c
index 8539afcf47b13d21500aebd1661c9df83d41c129..59ec091257e52d951a00877672ddd099705c92e1 100644
(file)
--- a/
src/mesa/main/texgetimage.c
+++ b/
src/mesa/main/texgetimage.c
@@
-1382,7
+1382,7
@@
_mesa_GetTexImage(GLenum target, GLint level, GLenum format, GLenum type,
GLvoid *pixels )
{
GET_CURRENT_CONTEXT(ctx);
- static const char *caller = "glGetTex
t
Image";
+ static const char *caller = "glGetTexImage";
GLsizei width, height, depth;
struct gl_texture_object *texObj;