2016-05-12 |
Kimmo Hoikka | Allow reading Vector2/3/4 values from Property::Value...
|
commit | commitdiff | tree |
2016-05-05 |
Kimmo Hoikka | Removal of the Scene graph node attachment
|
commit | commitdiff | tree |
2016-04-20 |
Kimmo Hoikka | Removal of unnecessary Actor-attachment classes, part...
|
commit | commitdiff | tree |
2015-12-09 |
Kimmo Hoikka | Remove some dead code
|
commit | commitdiff | tree |
2015-12-08 |
Kimmo Hoikka | Remove some redundant&dead code from node
|
commit | commitdiff | tree |
2015-12-07 |
Kimmo Hoikka | Cleanup, fix incorrect comment and removal of dead...
|
commit | commitdiff | tree |
2015-12-02 |
Kimmo Hoikka | Add macros to provide branch prediction information
|
commit | commitdiff | tree |
2015-11-20 |
Kimmo Hoikka | Cleaning up some dead code with geometry scaling, rendering...
|
commit | commitdiff | tree |
2015-11-13 |
Kimmo Hoikka | Avoid constant in header, use enum instead for initial...
|
commit | commitdiff | tree |
2015-11-02 |
Kimmo Hoikka | Optimize blending requirement resolution
|
commit | commitdiff | tree |
2015-10-30 |
Kimmo Hoikka | Remove AffectsOpacity as it slows down 99.9% of use...
|
commit | commitdiff | tree |
2015-10-30 |
Kimmo Hoikka | Remove obsolete and unnecessary animated and double...
|
commit | commitdiff | tree |
2015-10-27 |
Kimmo Hoikka | Remove dead/duplicate enum values
|
commit | commitdiff | tree |
2015-10-27 |
Kimmo Hoikka | Remove render thread culling as its not used for new...
|
commit | commitdiff | tree |
2015-10-26 |
Kimmo Hoikka | Add UniformNameCache to keep track of unique uniform...
|
commit | commitdiff | tree |
2015-10-26 |
Kimmo Hoikka | Remove some ancient dead code, Vertex3d
|
commit | commitdiff | tree |
2015-10-23 |
Kimmo Hoikka | Cache setUniform2f values as its used quite a lot by...
|
commit | commitdiff | tree |
2015-10-23 |
Kimmo Hoikka | Stop calculating default filter and wrap modes every...
|
commit | commitdiff | tree |
2015-10-21 |
Kimmo Hoikka | Remove unused constants and move to exports to reduce...
|
commit | commitdiff | tree |
2015-10-21 |
Kimmo Hoikka | Remove 20k of unnecessary binary bloat by removing...
|
commit | commitdiff | tree |
2015-10-20 |
Kimmo Hoikka | Stop creating string for sampler name every frame for...
|
commit | commitdiff | tree |
2015-10-20 |
Kimmo Hoikka | Minor cleanup of commented out headers and @todos
|
commit | commitdiff | tree |
2015-10-14 |
Kimmo Hoikka | Remove some dead and non-thread safe internal uniforms
|
commit | commitdiff | tree |
2015-10-08 |
Kimmo Hoikka | Revert "Fix thread contention issues in messages and...
|
commit | commitdiff | tree |
2015-10-08 |
Kimmo Hoikka | Cache size uniform as its often same for many renderers...
|
commit | commitdiff | tree |
2015-09-23 |
Kimmo Hoikka | Remove dead code: BitmapExternal; not been used for...
|
commit | commitdiff | tree |
2015-09-15 |
Kimmo Hoikka | Deprecated load and resource policies as they dont...
|
commit | commitdiff | tree |
2015-09-09 |
Kimmo Hoikka | Stability/Performance for update buffer index
|
commit | commitdiff | tree |
2015-08-25 |
Kimmo Hoikka | Fixed a potential memory corruption due to update and...
|
commit | commitdiff | tree |
2015-08-25 |
Kimmo Hoikka | Remove Helgrind warning when Node flags are illegally...
|
commit | commitdiff | tree |
2015-08-10 |
Kimmo Hoikka | Change Epsilon 0 and 1 to use the compiler provided...
|
commit | commitdiff | tree |
2015-07-29 |
Kimmo Hoikka | Cleanup platform abstraction API (to allow removal...
|
commit | commitdiff | tree |
2015-07-27 |
Kimmo Hoikka | Stop setting crazy Z value when SetSize(width,height...
|
commit | commitdiff | tree |
2015-07-22 |
Kimmo Hoikka | Cleanup dead declaration from ShaderEffect
|
commit | commitdiff | tree |
2015-07-10 |
Kimmo Hoikka | Remove de-funct dynamics support
|
commit | commitdiff | tree |
2015-07-09 |
Kimmo Hoikka | Remove UNSIGNED_INTEGER property type as it does not...
|
commit | commitdiff | tree |
2015-07-08 |
Kimmo Hoikka | Allow property conversions: float from int and int...
|
commit | commitdiff | tree |
2015-07-01 |
Kimmo Hoikka | Change state before releasing mutex
|
commit | commitdiff | tree |
2015-06-29 |
Kimmo Hoikka | Remove unused & unnecessary fitting functions from...
|
commit | commitdiff | tree |
2015-06-29 |
Kimmo Hoikka | Performance optimizing actor-impl & relayout controller
|
commit | commitdiff | tree |
2015-06-24 |
Kimmo Hoikka | Revert "Move new mesh API to devel-api"
|
commit | commitdiff | tree |
2015-06-18 |
Kimmo Hoikka | Stop unnecessarily exporting BitmapPackedPixel and...
|
commit | commitdiff | tree |
2015-06-18 |
Kimmo Hoikka | Remove a few unnecessary exports
|
commit | commitdiff | tree |
2015-06-17 |
Yoonsang Lee | Fix prevent issue - GetCurrent() might return null
|
commit | commitdiff | tree |
2015-06-16 |
Kimmo Hoikka | Change Property::Value::Get methods to return bool...
|
commit | commitdiff | tree |
2015-06-16 |
Kimmo Hoikka | Make mutex test variables volatile to prevent potential...
|
commit | commitdiff | tree |
2015-06-15 |
Kimmo Hoikka | Remove dali-any from Property::Value
|
commit | commitdiff | tree |
2015-06-11 |
Kimmo Hoikka | Fix incorrect radian constant value and radian test...
|
commit | commitdiff | tree |
2015-05-26 |
Kimmo Hoikka | CustomActorImpl extension and test case
|
commit | commitdiff | tree |
2015-05-19 |
Kimmo Hoikka | Cleaning up size negotiation
|
commit | commitdiff | tree |
2015-05-15 |
Kimmo Hoikka | Fix crash in exit of dali applications
|
commit | commitdiff | tree |
2015-05-14 |
Kimmo Hoikka | Add dali-vector extension support for types that have...
|
commit | commitdiff | tree |
2015-05-12 |
Kimmo Hoikka | Remove dependency to std::vector and property::value...
|
commit | commitdiff | tree |
2015-05-07 |
Kimmo Hoikka | Remove unnecessary dead variable and unnecessary include
|
commit | commitdiff | tree |
2015-04-21 |
Kimmo Hoikka | Remove unnecessary stream operators from radian and...
|
commit | commitdiff | tree |
2015-04-16 |
Kimmo Hoikka | Cleaned up Degree, Radian, AngleAxis and Quaternion...
|
commit | commitdiff | tree |
2015-04-10 |
Kimmo Hoikka | Only include forward declaring iostream header in public API
|
commit | commitdiff | tree |
2015-03-12 |
Kimmo Hoikka | Dont include dali-core.h inside dali core
|
commit | commitdiff | tree |
2015-03-12 |
Kimmo Hoikka | Adding thread join to the mutex test case
|
commit | commitdiff | tree |
2015-03-10 |
Kimmo Hoikka | Remove unused FindActorByAlias
|
commit | commitdiff | tree |
2015-03-04 |
Kimmo Hoikka | Remove unsafe new-delete pair from program and change...
|
commit | commitdiff | tree |
2015-03-03 |
Kimmo Hoikka | Removing unnecessary constants and unnecessary exports...
|
commit | commitdiff | tree |
2015-02-27 |
Kimmo Hoikka | Revert "Remove unused constants, don't export constant...
|
commit | commitdiff | tree |
2015-02-27 |
Kimmo Hoikka | Remove unused constants, don't export constant that...
|
commit | commitdiff | tree |
2015-02-27 |
Kimmo Hoikka | Remove unused #includes
|
commit | commitdiff | tree |
2015-02-27 |
Kimmo Hoikka | Remove unused lighting model programs and shader source
|
commit | commitdiff | tree |
2015-02-24 |
Kimmo Hoikka | Fix the comment wording in ref-object
|
commit | commitdiff | tree |
2015-02-20 |
Kimmo Hoikka | Replace boost::mutex with a Dali::Mutex to remove dependency...
|
commit | commitdiff | tree |
2015-02-18 |
Kimmo Hoikka | Reduce the amount of calls to Stage::GetCurrent() in...
|
commit | commitdiff | tree |
2015-02-16 |
Kimmo Hoikka | Pass stage from actor to attachment to avoid unnecessary...
|
commit | commitdiff | tree |
2015-02-13 |
Kimmo Hoikka | Dont bind effect texture unless its actually used
|
commit | commitdiff | tree |
2015-02-12 |
Kimmo Hoikka | Remove some dead code
|
commit | commitdiff | tree |
2015-02-11 |
Kimmo Hoikka | Remove obsolete and non functional SizeChanged signal...
|
commit | commitdiff | tree |
2015-02-09 |
Kimmo Hoikka | Remove unnecessary stage parameter from connnect to...
|
commit | commitdiff | tree |
2015-02-02 |
Kimmo Hoikka | Remove unsafe boost style conversion from intrusive...
|
commit | commitdiff | tree |
2015-01-27 |
Kimmo Hoikka | Cleaning up the property framework; removal of duplicate...
|
commit | commitdiff | tree |
2015-01-27 |
Kimmo Hoikka | Stop updating InverseViewProjection every frame
|
commit | commitdiff | tree |
2015-01-15 |
Kimmo Hoikka | Fix a regression from an (old) optimization to avoid...
|
commit | commitdiff | tree |
2015-01-14 |
Kimmo Hoikka | removed some dead code
|
commit | commitdiff | tree |
2015-01-07 |
Kimmo Hoikka | Fix hit test API to tell if it succeeds or not, clarify...
|
commit | commitdiff | tree |
2015-01-07 |
Kimmo Hoikka | remove incorrect unit test, most functionality already...
|
commit | commitdiff | tree |
2015-01-02 |
Kimmo Hoikka | Remove a dead virtual method from proxy object
|
commit | commitdiff | tree |
2014-12-18 |
Kimmo Hoikka | Saving a bit of memory by using pretty function instead...
|
commit | commitdiff | tree |
2014-12-17 |
Kimmo Hoikka | remove 58k unnecessary asserts from dali-demo startup
|
commit | commitdiff | tree |
2014-12-17 |
Kimmo Hoikka | Remove std::map from custom property lookup, removes...
|
commit | commitdiff | tree |
2014-12-02 |
Kimmo Hoikka | Change keep running reasons to enum from exported symbols...
|
commit | commitdiff | tree |
2014-12-02 |
Kimmo Hoikka | Cleanup property system, remove 12 redundant std::maps...
|
commit | commitdiff | tree |
2014-12-01 |
Kimmo Hoikka | Fix the broken camera test case
|
commit | commitdiff | tree |
2014-11-28 |
Kimmo Hoikka | Friendly janitor cleaning up unnecessary header dependencies
|
commit | commitdiff | tree |
2014-11-28 |
Kimmo Hoikka | Removed unnecessary templating and initializing internal...
|
commit | commitdiff | tree |
2014-11-28 |
Kimmo Hoikka | Shader & Program cleanup, Part 2: Stop calling render...
|
commit | commitdiff | tree |
2014-11-27 |
Kevin Butchart | Check for NULL resource ticket pointer
|
commit | commitdiff | tree |
2014-11-24 |
Kimmo Hoikka | Shader & Program cleanup, Part 1: Remove cyclic dependency...
|
commit | commitdiff | tree |
2014-11-20 |
Kimmo Hoikka | clean up Dali::Any comments and code
|
commit | commitdiff | tree |
2014-11-17 |
Kimmo Hoikka | Reduce texture binds and active texture calls for draw...
|
commit | commitdiff | tree |
2014-11-14 |
Kimmo Hoikka | remove std::auto_ptr from ProxyObject
|
commit | commitdiff | tree |
2014-11-14 |
Kimmo Hoikka | fix failing tests: 2 incorrect test cases 1 memory...
|
commit | commitdiff | tree |
2014-11-12 |
Kimmo Hoikka | proper enums for texture units to improve readability...
|
commit | commitdiff | tree |
2014-11-12 |
Kimmo Hoikka | Cleaning up property public API
|
commit | commitdiff | tree |
2014-11-12 |
Kimmo Hoikka | Remove a few exports by getting rid of two std::vectors...
|
commit | commitdiff | tree |
next |