gallium: add target-helpers/wrap_screen.c to C_SOURCES
[mesa/mesa-lb.git] / src / egl / main / eglconfigutil.h
blobc6f481996053c6341186fd2cbeb66484fff58945
1 #ifndef EGLCONFIGUTIL_INCLUDED
2 #define EGLCONFIGUTIL_INCLUDED
5 #include "GL/gl.h"
6 #include "GL/internal/glcore.h"
7 #include "eglconfig.h"
10 PUBLIC void
11 _eglConfigToContextModesRec(const _EGLConfig *config, __GLcontextModes *mode);
14 PUBLIC EGLBoolean
15 _eglConfigFromContextModesRec(_EGLConfig *conf, const __GLcontextModes *m,
16 EGLint conformant, EGLint renderable_type);
19 #endif /* EGLCONFIGUTIL_INCLUDED */