| Commit message (Expand) | Author | Age | Files | Lines |
* | MacOS: MacOSXCGLContext.drawableUpdatedNotify(): Issue updateContext() on mai... | Sven Gothel | 2023-01-14 | 1 | -2/+2 |
* | Bug 1398: MacOS: Perform [NSOpenGLContext setView:] on main-thread async w/o ... | Sven Gothel | 2020-02-24 | 1 | -6/+3 |
* | iOS: Initial working commit supporting iOS (ipad pro 11) | Sven Gothel | 2019-06-23 | 1 | -0/+51 |
* | Bug 1189: Fix gcc redefinition error, even thought typedef equals - on OpenIn... | Sven Gothel | 2015-10-08 | 1 | -0/+4 |
* | Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part1: Updat... | Sven Gothel | 2015-10-07 | 7 | -28/+1207 |
* | Bug 1135 - (Re-)Include GL header for in generated native code, allowing 'Pro... | Sven Gothel | 2015-03-09 | 11 | -48/+59 |
* | Bug 1135 - Add supplemental (overriding) GL header, fixing collisions of cert... | Sven Gothel | 2015-03-06 | 3 | -0/+448 |
* | Bug 1135 - Change all GlueGen config files, supporting EGL 1.5 , ES 3.1 and G... | Sven Gothel | 2015-03-06 | 6 | -4/+12 |
* | Bug 1135 - Fix other GL header and windows-system header | Sven Gothel | 2015-03-06 | 5 | -9/+60 |
* | Bug 1135 - Support EGL 1.5 , ES 3.1 and GL 4.5 - Part 3: Minimal patch of van... | Sven Gothel | 2015-03-06 | 2 | -2/+0 |
* | Bug 1135 - Support EGL 1.5 , ES 3.1 and GL 4.5 - Part 2: Minimal patch of van... | Sven Gothel | 2015-03-05 | 2 | -32/+6 |
* | Bug 1135 - Support EGL 1.5 , ES 3.1 and GL 4.5 - Part 1: Update header to lat... | Sven Gothel | 2015-02-26 | 11 | -4716/+6390 |
* | Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units; Ad... | Sven Gothel | 2014-05-21 | 1 | -1/+2 |
* | API doc: Add old glext-20130207.h header for complete extension association. ... | Sven Gothel | 2013-07-17 | 1 | -0/+13142 |
* | Fix regressions of commit 3a0d7703da32e9a5ddf08a334f18588a78038d88: Avoid CPP... | Sven Gothel | 2013-07-15 | 4 | -4/+26 |
* | Add Support for GL 4.3 (Bug 716) and ES 3.0 (Bug 717) | Sven Gothel | 2013-07-15 | 26 | -14285/+15092 |
* | Bug 714: Add GL_COPY_READ_BUFFER_BINDING and GL_COPY_WRITE_BUFFER_BINDING, wh... | Sven Gothel | 2013-04-06 | 2 | -0/+4 |
* | OSX CGL: Don't issue [NSOpenGLContext clearDrawable] for [NSOpenGLContext set... | Sven Gothel | 2013-03-18 | 1 | -0/+1 |
* | Fix Bug 691 (part-3): NSOpenGLLayer::openGLContextForPixelFormat(..) on main-... | Sven Gothel | 2013-02-16 | 1 | -0/+1 |
* | MacOSXCGLContext[NSOpenGLLayer/NSView]: Propagate drawable change | Sven Gothel | 2012-11-04 | 1 | -0/+1 |
* | Add OSX CALayer OpenGL 3 (core) support: Derive pixelformat from parent (GL3)... | Sven Gothel | 2012-10-31 | 1 | -3/+3 |
* | Misc X11: Add GLX_MESA_swap_control; GLXExtensions (private); X11GLXContext c... | Sven Gothel | 2012-09-29 | 1 | -0/+10 |
* | OSX CALayer / MacOSXCGLContext: Remove pbuffer swap garbage; Split pbuffer/FB... | Sven Gothel | 2012-09-20 | 1 | -2/+2 |
* | OSX: Capture 'invalid drawable' message cause by NSOpenGLContext::setView(NUL... | Sven Gothel | 2012-09-16 | 1 | -1/+1 |
* | Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra... | Sven Gothel | 2012-09-15 | 1 | -6/+5 |
* | Bug 599 - FBObject / Offscreen Support - Part 1 | Sven Gothel | 2012-07-19 | 1 | -1/+1 |
* | Completing swap-interval implementation for OSX's CALayer usage. Closing Bug 555 | Sven Gothel | 2012-04-22 | 1 | -1/+4 |
* | Fix EGL/ES types GLeglImageOES, EGLImageKHR & EGLClientBuffer - and functions... | Sven Gothel | 2012-04-09 | 2 | -2/+4 |
* | OpenGL EGL, ES1 and ES2 Header Sync incl. subsuming common extensions. | Sven Gothel | 2012-02-15 | 4 | -175/+674 |
* | OpenGL 4.2 functional support (GL header sync) | Sven Gothel | 2012-02-14 | 3 | -34/+999 |
* | OS X Layered View: Part2 Java/Native MacOSXCGLContext / MacOSXPbufferCGLContext | Sven Gothel | 2011-11-09 | 1 | -1/+3 |
* | OS X Layered View: Use pbuffer method (pbuffer w/ dbl buffer) | Sven Gothel | 2011-11-06 | 1 | -3/+4 |
* | OSX: CGL type cleanup ; layeredSurface impl. | Sven Gothel | 2011-11-05 | 1 | -31/+36 |
* | Proper self containing NV Cg location | Sven Gothel | 2011-10-22 | 1 | -1/+1 |
* | Fix Solaris gcc args ; Cleanup dependencies and linker args; Adding JVM arch ... | Sven Gothel | 2011-10-18 | 1 | -32/+1 |
* | MacOSX: Fix shared ctx release [onMainThread]; Make GLContextShareSet lifecyc... | Sven Gothel | 2011-10-13 | 1 | -1/+1 |
* | JOGL/OSX: Properly utilize NSOpenGLContext update() via ContextUpdater, which... | Sven Gothel | 2011-10-13 | 1 | -0/+1 |
* | NEWT/JOGL: MacOSX Update | Sven Gothel | 2011-09-25 | 1 | -0/+1 |
* | Move win32 RECT structure to windows.h | Sven Gothel | 2010-11-08 | 1 | -7/+0 |
* | Changed files wingdi.h/winwgl.h with content from w64 mingw-runtime package's... | Sven Gothel | 2010-11-08 | 1 | -0/+7 |
* | Minor gluegen 'loader file' change | Sven Gothel | 2010-11-06 | 8 | -3/+10 |
* | Minor patch to headers for gluegen ; GLES2 extensions | Sven Gothel | 2010-11-06 | 9 | -57/+67 |
* | Adding patches for gluegen interoperability and adding some extensions: | Sven Gothel | 2010-11-04 | 1 | -1/+8 |
* | Replaced with khronos versions: gl2platform.h 2.0 2010-03-04, gl2.h 2.0 2010-... | Sven Gothel | 2010-11-04 | 3 | -275/+945 |
* | Adding patches for gluegen interoperability and adding some extensions: | Sven Gothel | 2010-11-04 | 2 | -6/+31 |
* | Replaced with khronos versions: glplatform.h 1.1 2010-03-04, gl.h 1.1 2010-03... | Sven Gothel | 2010-11-04 | 3 | -314/+628 |
* | Fixed gl3.h GL_GLEXT_PROTOTYPES -> GL3_PROTOTYPES/GL_GL3EXT_PROTOTYPESOpenGL_4_1_IntegrationOpenGL_3_3_Integration | Sven Gothel | 2010-08-25 | 3 | -21/+9 |
* | Add license header to gl3ext.h | Sven Gothel | 2010-08-24 | 1 | -0/+28 |
* | Modifications to the original header: Seperate platform types; Move extension... | Sven Gothel | 2010-08-24 | 2 | -221/+161 |
* | Add original Khronos glext.h and gl3.h headers from 2010-08-03 | Sven Gothel | 2010-08-24 | 2 | -0/+14292 |