| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 875: Safeguard setGLFunctionAvailability(.. strictMatch=false.. ) operati... | Sven Gothel | 2013-10-30 | 6 | -8/+19 |
* | Merge pull request #72 from masterzen/tickets/875 | Sven Gothel | 2013-10-29 | 1 | -9/+17 |
|\ |
|
| * | Fix #875 - ES version should be strictly validated | Brice Figureau | 2013-10-29 | 1 | -9/+17 |
* | | Bug 776 GLContext Sharing: Fix copy-ctor GLArrayDataClient: Create new instan... | Sven Gothel | 2013-10-30 | 5 | -9/+7 |
* | | Bug 877 Concurrency Discussion: Update doc MultiThreading.txt, volatile field... | Sven Gothel | 2013-10-29 | 2 | -3/+7 |
* | | GLDrawableFactory: Add 'GLAutoDrawable createDummyAutoDrawable(..)' for conve... | Sven Gothel | 2013-10-29 | 1 | -0/+10 |
* | | Bug 876: BuildComposablePipeline: getGL*() shall not return downstream.getGL*... | Sven Gothel | 2013-10-29 | 1 | -7/+7 |
* | | GLDrawableHelper.reshape(): Catch pre-existing GL errors before glViewport(..... | Sven Gothel | 2013-10-29 | 1 | -0/+9 |
|/ |
|
* | Bug 776 GLContext Sharing: Refine API for relaxed and lazy GLContext sharing ... | Sven Gothel | 2013-10-27 | 6 | -83/+218 |
* | Fix regression of commit 34b35c5a0a379a6b4c0b23b9d347a0b1338f0239 - GLContext... | Sven Gothel | 2013-10-25 | 1 | -3/+11 |
* | Merge remote-tracking branch 'hharrison/master' | Sven Gothel | 2013-10-25 | 1 | -5/+4 |
|\ |
|
| * | jogl: replce more unneeded String() construction | Harvey Harrison | 2013-10-20 | 1 | -5/+4 |
* | | Fix GLContext: getGLProfile() add missing GLES3; getAvailableGLProfile(device... | Sven Gothel | 2013-10-25 | 1 | -1/+1 |
* | | Bug 867 OSX [Common Code]: Trigger GLRendererQuirks.GL4NeedsGL3Request and ma... | Sven Gothel | 2013-10-25 | 8 | -53/+111 |
* | | Bug 867 - OSX: Allow core >=4 if isMavericksOrLater; Use [kCGLOGLPVersion_GL4... | Sven Gothel | 2013-10-24 | 2 | -27/+48 |
* | | Fix Bug 866 - Frequent IndexOutOfBoundsException in jogamp.opengl.egl.EGLGrap... | Brice Figureau | 2013-10-23 | 1 | -1/+1 |
|/ |
|
* | Fix Bug 862: Fix GL Version Validation / NVidia GTX550 driver 331.13 - 64bit ... | Sven Gothel | 2013-10-19 | 2 | -59/+31 |
* | jogl: fix two impossible comparisons in glu/tessellator | Harvey Harrison | 2013-10-17 | 1 | -2/+2 |
* | jogl: add missing @Override annotations | Harvey Harrison | 2013-10-17 | 87 | -1/+245 |
* | jogl: remove all trailing whitespace | Harvey Harrison | 2013-10-17 | 181 | -3591/+3591 |
* | Refine Int -> Enum conversion (commit 40863632d1428de015099b5967e5136425e99f2... | Sven Gothel | 2013-10-17 | 1 | -11/+29 |
* | Int -> Enum using EnumClass.values()[ordinal] instead of for-loop - FFMPEGNat... | Sven Gothel | 2013-10-17 | 1 | -8/+8 |
* | AWTPrintLifecycle.setupPrint(..): Add optional tileWidth and tileHeight, allo... | Sven Gothel | 2013-10-15 | 1 | -8/+13 |
* | Merge pull request #71 from esemplare/master | Sven Gothel | 2013-10-12 | 1 | -14/+63 |
|\ |
|
| * | Fix Bug 365: Bug on javax.media.opengl.glu.GLU.gluBuild2DMipmaps | Michael Esemplare | 2013-10-07 | 1 | -14/+63 |
* | | Bug 860 - AWT Printing (AWTTilePainter): Shall use the enclosing integer rect... | Sven Gothel | 2013-10-12 | 1 | -7/+2 |
* | | Bug 852: Validate CPU sourced data API is allowed, throw exception if not. GL...v2.1.0 | Sven Gothel | 2013-10-10 | 1 | -2/+2 |
* | | Bug 852: Remove CPU sourced data API entry where not allowed (ES3 and GL core... | Sven Gothel | 2013-10-10 | 1 | -4/+11 |
* | | NativeWindow/OSX: Fix RunOnThread/RunLater - Properly determine 'forkOnMain' ... | Sven Gothel | 2013-10-07 | 1 | -1/+1 |
* | | FFMPEGMediaPlayer: Use IOUtil.decodeFromURI(..) to unescape %20 | Sven Gothel | 2013-10-07 | 1 | -1/+2 |
* | | Bug 789: glDrawArraysIndirect and glDrawElementsIndirect are using GL_DRAW_IN... | Sven Gothel | 2013-10-06 | 1 | -0/+2 |
* | | AWTTilePainter: Avoid NPE if Graphic2D's AffineTransform is null, use identit... | Sven Gothel | 2013-10-03 | 1 | -5/+12 |
* | | Bug 818: Enable new quirk GLSLNonCompliant on OSX < 10.7 w/ NV GPU; GLJPanel:... | Sven Gothel | 2013-10-03 | 1 | -6/+16 |
* | | Bug 548: GLRendererQuirks.GLFlushBeforeRelease is needed on OSX < 10.7.3 w/ N... | Sven Gothel | 2013-10-03 | 1 | -2/+2 |
|/ |
|
* | TileRenderer*: TileRendererNotify -> TileRendererListener w/ clarifying funct... | Sven Gothel | 2013-09-27 | 1 | -3/+3 |
* | Fix Bug 839: Clarify whether resetStates(..) shall clearStates() - Pass 'isIn... | Sven Gothel | 2013-09-21 | 6 | -28/+28 |
* | AWT Printing: Fix non vertical-flipped printing, i.e. cut-off top-row's tile ... | Sven Gothel | 2013-09-20 | 1 | -19/+20 |
* | Bug 839: Clarifying GLStateTracker.clearStates(..) remove 'enable' change - P... | Sven Gothel | 2013-09-20 | 2 | -9/+12 |
* | AWTTilePainter.setupGraphics2DAndClipBounds(): Use 'Shape getClip()'; Use dou... | Sven Gothel | 2013-09-19 | 1 | -31/+42 |
* | AWTTilePainter: Fix case with no GLOrientation, i.e. no vertical-flip. Tile l... | Sven Gothel | 2013-09-18 | 1 | -11/+2 |
* | AWTTilePainter: Fix DEBUG message (used wrong value at println) | Sven Gothel | 2013-09-18 | 1 | -1/+1 |
* | Fix SharedResourceRunner's potential race-conditions. Use top-level synchroni... | Sven Gothel | 2013-09-18 | 3 | -104/+109 |
* | Print Tests: Split 'Printable' to own class, add OffscreenPrintable using NIO... | Sven Gothel | 2013-09-17 | 1 | -1/+1 |
* | Fix AWT printing issues w/ overlapping and/or non-opaque contents ; Change AW... | Sven Gothel | 2013-09-15 | 1 | -45/+144 |
* | AWTTilePainter: Fix null clip-rect (consider scaling); Fix non GL-oriented dr... | Sven Gothel | 2013-09-13 | 1 | -31/+55 |
* | Relocate FFMPEGNatives.initIDS0() -> FFMPEGStaticNatives.initIDS0(); Cleanup ... | Sven Gothel | 2013-09-11 | 7 | -13/+5 |
* | AWT Printing: AWTTilePainter needs to handle null clip! | Sven Gothel | 2013-09-10 | 1 | -6/+10 |
* | Add AWTTilePainter.dumpHintsAndScale(..), removing more duplicated code from ... | Sven Gothel | 2013-09-08 | 1 | -0/+17 |
* | Test: Don't resize frame, tweek print-matrix; AWTPrintLifecycle: Add scale an... | Sven Gothel | 2013-09-08 | 1 | -18/+35 |
* | TiledPrintingAWTBase: Fix scaling - Fit frame to page, add MSAA RenderingHint... | Sven Gothel | 2013-09-07 | 1 | -1/+1 |