diff options
author | Chia-I Wu <[email protected]> | 2010-04-11 14:42:07 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-04-11 17:12:42 +0800 |
commit | 5ec4b636c4042fecac6aa0b592e35ed32c4ce5c4 (patch) | |
tree | edd936b5233fe93ca6f6992563a47bdc1abac719 /src/gallium/state_trackers/egl/common/egl_g3d.h | |
parent | 47a89e9255846f55efe0992c94b65ae7c911dbb3 (diff) |
st/egl: Factor driver callbacks to a new file.
Factor all callbacks other than Initialize, Terminate, and GetProcAddress
to egl_g3d_api.c.
Diffstat (limited to 'src/gallium/state_trackers/egl/common/egl_g3d.h')
-rw-r--r-- | src/gallium/state_trackers/egl/common/egl_g3d.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/state_trackers/egl/common/egl_g3d.h b/src/gallium/state_trackers/egl/common/egl_g3d.h index 67dff538537..5a3c80b9689 100644 --- a/src/gallium/state_trackers/egl/common/egl_g3d.h +++ b/src/gallium/state_trackers/egl/common/egl_g3d.h @@ -103,8 +103,4 @@ _EGL_DRIVER_STANDARD_TYPECASTS(egl_g3d) _EGL_DRIVER_TYPECAST(egl_g3d_screen, _EGLScreen, obj) _EGL_DRIVER_TYPECAST(egl_g3d_image, _EGLImage, obj) - -_EGLConfig * -egl_g3d_find_pixmap_config(_EGLDisplay *dpy, EGLNativePixmapType pix); - #endif /* _EGL_G3D_H_ */ |