aboutsummaryrefslogtreecommitdiffstats
path: root/make/stub_includes
Commit message (Expand)AuthorAgeFilesLines
* Bug 714: Add GL_COPY_READ_BUFFER_BINDING and GL_COPY_WRITE_BUFFER_BINDING, wh...Sven Gothel2013-04-062-0/+4
* OSX CGL: Don't issue [NSOpenGLContext clearDrawable] for [NSOpenGLContext set...Sven Gothel2013-03-181-0/+1
* Add proper copyright header w/ all remarks regarding re-distribution etc, sim...Sven Gothel2013-02-171-15/+33
* Fix Bug 691 (part-3): NSOpenGLLayer::openGLContextForPixelFormat(..) on main-...Sven Gothel2013-02-161-0/+1
* Bug632: Test NEWT Child Window Translucency (X11/Windows) ..Sven Gothel2012-12-301-1/+4
* MacOSXCGLContext[NSOpenGLLayer/NSView]: Propagate drawable changeSven Gothel2012-11-041-0/+1
* Add OSX CALayer OpenGL 3 (core) support: Derive pixelformat from parent (GL3)...Sven Gothel2012-10-311-3/+3
* Misc X11: Add GLX_MESA_swap_control; GLXExtensions (private); X11GLXContext c...Sven Gothel2012-09-291-0/+10
* OSX CALayer / MacOSXCGLContext: Remove pbuffer swap garbage; Split pbuffer/FB...Sven Gothel2012-09-201-2/+2
* Fixes Bug 615 - X11: Use proper screen index/name for shared resources and de...Sven Gothel2012-09-171-1/+4
* OSX: Capture 'invalid drawable' message cause by NSOpenGLContext::setView(NUL...Sven Gothel2012-09-161-1/+1
* Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra...Sven Gothel2012-09-151-6/+5
* SWT Update: SWT GLCanvas creates lazy when resource is ready; Create new Newt...Sven Gothel2012-07-251-0/+2
* Bug 599 - FBObject / Offscreen Support - Part 1Sven Gothel2012-07-191-1/+1
* Completing swap-interval implementation for OSX's CALayer usage. Closing Bug 555Sven Gothel2012-04-221-1/+4
* Adding libav (ffmpeg) header file, allowing upcoming dynamic linked GLMediaPl...Sven Gothel2012-04-1648-0/+13480
* Fix EGL/ES types GLeglImageOES, EGLImageKHR & EGLClientBuffer - and functions...Sven Gothel2012-04-095-11/+13
* NativeWindow: Relax Xinerama dependency / Rename Windows impl subfolder to co...Sven Gothel2012-02-271-3/+2
* OpenGL EGL, ES1 and ES2 Header Sync incl. subsuming common extensions.Sven Gothel2012-02-155-192/+729
* OpenGL 4.2 functional support (GL header sync)Sven Gothel2012-02-143-34/+999
* Dispatch the '5' GDI/WGL functions and allow using their 'wgl' variants. GDI ...Sven Gothel2012-01-094-170/+182
* Move manual GDI utils to GDIUtil ; Minor cleanup.Sven Gothel2011-12-011-0/+2
* MacOSX: Expose CGL's CGLLockContext(..) and CGLUnlockContext(..) - to provide...Sven Gothel2011-11-291-0/+2
* OS X Layered View: Part2 Java/Native MacOSXCGLContext / MacOSXPbufferCGLContextSven Gothel2011-11-091-1/+3
* OS X Layered View: Use pbuffer method (pbuffer w/ dbl buffer)Sven Gothel2011-11-061-3/+4
* OSX: CGL type cleanup ; layeredSurface impl.Sven Gothel2011-11-057-45/+61
* MacOsX/JAWT_SurfaceLayers/CALayers: Kick off / JAWT_getAWT() CALAYER version ...Sven Gothel2011-10-291-1/+19
* OSX: Enable OpenGL profile support, ie OpenGL 3.2 -> GL3 for OSX >= 10.7Sven Gothel2011-10-261-1/+11
* Proper self containing NV Cg locationSven Gothel2011-10-229-8/+8
* Fix Solaris gcc args ; Cleanup dependencies and linker args; Adding JVM arch ...Sven Gothel2011-10-181-32/+1
* MacOSX: Fix shared ctx release [onMainThread]; Make GLContextShareSet lifecyc...Sven Gothel2011-10-131-1/+1
* JOGL/OSX: Properly utilize NSOpenGLContext update() via ContextUpdater, which...Sven Gothel2011-10-131-0/+1
* NEWT/JOGL: MacOSX UpdateSven Gothel2011-09-251-0/+1
* Complete translucency support for Win32 - tested w/ NEWTSven Gothel2011-09-043-0/+36
* NativeWindow/X11: Add XVisualInfo.Visual opaque long access ; Add XRenderFind...Sven Gothel2011-09-032-0/+46
* deployment resturcturing: combine nativewindow/jogl/newt ; newt: 'driver' sep...Sven Gothel2011-08-051-1/+1
* Utilize GlueGen's platform independent header for stdin.h, gluegen_stdint.h, ...Sven Gothel2011-06-116-167/+8
* MacOSX/CGL Add CGLGetShareGroup()Sven Gothel2011-04-261-1/+2
* Cleanup JNI/JAWT C Header with copyright statementSven Gothel2011-03-1815-5496/+147
* NativeWindow ProxySurface Abstraction and lock/unlock Surface cleanupSven Gothel2011-02-222-0/+5
* Adding NVIDIA 'Threaded optimization' workaround/fix at initialization on Win...Sven Gothel2010-12-192-1/+9
* Fix WGL Bitmap Offscreen DrawableSven Gothel2010-12-161-2/+2
* Windows RegisterClass: Use new RegisteredClassFactory (window class), Misc.Sven Gothel2010-12-122-1/+2
* GDI: Add GetObjectType(..)Sven Gothel2010-12-101-0/+19
* GDI: Fix CreateDummyWindow: Use local getModuleHandle(NULL) and synchronize f...Sven Gothel2010-12-091-1/+1
* NativeWindow/GDI: Adding ERROR_SUCCESS to make the code more clear.Sven Gothel2010-11-251-1/+2
* NativeWindow/Windows: Fix CreateDummyWindow gluegen and usageSven Gothel2010-11-222-1/+2
* NativeWindow: Fix XSynchronize gluegenSven Gothel2010-11-221-1/+1
* Move GDI GlueGen wrapping from JOGL -> NativeWindow (following X11). Moving N...Sven Gothel2010-11-171-0/+0
* Added proper Khronos license tag (found it)Sven Gothel2010-11-091-0/+23