https://bugzilla.novell.com/show_bug.cgi?id=640956
https://bugzilla.novell.com/show_bug.cgi?id=640956#c0 Summary: Remove javax.microedition.khronos packages Classification: Mono Product: MonoDroid Version: SVN Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: P5 - None Component: Class Libraries AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- Android contains 3 packages containing OpenGLES implementations: android.opengl javax.microedition.khronos.egl javax.microedition.khronos.opengles All three have GLES 1.1 implementations, but only android.opengl contains GLES 2.0 support. This begs the question: do we really need all three? Especially when we go off and compare classes: http://developer.android.com/reference/android/opengl/GLES11.html http://developer.android.com/reference/javax/microedition/khronos/egl/EGL10.html http://developer.android.com/reference/javax/microedition/khronos/opengles/GL11.html A cursory look suggests that these are largely the same. I need to perform a more in-depth analysis to see if the functionality in android.opengl fully encompasses the functionality in the other packages; if it does, then there's no need to keep them. -- 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
