platform/core/uifw/dali-core.git
2015-12-11 David SteeleDALi Version 1.1.14 30/54130/1 dali_1.1.14
2015-12-10 Ferran SoleApply constraints when traversing the scene to update 42/53942/7
2015-12-10 Adeel KazmiMerge "Implemented shader program property" into devel...
2015-12-09 Kimmo HoikkaRemove some dead code 30/53830/6
2015-12-09 Lee MorganImplemented shader program property 28/50828/10
2015-12-09 Adeel KazmiMerge "Removed unnecessary code from Uint16Pair UTC...
2015-12-08 Kimmo HoikkaMerge "Remove some redundant&dead code from node" into...
2015-12-08 Tom RobinsonRemoved unnecessary code from Uint16Pair UTC 68/53668/1
2015-12-08 Kimmo HoikkaMerge "Remove Node::ResolveVisibilty()" into devel...
2015-12-08 Kimmo HoikkaRemove some redundant&dead code from node 40/53640/2
2015-12-08 Tom RobinsonImplement image fitting modes 57/52857/12
2015-12-07 Kimmo HoikkaCleanup, fix incorrect comment and removal of dead... 18/53518/5
2015-12-07 Adeel Kazmi(dali_env) Fix setenv output 04/53504/5
2015-12-04 Xiangyin MaDALi Version 1.1.13 86/53386/1 dali_1.1.13
2015-12-03 Adeel KazmiMerge "Added RenderTask WorldToViewport coordinates...
2015-12-03 Lee MorganAdded RenderTask WorldToViewport coordinates 44/51444/4
2015-12-03 Ferran SoleRemove Node::ResolveVisibilty() 87/53287/1
2015-12-03 Adeel KazmiMerge "Add macros to provide branch prediction informat...
2015-12-02 Ferran SoleFrustum culling optimization 63/53163/7
2015-12-02 Kimmo HoikkaAdd macros to provide branch prediction information 06/53206/1
2015-12-01 Kimmo HoikkaMerge "fix buffer GpuBuffer" into devel/master
2015-11-27 Kimmo HoikkaCleaning up and optimizing scene-graph-material and... 03/51303/20
2015-11-27 Adeel KazmiDALi Version 1.1.12 84/52884/1 dali_1.1.12
2015-11-27 Ferran SoleInitialize vertex attribute and 2d texture caches 47/52847/3
2015-11-26 Adeel KazmiMerge "Fix invalid read in render property buffer"...
2015-11-26 Nick HollandFix invalid read in render property buffer 34/52734/3
2015-11-26 Lee Morganfix buffer GpuBuffer 44/52744/1
2015-11-25 Lee MorganAdded or'd enums to scripting 33/51333/15
2015-11-24 Kimmo HoikkaMerge "(AutomatedTests) Ensure warnings are shown as...
2015-11-24 Adeel Kazmi(AutomatedTests) Ensure warnings are shown as errors 26/52426/5
2015-11-23 Xiangyin MaModify ShaderEffect to be the wrapper class of Shader 08/52308/3
2015-11-20 Kimmo HoikkaCleaning up some dead code with geometry scaling, rende... 14/52314/3
2015-11-20 Kimmo HoikkaMerge "Changed ResetGLState to only set GL state which...
2015-11-20 Ferran SoleRemoval of renderable attachment 47/52047/7
2015-11-20 Adeel KazmiFixed some issues with dali_env script 07/52307/2
2015-11-20 Adeel KazmiFix minor klocwork issue 92/52292/1
2015-11-20 Richard HuangDALi Version 1.1.11 78/52278/1 dali_1.1.11
2015-11-19 Adeel KazmiMerge "Guard against GestureEventProcessor access after...
2015-11-19 Ferran SoleChanged ResetGLState to only set GL state which is... 52/51952/4
2015-11-19 Kimmo HoikkaMerge "Removed some junk from Makefile.am" into devel...
2015-11-18 Paul WisbeyGuard against GestureEventProcessor access after Core... 40/52040/3
2015-11-18 taeyoonFix UTC prevent issue 14/52014/1
2015-11-17 Kimmo HoikkaMerge changes I0cbfe8d4,I63b556cb into devel/master
2015-11-17 Kimmo HoikkaMerge "fix property buffer gl initialization" into...
2015-11-17 Paul WisbeyRemoved some junk from Makefile.am 50/51950/1
2015-11-13 Adeel KazmiMerge "DALi Version 1.1.10" into devel/master
2015-11-13 Kimmo HoikkaMerge "Avoid constant in header, use enum instead for...
2015-11-13 Adeel KazmiDALi Version 1.1.10 69/51769/1 dali_1.1.10
2015-11-13 Chu HoangChanged ImageActor and to use new renderers and removed... 42/51642/3
2015-11-13 Chu HoangAdded an Material::GetTexture method. 37/51237/6
2015-11-13 Kimmo HoikkaAvoid constant in header, use enum instead for initial... 62/51762/2
2015-11-13 Chu HoangRemoved assert from PropertyOwner::RemoveConstraint... 68/51168/5
2015-11-13 Chu HoangImplemented face culling for SceneGraph::Material 23/50423/10
2015-11-12 Adeel Kazmi(Object) RegisterProperty just sets the property if... 51/51651/2
2015-11-11 Adeel KazmiFix Klocwork errors in ConditionalWait, Mutex & ImageAt... 40/51640/1
2015-11-10 Adeel KazmiFix various klocwork issues 67/51567/2
2015-11-10 Adeel Kazmi(PlatformAbstraction) Remove unrequired time getter 31/51431/2
2015-11-09 Lee Morganfix property buffer gl initialization 23/51323/2
2015-11-06 Kimmo HoikkaMerge "(Platform Abstraction) Replace GetMicroSeconds...
2015-11-06 Tom RobinsonDALi Version 1.1.9 06/51306/1 dali_1.1.9
2015-11-05 Adeel Kazmi(Platform Abstraction) Replace GetMicroSeconds with... 42/51242/2
2015-11-04 Kimmo HoikkaMerge "Changed all property & signal names to lowerCame...
2015-11-03 Ferran SoleFixed bug when adding first renderer to an on stage... 33/50933/1
2015-11-03 Adeel KazmiChanged all property & signal names to lowerCamelCase 34/50834/4
2015-11-03 Adeel Kazmi(ConditionalWait) Added a Notify method which takes... 21/50821/3
2015-11-02 Xiangyin Ma(Atlas) Upload pixel data & Allow the difference in... 02/50302/10
2015-11-02 Kimmo HoikkaOptimize blending requirement resolution 56/50756/3
2015-10-30 Kimmo HoikkaRemove AffectsOpacity as it slows down 99.9% of use... 39/50739/3
2015-10-30 Kimmo HoikkaRemove obsolete and unnecessary animated and double... 35/50435/6
2015-10-29 Nick HollandDALi Version 1.1.8 07/50507/1 dali_1.1.8
2015-10-28 Paul WisbeyMerge "Remove render thread culling as its not used...
2015-10-27 Kimmo HoikkaRemove dead/duplicate enum values 93/50193/4
2015-10-27 Kimmo HoikkaRemove render thread culling as its not used for new... 01/50301/2
2015-10-27 Kimmo HoikkaMerge "Add UniformNameCache to keep track of unique...
2015-10-27 Lee MorganPrevent assert during path animation 07/50007/5
2015-10-26 Kimmo HoikkaMerge "Remove some ancient dead code, Vertex3d" into...
2015-10-26 Adeel KazmiMerge "Removed redundant type field" into devel/master
2015-10-26 Adeel KazmiMerge "Path registration with type registry" into devel...
2015-10-26 Kimmo HoikkaAdd UniformNameCache to keep track of unique uniform... 21/50121/6
2015-10-26 Kimmo HoikkaRemove some ancient dead code, Vertex3d 92/50192/2
2015-10-26 Adeel KazmiMerge "Added WeakHandleBase::Reset method." into devel...
2015-10-23 Kimmo HoikkaMerge "Remove double-buffered properties from SceneGrap...
2015-10-23 Chu HoangAdded WeakHandleBase::Reset method. 03/49603/2
2015-10-23 Kimmo HoikkaCache setUniform2f values as its used quite a lot by... 16/50116/1
2015-10-23 Lee MorganRemoved redundant type field 06/50106/3
2015-10-23 Adeel KazmiMerge "DALi Version 1.1.7" into devel/master
2015-10-23 Paul WisbeyMerge "Stop calculating default filter and wrap modes...
2015-10-23 Ferran SoleRemove double-buffered properties from SceneGraph:... 02/50002/10
2015-10-23 Lee MorganPath registration with type registry 04/50104/2
2015-10-23 Kimmo HoikkaStop calculating default filter and wrap modes every... 47/50047/3
2015-10-23 Lee MorganDALi Version 1.1.7 33/50033/1 dali_1.1.7
2015-10-22 Xiangyin MaAdded Thread abstract class 27/49927/5
2015-10-21 Kimmo HoikkaMerge "Remove scene graph property buffer" into devel...
2015-10-21 Kimmo HoikkaRemove unused constants and move to exports to reduce... 05/49905/3
2015-10-21 Ferran SoleRemove scene graph property buffer 04/49704/13
2015-10-21 Kimmo HoikkaRemove 20k of unnecessary binary bloat by removing... 97/49897/1
2015-10-20 Kimmo HoikkaStop creating string for sampler name every frame for... 48/49848/1
2015-10-20 Kimmo HoikkaMinor cleanup of commented out headers and @todos 99/49799/1
2015-10-16 Ferran SoleFixed bug on SetTextureUniformName 13/49613/5
2015-10-16 Kimmo HoikkaMerge "BufferImage Fix for multiple area updates."...
next