https://bugzilla.novell.com/show_bug.cgi?id=640956
https://bugzilla.novell.com/show_bug.cgi?id=640956#c1 Jonathan Pryor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |WONTFIX Severity|Enhancement |Normal --- Comment #1 from Jonathan Pryor <[email protected]> 2010-09-22 19:07:49 UTC --- Present in javax.microedition.khronos.opengles.GL11 and missing in android.opengl.GLES11: GL11.glGetPointerv Present in javax.microedition.khronos.egl.EGL10 and missing in android.opengl.GLES11: EGL10.EGL_ALPHA_FORMAT EGL10.EGL_ALPHA_MASK_SIZE EGL10.EGL_ALPHA_SIZE EGL10.EGL_BAD_ACCESS EGL10.EGL_BAD_ALLOC ... In short, lots of members are missing. More interesting is looking at the implementation of android.opengl: it's a *wrapper* over the javax packages, e.g. android.opengl.GLU uses javax.microedition.khronos.opengles.GL10 members, as does GLSurfaceView.Rendereer.onDrawFrame(GL10), and android.opengl.GLSurfaceView.EGLContextFactory.createContext() uses javax.microedition.khronos.egl.EGL10. In short, these three packages are closely intertwined, and removing the khronos packages would cause lots of issues in properly exporting the android.opengl package. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
