projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c2d307
)
s/APIENTRY/GLAPIENTRY/ in teximage.c
author
Brian Paul
<brianp@vmware.com>
Mon, 11 Nov 2019 23:22:49 +0000
(16:22 -0700)
committer
Brian Paul
<brianp@vmware.com>
Tue, 12 Nov 2019 18:44:01 +0000
(11:44 -0700)
The later is the right symbol for entrypoint functions.
Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
src/mesa/main/texgetimage.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/texgetimage.c
b/src/mesa/main/texgetimage.c
index e43f33677fd3af8a71f60caa4b6441fec7e2d90a..d6ec4c529493790bac86c009b90daac22f065f68 100644
(file)
--- a/
src/mesa/main/texgetimage.c
+++ b/
src/mesa/main/texgetimage.c
@@
-1969,7
+1969,7
@@
_mesa_GetCompressedTextureImage(GLuint texture, GLint level,
}
-void APIENTRY
+void
GL
APIENTRY
_mesa_GetCompressedTextureSubImage(GLuint texture, GLint level,
GLint xoffset, GLint yoffset,
GLint zoffset, GLsizei width,