aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/windows
Commit message (Expand)AuthorAgeFilesLines
* X11/WGL GLContext Impl: setGLFunctionAvailability(..) w/ withinGLVersionsMapp...Sven Gothel2014-04-011-1/+1
* GLDrawableFactory: destroy() -> shutdownImpl() - Add DEBUG output in implemen...Sven Gothel2013-11-281-1/+4
* WindowsWGLGraphicsConfigurationFactory: Fix chosenPFDID -> recommendedIndex (...Sven Gothel2013-11-071-20/+33
* WGLGLCapabilities: Print pfdID as decimal (convention)Sven Gothel2013-11-071-1/+1
* Bug 894 - GLDrawableFactory* [dummy|offscreen] Surface creation w/ own device...Sven Gothel2013-11-061-3/+2
* Bug 888 / Bug 891 - Enhance GLCapabilities-Query: Apply changes of commit 613...Sven Gothel2013-11-052-39/+71
* GLContextImpl: Move sharedContextHandle check to makeCurrentWithinLock(..) an...Sven Gothel2013-11-021-25/+15
* Bug 875: Safeguard setGLFunctionAvailability(.. strictMatch=false.. ) operati...Sven Gothel2013-10-302-3/+6
* Bug 867 OSX [Common Code]: Trigger GLRendererQuirks.GL4NeedsGL3Request and ma...Sven Gothel2013-10-252-2/+2
* jogl: add missing @Override annotationsHarvey Harrison2013-10-174-0/+5
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-1712-120/+120
* Fix Bug 839: Clarify whether resetStates(..) shall clearStates() - Pass 'isIn...Sven Gothel2013-09-211-2/+2
* Fix SharedResourceRunner's potential race-conditions. Use top-level synchroni...Sven Gothel2013-09-181-9/+3
* Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before cal...Sven Gothel2013-07-172-1/+8
* Fix OSX GL-core lack of pbuffer: GLDrawableFactory.canCreateGLPbuffer(..) add...Sven Gothel2013-07-171-1/+1
* StringBuffer -> StringBuilderSven Gothel2013-07-151-2/+2
* Add Support for GL 4.3 (Bug 716) and ES 3.0 (Bug 717)Sven Gothel2013-07-151-2/+8
* Security: Apply security changes from GlueGenSven Gothel2013-06-212-14/+21
* Simplify GLDrawableFactory's SharedResource Query Methods; Move WindowsWGLDra...Sven Gothel2013-04-265-123/+38
* Fix Bug 706 and Bug 520: Certain ATI GPU/driver require a current context whe...Sven Gothel2013-04-252-24/+52
* Bug 718: WindowsBitmapWGLDrawable: Requires GLProfile.GL2, fix BITMAP GLCaps ...Sven Gothel2013-04-183-38/+64
* Bug 718: Exclude updateGraphicsConfigurationARB(..) usage for BITMAP (Windows...Sven Gothel2013-04-181-3/+7
* Bug 718: Further restriction of Windows BITMAP PFD's - RGB888 and !alpha onlySven Gothel2013-04-182-2/+3
* Fix Bug 720: Unify all platform specific GLContextImpl specializations; Fix B...Sven Gothel2013-04-1810-431/+14
* Bug 718: Windows BITMAP Offscreen Fails w/ GLCaps other than simple RGB888 - ...Sven Gothel2013-04-173-24/+58
* *Capabilities: Cleanup string ctor; GLGraphicsConfigurationUtil: Clean getExc...Sven Gothel2013-04-171-4/+43
* Debug Messages: Unify getThreadName() usage and 'Catched Exception' messagesSven Gothel2013-04-101-3/+3
* Bug 713: Handle broken EGL setup - Catch all Exception types, not only Jogamp...Sven Gothel2013-04-051-2/+1
* SharedRessourceRunner: Add isDeviceSupported(..) query before spawn off threa...Sven Gothel2013-03-271-0/+5
* *External*Context Impl: Remove unused 'lastContext' field, incl. their makeCu...Sven Gothel2013-03-131-21/+1
* Fix Bug 695: WGLExt.wglChoosePixelFormatARB causes buffer underflow due to a ...Sven Gothel2013-02-282-2/+2
* X11/WGL: Better Exception Message for failed ARB context creation if profile ...Sven Gothel2013-02-161-1/+1
* WGLContext: Enhance DEBUG output for failed makeCurrentImpl(..)Sven Gothel2013-01-261-1/+5
* Bug632: Test NEWT Child Window Translucency (X11/Windows) ..Sven Gothel2012-12-301-5/+8
* *Drawable impl. DEBUG: Add getThreadName() to debug out.Sven Gothel2012-12-223-6/+6
* GLContextImpl: Make createContextARBImpl/setGLFunctionAvailability more robos...Sven Gothel2012-12-212-2/+2
* Cleanup GLContext special entries: getOffscreenContextPixelDataType(), getOff...Sven Gothel2012-12-152-22/+2
* Added a condition to skip updateGraphicsConfigurationARB when non-hardware-ac...jthedering2012-11-111-1/+2
* WGL/WGLExt Robustness: Use NIODirectOnly for all bindings. For these internal...Sven Gothel2012-10-305-170/+188
* Relax Bug 613 workaround of commit 92398025abdabb2fdef0d78edd41e730991a6f94Sven Gothel2012-10-021-6/+7
* Add GLRendererQuirks; Fix shared EGL/ES resources;Sven Gothel2012-09-201-4/+1
* Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra...Sven Gothel2012-09-156-102/+64
* Fix window mode attribute bit FBO_BIT usage in platform dependent code (map i...Sven Gothel2012-09-082-147/+223
* Cleanup shutdown mechanism ; Fix X11/ATI SIGV at shutdown ; EGLDisplayUtil: C...Sven Gothel2012-09-071-6/+4
* Fix Capabilities ambiguity and explosion of queried available-list; Add FBO a...Sven Gothel2012-09-073-95/+94
* Fix EGLDrawableFactory ES1/ES2 detection for !pbuffer ; Misc robustness chang...Sven Gothel2012-08-211-0/+6
* Fix GraphicsConfigurationFactory: Map factory to device-type _and_ capabiliti...Sven Gothel2012-07-242-6/+6
* GLCapabilities Native Aquisition: Set alpha bits at last - due to it's auto s...Sven Gothel2012-07-201-2/+6
* Bug 599 - FBObject / Offscreen Support - Part 1Sven Gothel2012-07-1910-184/+141
* GLAutoDrawable* refinement of abstraction / generalization - API Change!Sven Gothel2012-07-045-26/+17