Re: [Mesa-dev] [PATCH 1/4] egl: Add MESA_get_display infrastructure

2010-05-28 Thread Jakob Bornecrantz
Some thoughs: Hmm I don't like adding new special entry points but I guess its much less magical then what we had before. Anyways thinking about it this does makes more sense. Please read the comments below, otherwise I'm fine with patch 1-3 of this series. Maybe we should not export

[Mesa-dev] [PATCH 1/4] egl: Add MESA_get_display infrastructure

2010-05-27 Thread Kristian Høgsberg
--- docs/MESA_get_display.spec | 109 +++ include/EGL/eglext.h| 15 + src/egl/drivers/dri2/egl_dri2.c | 23 ++--- src/egl/drivers/glx/egl_glx.c |5 ++ src/egl/main/eglapi.c | 13 - src/egl/main/egldisplay.c