| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 801: TextRegionUtil add 'special' for cache-key; Minor edits | Sven Gothel | 2014-02-28 | 6 | -14/+22 |
* | Bug 801: Outline.setClosed(boolean [closed->closeTail]): Always close, but al... | Sven Gothel | 2014-02-28 | 4 | -33/+62 |
* | Bug 801: Graph TextRenderer Cleanup Part-6: Fix TypecastRenderer; Minor Editing | Sven Gothel | 2014-02-28 | 4 | -65/+92 |
* | Bug 802: Graph TextRenderer Performance Part-3: Reuse 'float[] coordsEx' stor... | Sven Gothel | 2014-02-27 | 1 | -1/+2 |
* | Bug 801: Graph TextRenderer Cleanup Part-5: *Region API Cleanup (protected im... | Sven Gothel | 2014-02-27 | 4 | -36/+27 |
* | Bug 801: Graph TextRenderer Cleanup Part-4: Text[Render->Region]Util API: Bet... | Sven Gothel | 2014-02-27 | 3 | -68/+64 |
* | Bug 801: Graph TextRenderer Cleanup Part-3: Region.addOutlineShape(..) Push G... | Sven Gothel | 2014-02-27 | 8 | -315/+235 |
* | Bug 801: Graph TextRenderer Cleanup Part-2: Remove Path2D from Glyph/Typecast... | Sven Gothel | 2014-02-27 | 7 | -401/+51 |
* | Merge branch 'master' into 2.2-train | Sven Gothel | 2014-02-26 | 1 | -2/+2 |
|\ |
|
| * | Bug 984 - Fix GLBufferObjectTracker.mapBuffer(..)'s mapBufferImpl(..) paramet... | Sven Gothel | 2014-02-26 | 1 | -2/+2 |
* | | Bug 802: Graph TextRenderer Performance Part-2 (fix artifacts, cleanup, incom... | Sven Gothel | 2014-02-25 | 10 | -612/+460 |
* | | Merge branch 'master' into 2.2-train | Sven Gothel | 2014-02-25 | 3 | -7/+7 |
|\| |
|
| * | Merge remote-tracking branch 'xranby/master' | Sven Gothel | 2014-02-25 | 1 | -2/+2 |
| |\ |
|
| | * | Bug 927: Try fix deadlock. | Xerxes RĂ„nby | 2014-02-25 | 1 | -2/+2 |
| * | | Bug 937 : Fix regression of commit 071bdd6ce9f8c41ccecdbf8bc74f276ccd7ff651 (... | Sven Gothel | 2014-02-25 | 2 | -5/+5 |
| |/ |
|
* | | Bug 802: Graph TextRenderer Performance Part-1 (incomplete, rendering artifacts) | Sven Gothel | 2014-02-24 | 22 | -834/+840 |
* | | Merge branch 'master' into stash_glyphcache | Sven Gothel | 2014-02-23 | 613 | -23697/+56986 |
|\| |
|
| * | Bug 927 - Multithreading (MT) - GLMediaPlayer.GLMediaEventListener: Remind th... | Sven Gothel | 2014-02-22 | 2 | -7/+13 |
| * | ALAudioSink: Add thread-name to exceptions; stopImpl shall not throw an excep... | Sven Gothel | 2014-02-22 | 1 | -22/+38 |
| * | Bug 927 - Multithreading (MT) issues ALAudioSink | Sven Gothel | 2014-02-22 | 1 | -53/+54 |
| * | Bug 927 - Multithreading (MT) issues libav/ffmpeg | Sven Gothel | 2014-02-22 | 6 | -78/+83 |
| * | Match Bitstream changes of gluegen commit 4447232af0d95a4348d09d4ed03fbef4839... | Sven Gothel | 2014-02-21 | 1 | -35/+35 |
| * | Bug 980: Use Bitsream class for JPEGDecoder | Sven Gothel | 2014-02-20 | 1 | -69/+32 |
| * | GLContextImpl/GLDrawableImpl.getDefaultReadBuffer(..): Pass hint whether dedi... | Sven Gothel | 2014-02-18 | 3 | -4/+6 |
| * | Bug 975 - GLJPanel's OffscreenDrawable shall not double swap - Fix auto-swap ... | Sven Gothel | 2014-02-18 | 5 | -23/+109 |
| * | Bug 927: Fix minor MT issues w/ libav/ffmpeg | Sven Gothel | 2014-02-16 | 6 | -90/+150 |
| * | Graph: RendereState: Create own PMVMatrix if passed value is null; Renderer: ... | Sven Gothel | 2014-02-15 | 3 | -7/+11 |
| * | Bug 927 - Multithreading (MT) issues with ALAudioSink (openal-soft) | Sven Gothel | 2014-02-15 | 1 | -31/+102 |
| * | Bug 975 - GLJPanel's OffscreenDrawable shall not double swap - Use default au... | Sven Gothel | 2014-02-14 | 1 | -23/+7 |
| * | GLReadBufferUtil: Set PACK_ROW_LENGTH for ES3 as well - also set ReadBuffer t... | Sven Gothel | 2014-02-14 | 1 | -2/+5 |
| * | GLPixelStorageModes: Safe and restore GL2ES3 modes, i.e. add missing GLES3 mo... | Sven Gothel | 2014-02-14 | 2 | -40/+46 |
| * | Bug 975 - GLJPanel's OffscreenDrawable shall not double swap (custom swap by ... | Sven Gothel | 2014-02-13 | 1 | -25/+49 |
| * | TextureIO: Fix PNGTextureWriter Vertical-Flip, i.e. pass TextureData's getMus... | Sven Gothel | 2014-02-13 | 1 | -2/+2 |
| * | Bug 962 - AWTGLReadBufferUtil should use aligned BufferedImage [for resized i... | Sven Gothel | 2014-02-13 | 3 | -16/+74 |
| * | TextureIO: Support PNGTextureWriter w/ TextureData IntBuffer (via PNGPixelRec... | Sven Gothel | 2014-02-13 | 2 | -18/+102 |
| * | Bug 972 - Reduce ClassLoader Lookup, i.e. Class.forName(..): GLProfile, GLCon... | Sven Gothel | 2014-02-12 | 2 | -38/+115 |
| * | GLMediaPlayer: Add user attached objects, similar to GLContext - Allowing GLM... | Sven Gothel | 2014-01-26 | 2 | -1/+38 |
| * | Bug 948 - Autodetect GLRendererQuirks.SingletonEGLDisplayOnly | Sven Gothel | 2014-01-24 | 3 | -24/+23 |
| * | GLRendererQuirks.addQuirks(..): Fix array bounds check | Sven Gothel | 2014-01-24 | 1 | -1/+1 |
| * | Bug 948 - NVIDIA 331.38 (Linux X11) EGL impl. only supports _one_ EGL Display... | Sven Gothel | 2014-01-24 | 4 | -92/+215 |
| * | Bug 950 - Recognize full FBO capabilities for ES 3.0 - [GLContext|GL].hasFull... | Sven Gothel | 2014-01-24 | 4 | -31/+32 |
| * | EGLDisplayUtil.eglCreateEGLGraphicsDevice(..): Don't open() device implicit; ... | Sven Gothel | 2014-01-23 | 5 | -42/+52 |
| * | Bug 921: FPSAnimator debug output on stderr shall happen only if DEBUG is ena... | Sven Gothel | 2014-01-22 | 1 | -3/+9 |
| * | GLBufferObjectTracker: Fix copyright notice (drop Sun Microsystems since this... | Sven Gothel | 2014-01-21 | 1 | -33/+21 |
| * | Better shared GLAutoDrawable synchronization: Block slave instances to also b... | Sven Gothel | 2014-01-21 | 6 | -3/+46 |
| * | Bug 942: GLBufferObjectTracker Enhancement [2/2]: Add mapped buffer capabilit... | Sven Gothel | 2014-01-21 | 3 | -134/+399 |
| * | Bug 942: GLBufferObjectTracker: Tracking GLBufferStorage accurately, synchron... | Sven Gothel | 2014-01-21 | 10 | -286/+899 |
| * | Bug 943 - GLBufferStateTracker shall support tracking all possible buffer tar... | Sven Gothel | 2014-01-15 | 1 | -12/+27 |
| * | Bug 942: Bug 942 - Review GLBuffer[State|Size]Tracker and NIO mapped buffers | Sven Gothel | 2014-01-14 | 4 | -92/+73 |
| * | Revert "Bug 942 - Share GLBufferStateTracker ; Unify GLBufferStateTracker and... | Sven Gothel | 2014-01-14 | 4 | -187/+260 |