mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 14:53:54 -06:00
egl-helpers: drop support for gles and debug logging
Leftover from the early opengl days. Unused now, so delete the dead code. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-id: 20170505104101.30589-3-kraxel@redhat.com
This commit is contained in:
parent
c19f4fbce1
commit
9f728c7940
3 changed files with 7 additions and 49 deletions
|
@ -21,7 +21,7 @@ int egl_get_fd_for_texture(uint32_t tex_id, EGLint *stride, EGLint *fourcc);
|
|||
|
||||
EGLSurface qemu_egl_init_surface_x11(EGLContext ectx, Window win);
|
||||
|
||||
int qemu_egl_init_dpy(EGLNativeDisplayType dpy, bool gles, bool debug);
|
||||
int qemu_egl_init_dpy(EGLNativeDisplayType dpy);
|
||||
EGLContext qemu_egl_init_ctx(void);
|
||||
|
||||
#endif /* EGL_HELPERS_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue