projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c73dbce
)
egl: Mark _eglCheckResource as PUBLIC.
author
Chia-I Wu
<olvaffe@gmail.com>
Tue, 26 Jan 2010 07:10:18 +0000
(15:10 +0800)
committer
Chia-I Wu
<olvaffe@gmail.com>
Tue, 26 Jan 2010 10:46:05 +0000
(18:46 +0800)
To support extensions such as GL_OES_EGL_image, the drivers need a way
to check if a given EGLImageKHR is valid.
src/egl/main/egldisplay.h
patch
|
blob
|
history
diff --git
a/src/egl/main/egldisplay.h
b/src/egl/main/egldisplay.h
index d811f2ee8e7ebe1849b51614598e22b2124e0bd8..0f5d3a01bbe4a3d8dd06c0f3535cb5806e1ba118 100644
(file)
--- a/
src/egl/main/egldisplay.h
+++ b/
src/egl/main/egldisplay.h
@@
-106,7
+106,7
@@
extern EGLBoolean
_eglCheckDisplayHandle(EGLDisplay dpy);
-
extern
EGLBoolean
+
PUBLIC
EGLBoolean
_eglCheckResource(void *res, _EGLResourceType type, _EGLDisplay *dpy);