projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5cc3fd
)
mesa: add missing GLAPIENTRY in copyimage.c
author
Brian Paul
<brianp@vmware.com>
Mon, 11 Aug 2014 18:59:46 +0000
(12:59 -0600)
committer
Brian Paul
<brianp@vmware.com>
Mon, 11 Aug 2014 18:59:47 +0000
(12:59 -0600)
Fixes MinGW build. Trivial.
src/mesa/main/copyimage.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/copyimage.c
b/src/mesa/main/copyimage.c
index e1110dd7e00bc6ae450797fe3948b9ed68bfb8ef..dcbc83de6fbe9d20f49f1391d980275e995e3d63 100644
(file)
--- a/
src/mesa/main/copyimage.c
+++ b/
src/mesa/main/copyimage.c
@@
-253,7
+253,7
@@
check_region_bounds(struct gl_context *ctx, struct gl_texture_image *tex_image,
return true;
}
-void
+void
GLAPIENTRY
_mesa_CopyImageSubData(GLuint srcName, GLenum srcTarget, GLint srcLevel,
GLint srcX, GLint srcY, GLint srcZ,
GLuint dstName, GLenum dstTarget, GLint dstLevel,