diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2010-09-09 15:00:02 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2010-09-09 15:00:18 -0400 |
commit | 6eda3f311bc24999835003e404d5eda5599bc5de (patch) | |
tree | eaeed72865a322334f18b60ab0f0b12f29ec935c /src/egl/main/eglconfigutil.h | |
parent | 01a7eebc4c3591eecb59e42409790bf1d6344847 (diff) | |
download | external_mesa3d-6eda3f311bc24999835003e404d5eda5599bc5de.zip external_mesa3d-6eda3f311bc24999835003e404d5eda5599bc5de.tar.gz external_mesa3d-6eda3f311bc24999835003e404d5eda5599bc5de.tar.bz2 |
eglglx: Convert glx visuals/fbconfigs straight to EGL configs
In other words, skip the __GLcontextModes middle man.
Diffstat (limited to 'src/egl/main/eglconfigutil.h')
-rw-r--r-- | src/egl/main/eglconfigutil.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/egl/main/eglconfigutil.h b/src/egl/main/eglconfigutil.h deleted file mode 100644 index c6f4819..0000000 --- a/src/egl/main/eglconfigutil.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef EGLCONFIGUTIL_INCLUDED -#define EGLCONFIGUTIL_INCLUDED - - -#include "GL/gl.h" -#include "GL/internal/glcore.h" -#include "eglconfig.h" - - -PUBLIC void -_eglConfigToContextModesRec(const _EGLConfig *config, __GLcontextModes *mode); - - -PUBLIC EGLBoolean -_eglConfigFromContextModesRec(_EGLConfig *conf, const __GLcontextModes *m, - EGLint conformant, EGLint renderable_type); - - -#endif /* EGLCONFIGUTIL_INCLUDED */ |