From 807c86913b465ce6071bc1af7ba6f8620cd5e772 Mon Sep 17 00:00:00 2001
From: Sven Gothel
Date: Fri, 6 Mar 2015 09:59:44 +0100
Subject: Bug 1135 - Cleanup: Remove GL_NV_vertex_array_range extension support
in GLContext
---
src/jogl/classes/com/jogamp/opengl/GLBase.java | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
(limited to 'src/jogl/classes/com')
diff --git a/src/jogl/classes/com/jogamp/opengl/GLBase.java b/src/jogl/classes/com/jogamp/opengl/GLBase.java
index 19b7808fc..b6704e6ba 100644
--- a/src/jogl/classes/com/jogamp/opengl/GLBase.java
+++ b/src/jogl/classes/com/jogamp/opengl/GLBase.java
@@ -61,19 +61,11 @@ package com.jogamp.opengl;
*
*
*
- * - The memory allocators for the NVidia vertex_array_range (VAR)
- * extension, in particular
wglAllocateMemoryNV
/
- * glXAllocateMemoryNV
and associated routines. {@link
- * #glAllocateMemoryNV} has been provided for window system-independent
- * access to VAR. {@link #isFunctionAvailable} will translate an argument
- * of "glAllocateMemoryNV" or "glFreeMemoryNV" into the appropriate
- * window system-specific name.
- *
* WGL_ARB_pbuffer, WGL_ARB_pixel_format, and other
* platform-specific pbuffer functionality; the availability of
* pbuffers can be queried on Windows, X11 and Mac OS X platforms by
* querying {@link #isExtensionAvailable} with an argument of
- * "GL_ARB_pbuffer" or "GL_ARB_pixel_format".
+ * "GL_ARB_pbuffer" or "GL_ARB_pixel_format".
*
*
*
--
cgit v1.2.3