| Commit message (Expand) | Author | Age | Files | Lines |
* | VectorUtil: Fix method names, i.e. use type-suffix in end of function for cla... | Sven Gothel | 2014-04-09 | 1 | -50/+50 |
* | Bug 801: Region Dirty Update; TextureSequence GLMediaPlayer Fix; Blending Fix ; | Sven Gothel | 2014-04-09 | 10 | -285/+586 |
* | Add TextureSequence.isTextureAvailable(), allowing triggering action only whe... | Sven Gothel | 2014-04-09 | 1 | -0/+3 |
* | Bug 801: Fix regressions from 9c71f276d1fcc87b69b413847fd1da34b30d0932 (UISha... | Sven Gothel | 2014-04-04 | 3 | -17/+18 |
* | Bug 801: Cleanup shader-program location/data update ; Add COLORTEXTURE + Tex... | Sven Gothel | 2014-04-04 | 20 | -205/+357 |
* | Bug 801: Reduce temp. object creation, i.e. GC load | Sven Gothel | 2014-04-02 | 6 | -22/+34 |
* | Bug 801: WIP 2/2 - Add color attribute; Switch Shader instead of branching in... | Sven Gothel | 2014-04-02 | 20 | -143/+167 |
* | Bug 801: WIP 1/2 - Add color attribute; Switch Shader instead of branching in... | Sven Gothel | 2014-04-01 | 23 | -287/+348 |
* | Demos MovieCube/Simple: Update video URLs .. since download.blender.org seems... | Sven Gothel | 2014-03-26 | 15 | -69/+52 |
* | MovieCube/Simple on Android/GLES: Cache FPS Region (updated only each second)... | Sven Gothel | 2014-03-26 | 3 | -18/+39 |
* | Fix test applets: GraphTextDemo (No MSAA, add VBAA def. ctor GPUTextGLListene... | Sven Gothel | 2014-03-26 | 1 | -0/+7 |
* | Bug 801: Adjust Tests: GPUUIScene* use window proportional button size; Add A... | Sven Gothel | 2014-03-25 | 11 | -81/+367 |
* | Bug 801: Graph OpenGL ES2 and ES3 Compatibility | Sven Gothel | 2014-03-25 | 1 | -12/+10 |
* | Bug 801: Use allsamples 'brute force' for VBAA (best quality) ; Demos: Reduce... | Sven Gothel | 2014-03-25 | 9 | -59/+91 |
* | Bug 801: Elaborate on multisampling performance/quality: Flipquad, RGSS, Quin... | Sven Gothel | 2014-03-25 | 1 | -1/+1 |
* | Bug 801: Revise Graph VBAA (Add border dropping MSAA; Test diff. AA modes inc... | Sven Gothel | 2014-03-22 | 16 | -462/+218 |
* | SceneUIController: Remove unused (and not commited) Matrix reference | Sven Gothel | 2014-03-17 | 1 | -3/+0 |
* | Fix GraphUI - Remove MSAA if in VBAA mode (double AA not so good) - Adding NA... | Sven Gothel | 2014-03-17 | 3 | -4/+13 |
* | Bug 801: GraphUI .. Missed 'CrossHair' Class (Commit 6382ee094953fd4fef35a8e6... | Sven Gothel | 2014-03-17 | 1 | -0/+109 |
* | Bug 801: GraphUI .. Fixed transformations, cleanup - All shape-object oriente... | Sven Gothel | 2014-03-17 | 8 | -274/+685 |
* | Bug 801: Revisit UIShape/SceneController (Ray-Picking, Full Object/Model driv... | Sven Gothel | 2014-03-16 | 10 | -451/+514 |
* | FloatUtil/VectorUtil: Enhance isEqual/compare w/ and w/o epsilon, add unit te... | Sven Gothel | 2014-03-15 | 2 | -54/+286 |
* | Bug 801: Fix GPUUISceneGLListener0A (GraphUI Demo) .. Transformations .. etc | Sven Gothel | 2014-03-15 | 6 | -128/+196 |
* | Bug 801: Remove Vertex.Factory from AffineTransform ; Add AABBox tranformed r... | Sven Gothel | 2014-03-15 | 2 | -3/+3 |
* | Bug 801: Outline/OutlineShape tranform and sort fixes ; Quaternion: Reduce mu... | Sven Gothel | 2014-03-15 | 5 | -20/+14 |
* | Bug 801: Add Frustum support to Region; Misc .. | Sven Gothel | 2014-03-14 | 11 | -237/+417 |
* | Quaternion: Fix and enhance class incl. Extensive Unit Tests (all passed) | Sven Gothel | 2014-03-14 | 2 | -0/+867 |
* | Math and PMVMatrix: Cleanup and Refine | Sven Gothel | 2014-03-14 | 7 | -154/+145 |
* | Merge branch 'master' into 2.2-train | Sven Gothel | 2014-03-07 | 3 | -0/+254 |
|\ |
|
| * | Bug 975: Add TestGLReadBuffer01GLCanvasAWT Unit Test (AWT Frame w/ GLCanvas) | Sven Gothel | 2014-03-07 | 3 | -0/+254 |
* | | Bug 801: Fix UI-Graph Demo (Part-1) ; TextRegionUtil: Add Generic processStri... | Sven Gothel | 2014-03-06 | 10 | -467/+415 |
* | | Bug 801: Fix 183e1bc1868699b99eb9f9c8bf18d646d1120a48 'window box' Calculation | Sven Gothel | 2014-03-05 | 1 | -1/+1 |
* | | Bug 801: Refine 'blend' usage and modes (API-doc and demo-code) | Sven Gothel | 2014-03-05 | 17 | -107/+181 |
* | | Bug 801: Add MSAA_RENDERING_BIT ; VBAA: Uses GL_NEAREST (good result) ; Demos... | Sven Gothel | 2014-03-02 | 11 | -63/+238 |
* | | TestRulerNEWT01: Use new MonitorDevice.getPixelsPerMM(store) | Sven Gothel | 2014-03-01 | 1 | -39/+34 |
* | | Bug 801: VBAA Render-Mode Based on SampleCount (not a user-based texWidth) ; ... | Sven Gothel | 2014-03-01 | 20 | -293/+481 |
* | | Bug 801: TextRenderUtil/TextRendererGLELBase - Pass Font and fontSize to all ... | Sven Gothel | 2014-02-28 | 8 | -82/+124 |
* | | Bug 801: TypecastRenderer: Disable DEBUG ; Performance Note: ~800-1200 fps on... | Sven Gothel | 2014-02-28 | 1 | -9/+17 |
* | | Bug 801: TextRegionUtil add 'special' for cache-key; Minor edits | Sven Gothel | 2014-02-28 | 1 | -1/+0 |
* | | Bug 801: Outline.setClosed(boolean [closed->closeTail]): Always close, but al... | Sven Gothel | 2014-02-28 | 3 | -10/+10 |
* | | Bug 801: Graph TextRenderer Cleanup Part-4: Text[Render->Region]Util API: Bet... | Sven Gothel | 2014-02-27 | 8 | -53/+72 |
* | | Bug 801: Graph TextRenderer Cleanup Part-3: Region.addOutlineShape(..) Push G... | Sven Gothel | 2014-02-27 | 1 | -1/+1 |
* | | Merge branch 'master' into 2.2-train | Sven Gothel | 2014-02-26 | 1 | -23/+59 |
|\| |
|
| * | Bug 984 - Fix GLBufferObjectTracker.mapBuffer(..)'s mapBufferImpl(..) paramet... | Sven Gothel | 2014-02-26 | 1 | -23/+59 |
* | | Bug 802: Graph TextRenderer Performance Part-2 (fix artifacts, cleanup, incom... | Sven Gothel | 2014-02-25 | 16 | -82/+77 |
* | | Bug 802: Graph TextRenderer Performance Part-1 (incomplete, rendering artifacts) | Sven Gothel | 2014-02-24 | 23 | -535/+576 |
* | | 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 | 466 | -5692/+62185 |
|\| |
|
| * | Bug 927 - Multithreading (MT) - GLMediaPlayer.GLMediaEventListener: Remind th... | Sven Gothel | 2014-02-22 | 3 | -59/+78 |
| * | Merge remote-tracking branch 'xranby/master' | Sven Gothel | 2014-02-21 | 1 | -0/+208 |
| |\ |
|