Hello all, I was trying to make wayland-egl backend to work with GLX, instead of GLES. However, during my tests, I noticed that I can link the engine to GLX and it will work, as soon as I keep the ifdefs inside the code as if GLES was being used. From my point of view, this works because these ifdefs make the code actually use EGL, which is necessary for wayland.
Thus, in order to make this work, I'm planning to change these ifdefs to check if EGL should be used, and that would be enabled in case gl-flavor-gles OR wayland-egl is requested. Or something like this. Does it make sense? Please notice that the code that I'm talking about is mostly inside src/modules/engines/gl_common/... so it would affect all the GL engines, though I'm planning to make the proper ifdefs in a way that things specific to GLES keep being used when it is explicitly requested (gl-flavor-gles). Regards, -- Rafael Antognolli http://antognolli.org/ ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
