| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 801: Refine 'blend' usage and modes (API-doc and demo-code) | Sven Gothel | 2014-03-05 | 22 | -116/+283 |
* | Bug 801: Fix VBAA Distortions (VBO-size fractional delta) and AA (Sample frag... | Sven Gothel | 2014-03-04 | 9 | -266/+419 |
* | Bug 801: Add MSAA_RENDERING_BIT ; VBAA: Uses GL_NEAREST (good result) ; Demos... | Sven Gothel | 2014-03-02 | 22 | -88/+793 |
* | TestRulerNEWT01: Use new MonitorDevice.getPixelsPerMM(store) | Sven Gothel | 2014-03-01 | 1 | -39/+34 |
* | Bug 801: Cleanup CDTriangulator2D | Sven Gothel | 2014-03-01 | 1 | -24/+18 |
* | AudioSink: Fix API doc (minor edit) | Sven Gothel | 2014-03-01 | 1 | -3/+3 |
* | Bug 801: TypecastRenderer: Don't use Cubic, but 'double quad' / GlyfComposite... | Sven Gothel | 2014-03-01 | 2 | -12/+14 |
* | Bug 801: VBAA Render-Mode Based on SampleCount (not a user-based texWidth) ; ... | Sven Gothel | 2014-03-01 | 29 | -372/+708 |
* | NEWT MonitorDevice: Add convenient getPixelsPerMM(..) method to retrieve the ... | Sven Gothel | 2014-03-01 | 1 | -1/+27 |
* | Bug 801: Drop TypecastRenderer's CUBIC mode if p3 is 'looped' | Sven Gothel | 2014-02-28 | 1 | -2/+2 |
* | Bug 801: TextRenderUtil/TextRendererGLELBase - Pass Font and fontSize to all ... | Sven Gothel | 2014-02-28 | 9 | -104/+146 |
* | Bug 801: Enhance API doc of FontSet and FontFactory | Sven Gothel | 2014-02-28 | 2 | -10/+18 |
* | Bug 801: TypecastRenderer: Rename local point vars for better review | Sven Gothel | 2014-02-28 | 1 | -50/+51 |
* | Bug 801: TypecastRenderer: Disable DEBUG ; Performance Note: ~800-1200 fps on... | Sven Gothel | 2014-02-28 | 2 | -10/+18 |
* | Bug 801: Fix TypecastRenderer End-Of-Contour and Shape-Closing; add cubic path | Sven Gothel | 2014-02-28 | 1 | -46/+81 |
* | Bug 801: TextRegionUtil add 'special' for cache-key; Minor edits | Sven Gothel | 2014-02-28 | 7 | -15/+22 |
* | Bug 801: Outline.setClosed(boolean [closed->closeTail]): Always close, but al... | Sven Gothel | 2014-02-28 | 7 | -43/+72 |
* | Merge branch 'master' into 2.2-train | Sven Gothel | 2014-02-28 | 2 | -50/+63 |
|\ |
|
| * | Refine commit 9fb1e46e43900ec9b2f9c9af1fc8984e101c8811: Avoid loading [j]awt ... | Sven Gothel | 2014-02-28 | 2 | -50/+63 |
* | | 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 | 11 | -121/+136 |
* | | Bug 801: Graph TextRenderer Cleanup Part-3: Region.addOutlineShape(..) Push G... | Sven Gothel | 2014-02-27 | 9 | -316/+236 |
* | | 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 | 4 | -29/+79 |
|\| |
|
| * | Bug 984 - Fix GLBufferObjectTracker.mapBuffer(..)'s mapBufferImpl(..) paramet... | Sven Gothel | 2014-02-26 | 2 | -25/+61 |
| * | AWTMisc.static: Allow static creation of 'null' AWT cursor to fail (i.e. AWT ... | Sven Gothel | 2014-02-26 | 2 | -4/+18 |
* | | Bug 802: Graph TextRenderer Performance Part-2 (fix artifacts, cleanup, incom... | Sven Gothel | 2014-02-25 | 26 | -694/+537 |
* | | Merge branch 'master' into 2.2-train | Sven Gothel | 2014-02-25 | 6 | -20/+33 |
|\| |
|
| * | Fix whitespaces of commit 78fcb8228d4a391054501aef16eb0462322ba39d and Window... | Sven Gothel | 2014-02-25 | 2 | -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 |
| * | | Merge remote-tracking branch 'petros-koutsolampros/master' | Sven Gothel | 2014-02-25 | 2 | -12/+25 |
| |\ \ |
|
| | * | | A more wholesome solution to the windowing problems in OSX. As described | Petros Koutsolampros | 2014-02-25 | 2 | -12/+25 |
| | |/ |
|
| * / | Bug 937 : Fix regression of commit 071bdd6ce9f8c41ccecdbf8bc74f276ccd7ff651 (... | Sven Gothel | 2014-02-25 | 3 | -7/+7 |
| |/ |
|
* | | Bug 802: Graph TextRenderer Performance Part-1 (incomplete, rendering artifacts) | Sven Gothel | 2014-02-24 | 45 | -1369/+1416 |
* | | Bug 801: Graph TextRenderer Cleanup Part-1b (clean) | Sven Gothel | 2014-02-23 | 2 | -47/+109 |
* | | Merge branch 'master' into stash_glyphcache | Sven Gothel | 2014-02-23 | 1339 | -42414/+155304 |
|\| |
|
| * | Bug 927 - Multithreading (MT) - GLMediaPlayer.GLMediaEventListener: Remind th... | Sven Gothel | 2014-02-22 | 5 | -66/+91 |
| * | 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 |
| * | Merge remote-tracking branch 'xranby/master' | Sven Gothel | 2014-02-21 | 1 | -0/+208 |
| |\ |
|
| | * | Bug 927: demos/es2/av/CrossFadePlayer | Xerxes Rånby | 2014-02-21 | 1 | -0/+208 |
| * | | Match Bitstream changes of gluegen commit 4447232af0d95a4348d09d4ed03fbef4839... | Sven Gothel | 2014-02-21 | 1 | -35/+35 |
| * | | Cleanup imports TestGLReadBuffer01GL* | Sven Gothel | 2014-02-20 | 2 | -2/+0 |
| * | | 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 | 8 | -54/+133 |