egl/main: no longer export internal function
authorEmil Velikov <emil.l.velikov@gmail.com>
Sat, 28 Feb 2015 17:20:01 +0000 (17:20 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 5 Mar 2015 14:45:53 +0000 (14:45 +0000)
commitdd438ae34bdbaa6651cdd226d5fec15a892923bf
tree365d44e9b4c0b260ecfecf302887d61eac0edeeb
parentd780012cd75c24394b043b107d17eb8199ae2dc7
egl/main: no longer export internal function

With the split of the gallium egl module we had previously it required
access to some of the internal functions. As the only build (automake)
that did this no longer builds it we can now appropriately hide those
functions.

Cc: 10.5 <mesa-stable@lists.freedesktop.org>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
13 files changed:
src/egl/main/eglarray.h
src/egl/main/eglconfig.c
src/egl/main/eglconfig.h
src/egl/main/eglcontext.h
src/egl/main/eglcurrent.c
src/egl/main/eglcurrent.h
src/egl/main/egldisplay.h
src/egl/main/egldriver.h
src/egl/main/eglimage.h
src/egl/main/egllog.h
src/egl/main/eglscreen.h
src/egl/main/eglsurface.h
src/egl/main/eglsync.h