[Mono-bugs] [Bug 640956] New: Remove javax.microedition.khronos packages
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Sep 21 21:15:18 EDT 2010
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: mkestner at novell.com
ReportedBy: jpryor at novell.com
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list