aboutsummaryrefslogtreecommitdiffstats
path: root/make/config
Commit message (Expand)AuthorAgeFilesLines
* Fix Bug 691 (part-3): NSOpenGLLayer::openGLContextForPixelFormat(..) on main-...Sven Gothel2013-02-162-0/+24
* Fix Bug 691 (part-2): Extra '[subLayer release]' is wrong, since 'CGL.release...Sven Gothel2013-02-152-0/+31
* Fix/Complete commit b8a8fc24a3afb0cb06a31504bdea1a98b8f00ef4 - Adding missing...Sven Gothel2012-12-162-3/+12
* Cleanup GLContext special entries: getOffscreenContextPixelDataType(), getOff...Sven Gothel2012-12-151-0/+5
* SWT GLCanvas: Fix sporadic drop of redraw on X11 _and_ allow using custom GLC...Sven Gothel2012-12-041-2/+3
* WGL/WGLExt Robustness: Use NIODirectOnly for all bindings. For these internal...Sven Gothel2012-10-302-1/+9
* CGL/CGLExt Robustness: Use NIODirectOnly for all bindings. For these internal...Sven Gothel2012-10-302-0/+8
* GLX/GLXExt Robustness: Use NIODirectOnly for all bindings. For these internal...Sven Gothel2012-10-304-60/+66
* EGL/EGLExt Robustness: Use NIODirectOnly for all bindings. For these internal...Sven Gothel2012-10-302-1/+9
* ES2Impl fix: Remove code which could imply recursion if !ES2Compatible (altho...Sven Gothel2012-10-122-10/+10
* Workaround for Bug 623: Sporadic XCB assertion failures w/ ATI proprietary dr...Sven Gothel2012-09-301-0/+5
* Fix Bug 612: glVertexAttribIPointer/glVertexAttribLPointer are BufferObjectKi...Sven Gothel2012-09-201-0/+4
* Fix non NIO direct GL semantics: Restrict certain GL function to NIODirectOnl...Sven Gothel2012-09-201-29/+36
* Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra...Sven Gothel2012-09-151-0/+20
* Fix GraphicsConfigurationFactory: Map factory to device-type _and_ capabiliti...Sven Gothel2012-07-241-1/+3
* Bug 599 - FBObject / Offscreen Support - Part 1Sven Gothel2012-07-198-106/+202
* Enhance Bootsrapping of JOGL around 37% - 40% (1st start in new JVM) - GLProf...Sven Gothel2012-07-064-20/+38
* Fix Bug 590: Wrong GL2 and GLES2 aliasing of GL_ARB_half_float_pixel/GL_ARB_h...Sven Gothel2012-06-164-37/+13
* Move ProjectFloat back to private, exposing basic math in FloatUtilSven Gothel2012-04-091-1/+1
* Fix EGL/ES types GLeglImageOES, EGLImageKHR & EGLClientBuffer - and functions...Sven Gothel2012-04-092-3/+6
* Fix commit de2b129a56335262a44a05541a3ab2e35668cc6e - Relocation/Exposure of ...Sven Gothel2012-04-021-0/+1
* NIODirectOnly: Remove invalid comment 'where a Buffer argument shall hold ret...Sven Gothel2012-03-261-8/+8
* Reviewed JOGL GlueGen Tags: NIODirectOnly - Removed where not technically req...Sven Gothel2012-03-222-31/+29
* GL/GLContext: Properly define swapInterval incl. default value for EGL (1) an...Sven Gothel2012-03-101-0/+6
* NativeWindow public* reorg 3/3 ; NativeVisualID -> VisualIDHolder incl. prope...Sven Gothel2012-03-061-1/+1
* NativeWindow: Relax Xinerama dependency / Rename Windows impl subfolder to co...Sven Gothel2012-02-271-0/+2
* Fix MultisampleDemo01 -> MultisampleDemoES1 (proper profile, remove immediate...Sven Gothel2012-02-241-1/+1
* MemoryObject: Use proper generics styleSven Gothel2012-02-233-3/+3
* Minor GL/GLContext additions / cleanups (GL_BGRA, isNPOTTextureAvailable())Sven Gothel2012-02-225-5/+12
* OpenGL EGL, ES1 and ES2 Header Sync incl. subsuming common extensions.Sven Gothel2012-02-1515-24/+202
* OpenGL 4.2 functional support (GL header sync)Sven Gothel2012-02-142-1/+10
* OSX/Java7 JAWT/JAWTUtil: Support OSX/Java7 CALayer only JAWT mode; Cleanup JA...Sven Gothel2012-02-132-26/+11
* Reduce GL* interface 'extends' to direct base interface.Sven Gothel2012-02-1310-30/+30
* OpenGL ES/EGL OverhaulSven Gothel2012-02-131-1/+1
* Dispatch the '5' GDI/WGL functions and allow using their 'wgl' variants. GDI ...Sven Gothel2012-01-091-0/+5
* Move manual GDI utils to GDIUtil ; Minor cleanup.Sven Gothel2011-12-012-61/+1
* OS X Layered View Part8: Generalize OffscreenLayerSurface ; Use local JAWT in...Sven Gothel2011-11-122-56/+30
* JOGL: GLBase Add 'isNPOTTextureAvailable()' for convenienceSven Gothel2011-11-081-0/+5
* OS X Layered View: Use pbuffer method (pbuffer w/ dbl buffer)Sven Gothel2011-11-061-0/+1
* Cleanup ; JAWT* version flag setting based whetherSven Gothel2011-11-052-16/+21
* OSX: CGL type cleanup ; layeredSurface impl.Sven Gothel2011-11-051-0/+6
* MacOsX/JAWT_SurfaceLayers/CALayers: Kick off / JAWT_getAWT() CALAYER version ...Sven Gothel2011-10-293-4/+42
* Proper self containing NV Cg locationSven Gothel2011-10-221-0/+1
* Complete translucency support for Win32 - tested w/ NEWTSven Gothel2011-09-041-0/+3
* Fix XRenderFindVisualFormat return capacity (commit dcb0cc571298be90d0db7ad00...Sven Gothel2011-09-031-1/+1
* NativeWindow/X11: Add XVisualInfo.Visual opaque long access ; Add XRenderFind...Sven Gothel2011-09-031-0/+3
* Fix Bug 500: gl.getGL4() fails even though the context is GL4Sven Gothel2011-08-231-1/+1
* Misc Rename/Reloc; GLArrayData*/PMVMatrix enhancments; Test fixes/adds (Gears...Sven Gothel2011-08-223-25/+25
* Add missing incl of gluegen's stdint (win32 failed)Sven Gothel2011-08-052-0/+2
* deployment resturcturing: combine nativewindow/jogl/newt ; newt: 'driver' sep...Sven Gothel2011-08-0523-41/+23