remove ospcompat
authorSukwon Suh <sukwon.suh@samsung.com>
Fri, 19 Apr 2013 05:05:05 +0000 (14:05 +0900)
committerSukwon Suh <sukwon.suh@samsung.com>
Fri, 19 Apr 2013 05:05:05 +0000 (14:05 +0900)
Change-Id: If2a35d3dd49dc5927ba8512f0bfc9604ee936e5e
Signed-off-by: Sukwon Suh <sukwon.suh@samsung.com>
inc/egl.h
inc/gl.h

index 3184dc0..74d8c50 100644 (file)
--- a/inc/egl.h
+++ b/inc/egl.h
@@ -600,19 +600,6 @@ typedef void (*__eglMustCastToProperFunctionPointerType)(void);
 
 /* Now, define eglGetProcAddress using the generic function ptr. type */
 /**
- * @if OSPCOMPAT
- * @page EGLeglGetProcAddress Compatibility for eglGetProcAddress.
- * @section CompClassNameMethodNamePageIssueSection Issues
- *     Implementation of this method in API versions prior to 1.2 has the following issue: @n
- *
- * -# This method does not work as expected in API versions prior to 1.2.
- *
- * @section CompClassNameMethodNamePageSolutionSection Resolutions
- * The issue mentioned above is resolved in API version 1.2, and it is recommended to use API version 1.2 or above. @n
- * @endif
-*/
-
-/**
  * Returns function pointer of a GL or an EGL extension function.
  * You can find more details at the Khronos Group site: http://www.khronos.org/registry/egl
  *
index a64a8a7..4dce847 100644 (file)
--- a/inc/gl.h
+++ b/inc/gl.h
@@ -1780,18 +1780,7 @@ GL_API void GL_APIENTRY glViewport(GLint x, GLint y, GLsizei width, GLsizei heig
 /* GL_OES_point_size_array */
 #ifndef GL_OES_point_size_array
 #define GL_OES_point_size_array 1
-/**
- * @if OSPCOMPAT
- * @page EGLglPointSizePointerOES Compatibility for glPointSizePointerOES.
- * @section CompClassNameMethodNamePageIssueSection Issues
- *     Implementation of this method in API versions prior to 1.2 has the following issue: @n
- *
- * -# This method does not work as expected in API versions prior to 1.2.
- *
- * @section CompClassNameMethodNamePageSolutionSection Resolutions
- * The issue mentioned above is resolved in API version 1.1, and it is recommended to use API version 1.2 or above.
- * @endif
-*/
+
 /**
  *
  * Defines an array of point sizes.