Mesa (master): s/APIENTRY/GLAPIENTRY/ in teximage.c

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Nov 12 18:45:45 UTC 2019


Module: Mesa
Branch: master
Commit: a69e1053618c557bc823bf27cb04590e79ef2d2d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a69e1053618c557bc823bf27cb04590e79ef2d2d

Author: Brian Paul <brianp at vmware.com>
Date:   Mon Nov 11 16:22:49 2019 -0700

s/APIENTRY/GLAPIENTRY/ in teximage.c

The later is the right symbol for entrypoint functions.

Reviewed-by: Kristian H. Kristensen <hoegsberg at google.com>

---

 src/mesa/main/texgetimage.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mesa/main/texgetimage.c b/src/mesa/main/texgetimage.c
index e43f33677fd..d6ec4c52949 100644
--- 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 GLAPIENTRY
 _mesa_GetCompressedTextureSubImage(GLuint texture, GLint level,
                                    GLint xoffset, GLint yoffset,
                                    GLint zoffset, GLsizei width,




More information about the mesa-commit mailing list