aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/javax
Commit message (Expand)AuthorAgeFilesLines
...
* Bug 801: Reduce temp. object creation, i.e. GC loadSven Gothel2014-04-021-4/+14
* Bug 801: Graph OpenGL ES2 and ES3 CompatibilitySven Gothel2014-03-251-3/+3
* Quaternion: Add rotateByEuler(..); AABBox: Add translate(..); Minor edits ..Sven Gothel2014-03-171-2/+2
* Bug 937 : Fix regression of commit 071bdd6ce9f8c41ccecdbf8bc74f276ccd7ff651 (...Sven Gothel2014-02-252-5/+5
* Bug 975 - GLJPanel's OffscreenDrawable shall not double swap - Fix auto-swap ...Sven Gothel2014-02-183-10/+86
* Bug 975 - GLJPanel's OffscreenDrawable shall not double swap - Use default au...Sven Gothel2014-02-141-23/+7
* Bug 975 - GLJPanel's OffscreenDrawable shall not double swap (custom swap by ...Sven Gothel2014-02-131-25/+49
* Bug 972 - Reduce ClassLoader Lookup, i.e. Class.forName(..): GLProfile, GLCon...Sven Gothel2014-02-121-31/+110
* Bug 950 - Recognize full FBO capabilities for ES 3.0 - [GLContext|GL].hasFull...Sven Gothel2014-01-242-14/+14
* Better shared GLAutoDrawable synchronization: Block slave instances to also b...Sven Gothel2014-01-213-2/+22
* Bug 942: GLBufferObjectTracker: Tracking GLBufferStorage accurately, synchron...Sven Gothel2014-01-213-11/+232
* Bug 937 - JAWTWindow: Unsatisfying Visibility ComputationSven Gothel2014-01-122-17/+33
* Bug 930 - OSX: Using 'Apple Software Renderer' GLRendererQuirks Quirk GL4Need...Sven Gothel2013-12-231-1/+1
* Bug 929 - Reflect ES3 Compatibility with ES2Sven Gothel2013-12-212-6/+10
* Bug 904: 'User Vertical Flip' for GLJPanel w/o vertical flip must be consider...Sven Gothel2013-12-102-2/+2
* GLJPanel.initializeBackend(offthread=true): Enable on Windows, thanks to Bug ...Sven Gothel2013-12-011-10/+0
* GLDrawableFactory.shutdown0() Add DEBUG line at the endSven Gothel2013-11-291-0/+3
* GLDrawableFactory: destroy() -> shutdownImpl() - Add DEBUG output in implemen...Sven Gothel2013-11-281-2/+2
* Bug 909 - Reccreate GLJPanel's BufferedImage is no more sourced by singleton ...Sven Gothel2013-11-211-8/+10
* Bug 906 - JAWTWindow Component- and HierarchyListener must be detached at JAW...Sven Gothel2013-11-161-0/+9
* Bug 904 - GLJPanel: Add property to skip isGLOriented() based vertical flip b...Sven Gothel2013-11-141-2/+6
* Bug 904 - GLJPanel: Allow user to skip isGLOriented() based vertical flip of ...Sven Gothel2013-11-141-39/+74
* GLJPanel: Remove unused importSven Gothel2013-11-131-1/+0
* Fix javadoc: TileRendererBase (links to manual anchors) and GLSharedContextSe...Sven Gothel2013-11-121-3/+4
* GLJPanel: Don't ctor DefaultGLCapabilitiesChooser() if null chooser is passed...Sven Gothel2013-11-071-1/+1
* GLJPanel: Remove redundant !isInitialized [double-]check in initializeBackend...Sven Gothel2013-11-071-33/+29
* Bug 890 - Fix GLES3 Profile Mapping, i.e. GL2ES2 queries and mappings; Valida...Sven Gothel2013-11-072-22/+29
* Bug 894 - GLJPanel: Expose 'initializeBackend(boolean offthread)' allowing us...Sven Gothel2013-11-061-30/+88
* Bug 894 - GLDrawableFactory* [dummy|offscreen] Surface creation w/ own device...Sven Gothel2013-11-061-0/+13
* Bug 888 / Bug 891- Enhance GLCapabilities-Query: Add perf. test caseSven Gothel2013-11-051-4/+3
* GLDrawableFactory: createDummy*(..) Pass GLCapabilitiesImmutable + GLCapabili...Sven Gothel2013-10-312-8/+34
* Bug 776 GLContext Sharing: GLSharedContextSetter API Doc: Add 'glFinish()' to...Sven Gothel2013-10-301-0/+5
* Bug 776 GLContext Sharing: GLSharedContextSetter API Doc: No 'Driver stabilit...Sven Gothel2013-10-301-15/+31
* Bug 877 Concurrency Discussion: Update doc MultiThreading.txt, volatile field...Sven Gothel2013-10-293-4/+4
* GLDrawableFactory: Add 'GLAutoDrawable createDummyAutoDrawable(..)' for conve...Sven Gothel2013-10-291-22/+45
* Bug 776 GLContext Sharing: Add note about driver stability (destruction order...Sven Gothel2013-10-284-13/+34
* Bug 776 GLContext Sharing: Add GLSharedContextSetter to GLJPanelSven Gothel2013-10-271-5/+43
* Fix GLCanvas ctor shared GLContext: Use helper.setSharedContext(..) remove lo...Sven Gothel2013-10-271-4/+3
* Bug 776 GLContext Sharing: Refine API for relaxed and lazy GLContext sharing ...Sven Gothel2013-10-276-62/+262
* API doc: GLStateKeeper (wording), GLAutoDrawable (enh. init desc.), GLDrawabl...Sven Gothel2013-10-272-13/+19
* Fix Bug 872: ES3 and ES3-GLSL Version not properly HandledSven Gothel2013-10-251-11/+15
* GLProfile: Fix native profile mapping, i.e. use actual mapped profile-impl as...Sven Gothel2013-10-251-42/+87
* Fix GLContext: getGLProfile() add missing GLES3; getAvailableGLProfile(device...Sven Gothel2013-10-251-3/+16
* GLContext CTX_IMPL_* bits: Use 10 cached bits (+1), and 6 uncached (-1) ; CTX...Sven Gothel2013-10-241-9/+9
* Fix Bug 862: Fix GL Version Validation / NVidia GTX550 driver 331.13 - 64bit ...Sven Gothel2013-10-191-31/+80
* jogl: add missing @Override annotationsHarvey Harrison2013-10-177-2/+29
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-1741-943/+943
* AWTPrintLifecycle.setupPrint(..): Fix regression of commit a05b87a369441d9ef3...Sven Gothel2013-10-181-6/+7
* AWTPrintLifecycle.setupPrint(..): Add optional tileWidth and tileHeight, allo...Sven Gothel2013-10-152-19/+37
* Bug 859: Let TileRenderer detect zero columns and rows in eot() where beginTi...Sven Gothel2013-10-122-23/+38