aboutsummaryrefslogtreecommitdiffstats
path: root/make/stub_includes
Commit message (Expand)AuthorAgeFilesLines
* FFMPEGMediaPlayer: Replace old FFmpeg header w/ FFmpeg version 4.3, 5.1 and 6...Sven Gothel2023-02-23515-42234/+78223
* GDIUtil: Add GetMonitor*() variants incl. PixelScale (Part-2, adding missing ...Sven Gothel2023-01-312-0/+23
* GDIUtil: Add GetMonitor*() variants incl. PixelScale; NEWT MonitorDevice: Add...Sven Gothel2023-01-292-0/+3
* MacOS: MacOSXCGLContext.drawableUpdatedNotify(): Issue updateContext() on mai...Sven Gothel2023-01-141-2/+2
* Bug 1398: MacOS: Perform [NSOpenGLContext setView:] on main-thread async w/o ...Sven Gothel2020-02-241-6/+3
* Bug 1156 - Implement DRM/GBM Support for JOGL(EGL) and NEWTSven Gothel2019-11-286-0/+3781
* iOS: Initial working commit supporting iOS (ipad pro 11)Sven Gothel2019-06-2311-0/+77
* Bug 1189: Fix gcc redefinition error, even thought typedef equals - on OpenIn...Sven Gothel2015-10-081-0/+4
* Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part1b: Upda...Sven Gothel2015-10-071-12/+99
* Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part1: Updat...Sven Gothel2015-10-078-31/+1210
* Bug 1232 - NEWT Translucent Decorated Windows Not Working On Windows >= 8 (La...Sven Gothel2015-10-015-7/+121
* Remove all JNI header, as they were unified in GlueGen commit 532b8df474976b4...Sven Gothel2015-03-2414-2587/+0
* Bug 1135 - (Re-)Include GL header for in generated native code, allowing 'Pro...Sven Gothel2015-03-0914-61/+90
* Bug 1135 - Add supplemental (overriding) GL header, fixing collisions of cert...Sven Gothel2015-03-063-0/+448
* Bug 1135 - Change all GlueGen config files, supporting EGL 1.5 , ES 3.1 and G...Sven Gothel2015-03-069-18/+33
* Bug 1135 - Fix other GL header and windows-system headerSven Gothel2015-03-0610-17/+71
* Bug 1135 - Support EGL 1.5 , ES 3.1 and GL 4.5 - Part 3: Minimal patch of van...Sven Gothel2015-03-062-2/+0
* Bug 1135 - Support EGL 1.5 , ES 3.1 and GL 4.5 - Part 2: Minimal patch of van...Sven Gothel2015-03-054-125/+21
* Bug 1135 - Support EGL 1.5 , ES 3.1 and GL 4.5 - Part 1: Update header to lat...Sven Gothel2015-02-2615-5491/+7443
* FFMPEGMediaPlayer: Add support for libav-11 and ffmpeg 2.[4-x] (Latest releas...Sven Gothel2015-02-0565-0/+16941
* Fixed and Changed NVidia Windows Driver Threaded optimization bug workaround ...Sven Gothel2014-07-271-2/+4
* Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units; Ad...Sven Gothel2014-05-211-1/+2
* FFMPEGMediaPlayer / FFMPEGv10Natives: Fix libav-10 and ffmpeg-2.x version val...Sven Gothel2014-05-0963-0/+0
* Libav/FFMpeg: Bump headers of final version libav-10 / ffmpeg-2.2Sven Gothel2014-05-0929-283/+1120
* Bug 867 - OSX: Allow core >=4 if isMavericksOrLater; Use [kCGLOGLPVersion_GL4...Sven Gothel2013-10-241-1/+2
* Enhance GLMediaPlayer: Full FFMPeg support, 'dshow' camera support on windows...Sven Gothel2013-08-2963-0/+15424
* Fix libav/ffmpeg compilation: Use 'dot less' dir/file names; Compile ffmpeg v...Sven Gothel2013-08-28105-0/+0
* Fix libav/ffmpeg compilation across platforms: Remove symbolic linksSven Gothel2013-08-2714-14/+0
* Fix libav/ffmpeg compilation across platforms: Move header back to 'stub_incl...Sven Gothel2013-08-27119-0/+27966
* libav/ffmpeg: Compile/Link 2 versions of native FFMPEGMediaPlayer methods FFM...Sven Gothel2013-08-26100-27244/+0
* ffmpeg/libav: remove unsued header filesSven Gothel2013-08-261-416/+0
* ffmpeg/libav: lavc54.lavf54.lavu52 -> lavc54.lavf54.lavu52.lavr01: Adding lib...Sven Gothel2013-08-2653-0/+0
* libav/ffmpeg: Move current lavc53.lavf53.lavu51 (version 8) header files to t...Sven Gothel2013-08-25101-0/+14180
* API doc: Add old glext-20130207.h header for complete extension association. ...Sven Gothel2013-07-171-0/+13142
* Fix regressions of commit 3a0d7703da32e9a5ddf08a334f18588a78038d88: Avoid CPP...Sven Gothel2013-07-154-4/+26
* Add Support for GL 4.3 (Bug 716) and ES 3.0 (Bug 717)Sven Gothel2013-07-1529-14298/+15350
* 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