Seungho, Baek [Fri, 17 May 2019 06:52:29 +0000 (15:52 +0900)]
[Tizen] To get MaxTextureSize by using glGetIntegerv not by using environment variable
- Save MaxTextureSize in the gl-implementation after Context MakeCurrent
- Get it to the ImageLoader
- Use ConditionalWait to sync between two threads at the first time the DALi app is launching
- Save the MaxTextureSize that is supported at the GPU to a configuration file.
- After second launching of any DALi app, Adaptor read the configuration file without waiting.
Change-Id: I0d9bef5f59086c49c9d44ed6efdb1ae849c6f361
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
Seungho, Baek [Tue, 30 Jul 2019 09:36:46 +0000 (18:36 +0900)]
[Tizen] Fix DPI environment variable issue
Change-Id: Id3eeb7f20edbaa8df2fdef9bc0af8bda7d371237
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
Wonsik Jung [Mon, 29 Jul 2019 12:15:26 +0000 (21:15 +0900)]
[Tizen] Add screen and client rotation itself function
Change-Id: I5a2b6b3593255b437e7f8a44aee44aa5484e57bf
Heeyong Song [Mon, 29 Jul 2019 06:48:16 +0000 (15:48 +0900)]
[Tizen] Add environment variable to manually set DPI
Change-Id: Id71837b24f18e7b291a25048bf62ea371797e326
Heeyong Song [Mon, 29 Jul 2019 06:47:44 +0000 (15:47 +0900)]
[Tizen] Add DALi Autofill implementation
Change-Id: I502c23a4d37f764929defd25e8489336171de2b4
Heeyong Song [Mon, 29 Jul 2019 06:47:06 +0000 (15:47 +0900)]
[Tizen] Add KeyEventGeneratedSignal for Get KeyEvent normally
Change-Id: I00e28f4b27b40eed818fa46ef32efe02a5ce9082
Heeyong Song [Mon, 29 Jul 2019 06:46:07 +0000 (15:46 +0900)]
[Tizen] Modify DALI_KEY_H
Change-Id: Ibf499dc75c847efe09fb2b1a4d6c538291c80137
Heeyong Song [Mon, 29 Jul 2019 06:45:59 +0000 (15:45 +0900)]
Merge branch 'devel/master' into tizen
Change-Id: Ia94d518904946d21eefec4d6c6b6d0ce970e1168
Heeyong Song [Mon, 29 Jul 2019 06:45:51 +0000 (15:45 +0900)]
Revert "[Tizen] Modify DALI_KEY_H"
This reverts commit
c14b9c6ac79615794bb347263ab8dac42e2df763.
Change-Id: I2eb5a92fabc3a2b45a9d0e9d36a9bc16874b0523
Heeyong Song [Mon, 29 Jul 2019 06:45:39 +0000 (15:45 +0900)]
Revert "[Tizen] Add KeyEventGeneratedSignal for Get KeyEvent normally"
This reverts commit
e4e8a20f36a888d46382b9fb3867e44a7bc03496.
Change-Id: Ie77a6a6d348c9a7c1f3b004808257d28a78d1092
Heeyong Song [Mon, 29 Jul 2019 06:45:28 +0000 (15:45 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"
This reverts commit
362f330146907c08e8cb48e9a5191102187a8baa.
Change-Id: I6bd1132783a0c0241ecbc6f7fba454c867999ab8
Heeyong Song [Mon, 29 Jul 2019 06:45:19 +0000 (15:45 +0900)]
Revert "[Tizen] Support screen and client rotation"
This reverts commit
9d1664abe78262c8a9bcf25d703581e347a8dc29.
Change-Id: If3f0e7e8fd870c78766f72193ed862653225c385
Heeyong Song [Mon, 29 Jul 2019 06:45:08 +0000 (15:45 +0900)]
Revert "[Tizen] Add environment variable to manually set DPI"
This reverts commit
8a731ce249d711e8f55eafadf1800ae86f68a190.
Change-Id: I8bbc42165ebaa2d6f68632b3c4c2ab8b737290c3
adam.b [Fri, 26 Jul 2019 10:47:22 +0000 (11:47 +0100)]
DALi Version 1.4.30
Change-Id: Id43ed6292d3e9bda611b4c24565af6350fa4beb0
Seungho, Baek [Fri, 26 Jul 2019 05:21:56 +0000 (14:21 +0900)]
[Tizen] Add environment variable to manually set DPI
Change-Id: I43531781d952e4af03003956536867971b95c75b
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
Adeel Kazmi [Thu, 25 Jul 2019 15:51:53 +0000 (15:51 +0000)]
Merge "Ensure Scene is informed of the surface resizing in all cases" into devel/master
Seoyeon Kim [Thu, 25 Jul 2019 04:21:34 +0000 (04:21 +0000)]
Merge "Add to set MIME type to the input panel and add the callback" into devel/master
Seoyeon Kim [Fri, 10 May 2019 07:55:10 +0000 (16:55 +0900)]
Add to set MIME type to the input panel and add the callback
- Added an API to set the allowed MIME type to deliver to the input panel.
- Added a callback to receive the content of the input method URI.
Change-Id: I6fb970d392fb66a438bd4590440c01503c572c45
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Adeel Kazmi [Wed, 24 Jul 2019 18:54:51 +0000 (19:54 +0100)]
Ensure Scene is informed of the surface resizing in all cases
Change-Id: I9e3838b8bd88f1b05e6a0924bb04293c93cb5e86
Adeel Kazmi [Tue, 23 Jul 2019 16:02:57 +0000 (17:02 +0100)]
Applying changes to Scene::New()
Change-Id: I6dfe4a2ad3b6829d91d89b511039e16999530371
Wonsik Jung [Wed, 24 Jul 2019 07:43:27 +0000 (16:43 +0900)]
[Tizen] Support screen and client rotation
This patch is to support client and screen rotation.
It is for the enhancement rendering performance.
Change-Id: I3c07f4ad47b2d1fc70b0d1929f04cf771e12cb08
Sunghyun kim [Wed, 24 Jul 2019 04:40:31 +0000 (13:40 +0900)]
[Tizen] Add DALi Autofill implementation
This reverts commit
82f4efe7666795e06c4b5fa1741b9181c4c257f7.
Change-Id: I529452fe723d1878a77354f12e863729d69c417f
Sunghyun kim [Wed, 24 Jul 2019 04:40:11 +0000 (13:40 +0900)]
[Tizen] Add KeyEventGeneratedSignal for Get KeyEvent normally
This reverts commit
e7a531ad35164569e79486afc9fbb461f6a8ca04.
Change-Id: I391101188ef170377b2aaffbe121db327d7e338b
Sunghyun kim [Wed, 24 Jul 2019 04:39:55 +0000 (13:39 +0900)]
[Tizen] Modify DALI_KEY_H
This reverts commit
d4472834e25d5dd2c502592a1a7d63fbd1c5b70e.
Change-Id: I9b3257330c4aa429f4a6c1247be9c5b53be2f19b
Sunghyun kim [Wed, 24 Jul 2019 04:39:29 +0000 (13:39 +0900)]
Merge branch 'devel/master' into tizen
Sunghyun kim [Wed, 24 Jul 2019 04:38:32 +0000 (13:38 +0900)]
Revert "[Tizen] Fix video underlay issue"
This reverts commit
327627defee6d6f7d0a631b4bf472a158bfe5756.
Change-Id: I1710b443657253d720943dd9dd1669935e6e0af1
Sunghyun kim [Wed, 24 Jul 2019 04:38:20 +0000 (13:38 +0900)]
Revert "[Tizen] Modify DALI_KEY_H"
This reverts commit
781f27dd717f05a4978fc0c964b26544819d25ec.
Change-Id: I484d51e247a923722e71237c2f98a9296d569352
Sunghyun kim [Wed, 24 Jul 2019 04:38:08 +0000 (13:38 +0900)]
Revert "[Tizen] Add KeyEventGeneratedSignal for Get KeyEvent normally"
This reverts commit
163b7a013f583bbb30e765bd6a89eee6b48e7546.
Change-Id: Iabae2707580d99363eb963d2a896bfa4cdd416d3
Sunghyun kim [Wed, 24 Jul 2019 04:37:55 +0000 (13:37 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"
This reverts commit
6e3af9669baf6cc7abb013f17c70f49775750a26.
Change-Id: If020bfde8d765a5e7b1301d13ef9176e866878f9
Sunghyun kim [Wed, 24 Jul 2019 04:37:36 +0000 (13:37 +0900)]
Revert "[Tizen] Support Client Rotation and Screen Rotation"
This reverts commit
641c43874ce1a7ec9b554440bdd4637ee8efe828.
Change-Id: I9de733b33f286321fbe8d56bda2b8678dfa7e33d
Sunghyun kim [Mon, 22 Jul 2019 07:21:06 +0000 (16:21 +0900)]
Add log for checking the size of screen
Change-Id: Idbc0a86c78258818e30717ab44d570f9f11ed57c
Adeel Kazmi [Tue, 23 Jul 2019 14:01:06 +0000 (14:01 +0000)]
Merge "Changes after removal of Core::SurfaceResized()" into devel/master
huiyu.eun [Mon, 13 May 2019 10:47:59 +0000 (19:47 +0900)]
Fix video underlay issue
Change-Id: I07fef8ee31bdc31acd68a4f1a7e34836a109ec60
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
Adeel Kazmi [Mon, 22 Jul 2019 12:54:55 +0000 (13:54 +0100)]
Changes after removal of Core::SurfaceResized()
Change-Id: I5b311ee23f631c2dd7078b1d6db98a19e200e9b8
joogab yun [Mon, 22 Jul 2019 06:09:59 +0000 (06:09 +0000)]
Merge "Fixed bug about cache of EllipsisGlyph" into devel/master
Victor Cebollada [Fri, 19 Jul 2019 08:51:35 +0000 (09:51 +0100)]
DALi Version 1.4.29
Change-Id: I36017c697557853a1d7239045f9973be72fa21b6
Joogab Yun [Fri, 19 Jul 2019 02:10:18 +0000 (11:10 +0900)]
Fixed bug about cache of EllipsisGlyph
Checking for cache usage is wrong.
For example,
when you create two TextLabels with PointSize 25, 50, ellipsis is created in one size.
ellipsis also changes according to the font size.
TextLabel ellipsisLabel = TextLabel::New( "Hello World" );
ellipsisLabel.SetSize( 170.f, 120.f );
ellipsisLabel.SetProperty( TextLabel::Property::POINT_SIZE, 25.f );
ellipsisLabel.SetProperty( TextLabel::Property::ELLIPSIS, true );
ellipsisLabel.SetPosition( 100.f, 150.f );
ellipsisLabel.SetParentOrigin( ParentOrigin::TOP_LEFT );
ellipsisLabel.SetAnchorPoint( AnchorPoint::TOP_LEFT );
stage.Add( ellipsisLabel );
TextLabel ellipsisLabel2 = TextLabel::New( "Hello World" );
ellipsisLabel2.SetSize( 170.f, 120.f );
ellipsisLabel2.SetProperty( TextLabel::Property::POINT_SIZE, 50.f );
ellipsisLabel2.SetProperty( TextLabel::Property::ELLIPSIS, true );
ellipsisLabel2.SetPosition( 100.f, 250.f );
ellipsisLabel2.SetParentOrigin( ParentOrigin::TOP_LEFT );
ellipsisLabel2.SetAnchorPoint( AnchorPoint::TOP_LEFT );
stage.Add( ellipsisLabel2 );
Change-Id: I66426a59b5cfdd68d09b9c6f862606a38d1a1986
Adeel Kazmi [Thu, 18 Jul 2019 09:37:57 +0000 (09:37 +0000)]
Merge "FBO/Texture access synchronization for multiple contexts" into devel/master
sunghyun kim [Thu, 18 Jul 2019 01:18:07 +0000 (01:18 +0000)]
Merge "Multiply the Alpha of mask to the premultiplied image" into devel/master
Richard Huang [Thu, 11 Jul 2019 14:39:22 +0000 (15:39 +0100)]
FBO/Texture access synchronization for multiple contexts
Change-Id: I5fde582e2da41542931a9c62dae6fc188f44b4e6
Wonsik Jung [Fri, 14 Jun 2019 05:51:23 +0000 (14:51 +0900)]
[Tizen] Support Client Rotation and Screen Rotation
Change-Id: Ie711063df26876d0be5034ed8b3c73227ae8dcf2
Sunghyun kim [Wed, 10 Jul 2019 03:41:46 +0000 (12:41 +0900)]
Multiply the Alpha of mask to the premultiplied image
After move MultiplyColorByAlpha() from main thread to resource thread, MultiplyColorByAlpha() is called first than ApplyMask().
In this case, the alpha value of mask is not multiplied properly to other channels in the image.
Therefore, if image is premultiplied, the other channels of the image need to multiply by alpha of mask.
Change-Id: I60c056460537db604566f080302be09a6f88d047
Adeel Kazmi [Mon, 15 Jul 2019 19:53:59 +0000 (20:53 +0100)]
(Automated Tests) Sync with Toolkit changes
Change-Id: I9522ba6300eebe7b043081195d5947dd9d20262c
Adeel Kazmi [Mon, 15 Jul 2019 08:47:41 +0000 (08:47 +0000)]
Merge "Fix trace factory compilation." into devel/master
Seungho, Baek [Mon, 15 Jul 2019 06:00:58 +0000 (15:00 +0900)]
[Tizen] Add DALi Autofill implementation
- + Fix coverity issue
This reverts commit
46389b51af179ac9a0ff0d3695cfa114ac678067.
Change-Id: I816005ef4e11dbff5c0e408066893b45c0490c02
Seungho, Baek [Mon, 15 Jul 2019 05:59:32 +0000 (14:59 +0900)]
[Tizen] Add KeyEventGeneratedSignal for Get KeyEvent normally
This reverts commit
f5e6f85ec9cb5843ca509a8731aa4e94d2a2c897.
Change-Id: I16f4b53eb609f3eb01428812be3431b7fc5f70f9
Seungho, Baek [Mon, 15 Jul 2019 05:59:14 +0000 (14:59 +0900)]
[Tizen] Modify DALI_KEY_H
This reverts commit
acfef5b7d40a004b174014aa0185d2a17f83c176.
Change-Id: Ice7096ff3a034716d77fc84b432d6d6f4c7aa80a
Seungho, Baek [Mon, 15 Jul 2019 05:58:57 +0000 (14:58 +0900)]
[Tizen] Fix video underlay issue
This reverts commit
729cae1ffd3623874fe114c433a380612202ca6e.
Change-Id: I12f0434c9b2781851d1c13fdbb5b3c7f38979e31
Seungho, Baek [Mon, 15 Jul 2019 05:58:47 +0000 (14:58 +0900)]
Merge branch 'devel/master' into tizen
Seungho, Baek [Mon, 15 Jul 2019 05:58:04 +0000 (14:58 +0900)]
Revert "[Tizen] Fix video underlay issue"
This reverts commit
9482a7dd818129bd7d1c4d8dd53a1ca770046f7d.
Seungho, Baek [Mon, 15 Jul 2019 05:58:02 +0000 (14:58 +0900)]
Revert "[Tizen] Modify DALI_KEY_H"
This reverts commit
da10d0d9867697868aac61db0ac8aff51a4fbb6e.
Seungho, Baek [Mon, 15 Jul 2019 05:57:59 +0000 (14:57 +0900)]
Revert "[Tizen] Use OpenGL es 2.0 if eglCreateContext is fail, Prevent glFinish without makeCurrent, Remove ifdef ARM in ChooseConfig"
This reverts commit
06f3b1493bab14d48356e20d0f0c4e06ba6fc28a.
Seungho, Baek [Mon, 15 Jul 2019 05:57:56 +0000 (14:57 +0900)]
Revert "[Tizen] Add KeyEventGeneratedSignal for Get KeyEvent normally"
This reverts commit
e58be6a1a7220f7d8db4ddfa998b002d6d249d75.
Seungho, Baek [Mon, 15 Jul 2019 05:57:54 +0000 (14:57 +0900)]
Revert "[Tizen] Revert "Not ref counting the windows in the adaptor"
This reverts commit
4c575a7e07b89da61dbdce3fdd5080b9d0ecbec7.
Seungho, Baek [Mon, 15 Jul 2019 05:57:52 +0000 (14:57 +0900)]
Revert "[Tizen] Call RequestUpdateOnce in OnWindowShown()"
This reverts commit
d2b9af8e8ac6cde512c30f977ee4e4fbd6baa861.
Seungho, Baek [Mon, 15 Jul 2019 05:57:50 +0000 (14:57 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"
This reverts commit
2b5a60f7398c2cc9e32cb2353eacd7b11bdac6e0.
Seungho, Baek [Mon, 15 Jul 2019 05:57:48 +0000 (14:57 +0900)]
Revert "[Tizen] Fix Coverity issues"
This reverts commit
f0892bcdbf47f364fea3ee8f7fc8b5cb79a11cb2.
Adeel Kazmi [Fri, 12 Jul 2019 17:18:48 +0000 (17:18 +0000)]
Merge "To fix coverity issue - color controller" into devel/master
Anton Obzhirov [Fri, 12 Jul 2019 15:28:32 +0000 (16:28 +0100)]
Fix trace factory compilation.
Change-Id: I75b4dc7d7c00e9ea5c9368c5c25a7796123162c7
Richard Huang [Fri, 12 Jul 2019 10:17:30 +0000 (11:17 +0100)]
DALi Version 1.4.28
Change-Id: Id7821347257976ca43e171b390d633c82d4cd694
Adeel Kazmi [Thu, 11 Jul 2019 17:39:03 +0000 (17:39 +0000)]
Merge "Add file stream API." into devel/master
Anton Obzhirov [Tue, 9 Jul 2019 09:43:07 +0000 (10:43 +0100)]
Add file stream API.
Change-Id: I8558863e04052c075f90135b3558f0d5ee1d2a12
Seoyeon Kim [Thu, 11 Jul 2019 08:51:05 +0000 (08:51 +0000)]
Merge "[Tizen] Fix Coverity issues" into tizen
Seoyeon Kim [Thu, 11 Jul 2019 01:33:14 +0000 (10:33 +0900)]
[Tizen] Fix Coverity issues
- Null pointer dereferences
- In AutofillManagerEcoreWl, some dereference ponters are compared before null check.
Change-Id: Id6e64478d933ba988e87e1cd5a6d0483b5ff3a5d
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
sunghyun kim [Wed, 10 Jul 2019 07:20:37 +0000 (07:20 +0000)]
Merge "Add log for checking window status" into devel/master
joogab yun [Wed, 10 Jul 2019 06:52:45 +0000 (06:52 +0000)]
Merge "prevent division by zero" into devel/master
Sunghyun kim [Wed, 10 Jul 2019 05:07:20 +0000 (14:07 +0900)]
Add log for checking window status
Need to print Log when window status is changed.
Change-Id: I4b825b344ef280f3a448eb115e57668a0c954db0
Joogab Yun [Mon, 8 Jul 2019 08:04:30 +0000 (17:04 +0900)]
prevent division by zero
Change-Id: I97b97da610346f75c93e3fe0ee41831f1f2b8740
Richard Huang [Mon, 8 Jul 2019 12:57:37 +0000 (13:57 +0100)]
Synchronize the window removal between main thread and render thread
Change-Id: I2ad9c459029c648d66d1dca373f5fd906ec0d6c8
Seungho, Baek [Mon, 8 Jul 2019 08:28:33 +0000 (17:28 +0900)]
To fix coverity issue - color controller
Change-Id: Id4c97209f60d1f4d6888f3fbf9f0c1bebb3504f9
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
Joogab Yun [Mon, 8 Jul 2019 07:22:10 +0000 (16:22 +0900)]
[Tizen] Add DALi Autofill implementation
This reverts commit
728bb944f795217807853b90ff640ec18c39ab51.
Change-Id: I7144420749aaa96d51de658603408a6edd7523b3
Joogab Yun [Mon, 8 Jul 2019 07:21:54 +0000 (16:21 +0900)]
[Tizen] Call RequestUpdateOnce in OnWindowShown()
This reverts commit
c5016ff383d62b3e035b2d6cc5b3007041983d67.
Change-Id: I0b932ce1a7b892dadc58108835f74f967cd8d758
Joogab Yun [Mon, 8 Jul 2019 07:21:38 +0000 (16:21 +0900)]
[Tizen] Revert "Not ref counting the windows in the adaptor
This reverts commit
840ad5a7bd784ff283b8279ba728f85ebde499e7.
Change-Id: I482dc8b3adc080e669d6f8f49d231c5e3b1c6cab
Joogab Yun [Mon, 8 Jul 2019 07:21:20 +0000 (16:21 +0900)]
[Tizen] Add KeyEventGeneratedSignal for Get KeyEvent normally
This reverts commit
4bfbbd6f98d3f0759d8533b9560e6bc11631cb32.
Change-Id: Iee6c2da990a8cf6956065ac6b8c3e6566ac1bd8f
Joogab Yun [Mon, 8 Jul 2019 07:21:04 +0000 (16:21 +0900)]
[Tizen] Use OpenGL es 2.0 if eglCreateContext is fail, Prevent glFinish without makeCurrent, Remove ifdef ARM in ChooseConfig
This reverts commit
bf82705c82c13f5524851e8af7d603d1c0aa57c4.
Change-Id: I6babf36c278d63711691d06371d4b9d21a6d24b1
Joogab Yun [Mon, 8 Jul 2019 07:20:35 +0000 (16:20 +0900)]
[Tizen] Modify DALI_KEY_H
This reverts commit
eab7c27718f1fb542effa68fb3e94b2020f9903d.
Change-Id: I6df9f2dee7db1e36ad67a7c6665540a312f9091d
Joogab Yun [Mon, 8 Jul 2019 07:20:11 +0000 (16:20 +0900)]
[Tizen] Fix video underlay issue
This reverts commit
0e542d2c071b28da232aa2827a18935a01592484.
Change-Id: I5437ae3aada558178afc1633f2022e42171232b9
Joogab Yun [Mon, 8 Jul 2019 07:19:43 +0000 (16:19 +0900)]
Merge branch 'devel/master' into tizen
Joogab Yun [Mon, 8 Jul 2019 07:19:36 +0000 (16:19 +0900)]
Revert "[Tizen] Fix video underlay issue"
This reverts commit
8d7bce0c37ac45576bba33e4d23e0afca9a0ffd7.
Joogab Yun [Mon, 8 Jul 2019 07:19:27 +0000 (16:19 +0900)]
Revert "[Tizen] Modify DALI_KEY_H"
This reverts commit
ab664cb6098bfdb376348ac20139d8d248244ed5.
Joogab Yun [Mon, 8 Jul 2019 07:19:21 +0000 (16:19 +0900)]
Revert "[Tizen] Use OpenGL es 2.0 if eglCreateContext is fail, Prevent glFinish without makeCurrent, Remove ifdef ARM in ChooseConfig"
This reverts commit
42f3204bda7eb518d520bc139e12e5150a713cd4.
Joogab Yun [Mon, 8 Jul 2019 07:19:18 +0000 (16:19 +0900)]
Revert "[Tizen] Add KeyEventGeneratedSignal for Get KeyEvent normally"
This reverts commit
b6638d1d482ffe99070563644bf3652f46c9db2d.
Joogab Yun [Mon, 8 Jul 2019 07:19:15 +0000 (16:19 +0900)]
Revert "[Tizen] Revert "Not ref counting the windows in the adaptor""
This reverts commit
5afb6598f1b122e8119f46992225b86415002750.
Joogab Yun [Mon, 8 Jul 2019 07:19:12 +0000 (16:19 +0900)]
Revert "[Tizen] Call RequestUpdateOnce in OnWindowShown()"
This reverts commit
3495ad5c6a022dbeabc6a577d99f73061ce6f51c.
Joogab Yun [Mon, 8 Jul 2019 07:19:09 +0000 (16:19 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"
This reverts commit
0c4ad7f374ecefa03be017f2512e002215dcd880.
Wonsik Jung [Mon, 8 Jul 2019 00:08:42 +0000 (00:08 +0000)]
Merge "Tizen specific wl_egl_window APIs is replaced." into devel/master
Adeel Kazmi [Fri, 5 Jul 2019 16:13:01 +0000 (16:13 +0000)]
Merge "Check EGL_KHR_Create_Context extension, Prevent glFinish without makeCurrent, Remove ifdef ARM in ChooseConfig" into devel/master
Anton Obzhirov [Tue, 2 Jul 2019 10:16:46 +0000 (11:16 +0100)]
All file read operations should be done through FileLoader.
Change-Id: I8709b060504f76a35d3abc5ef6500fa29320f897
Adeel Kazmi [Fri, 5 Jul 2019 09:45:32 +0000 (09:45 +0000)]
Merge "DALi Version 1.4.27" into devel/master
Wonsik Jung [Wed, 3 Jul 2019 09:30:20 +0000 (18:30 +0900)]
Tizen specific wl_egl_window APIs is replaced.
Tizen Specific wl_egl_window APIs and symbols will be replaced
and previous APIs will be removed.
Most of changes are prefix in APIs and symbol.
This chagnes is valid since Tizen 5.0
Change-Id: Ie272d03772201055080831dcbefbf43fe84e1c92
György Straub [Fri, 5 Jul 2019 07:55:51 +0000 (08:55 +0100)]
DALi Version 1.4.27
Change-Id: I1fcd2d722d4c9388c2dd249df96f35a2ecc34ee5
Heeyong Song [Fri, 5 Jul 2019 01:52:38 +0000 (01:52 +0000)]
Merge "Call RequestUpdateOnce in OnWindowShown()" into devel/master
Seungho, Baek [Thu, 4 Jul 2019 23:42:34 +0000 (08:42 +0900)]
Check EGL_KHR_Create_Context extension, Prevent glFinish without makeCurrent, Remove ifdef ARM in ChooseConfig
- If EGL_KHR_Create_Context extension is not supported, Do not use EGL_CONTEXT_MINOR_VERSION_KHR
- Without any Current Context, do not call glFinish
- Remove ARM condition in the ChooseConfig
Change-Id: I3d0ac92b4ac2cb1404716a4581d654fa7c6d41ac
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
Adeel Kazmi [Thu, 4 Jul 2019 16:42:36 +0000 (16:42 +0000)]
Revert "Check EGL_KHR_Create_Context extension, Prevent glFinish without makeCurrent, Remove ifdef ARM in ChooseConfig"
This reverts commit
baa3e991beacd0343e825bee0d49d0f8ea6a1700.
Reason for revert: Cannot launch any demos on mobile target anymore.
Change-Id: I9bbe96afabe7e1cdc715df8147b874d6b317df4d
Seungho, Baek [Wed, 12 Jun 2019 08:12:13 +0000 (17:12 +0900)]
Check EGL_KHR_Create_Context extension, Prevent glFinish without makeCurrent, Remove ifdef ARM in ChooseConfig
- If EGL_KHR_Create_Context extension is not supported, Do not use EGL_CONTEXT_MINOR_VERSION_KHR
- Without any Current Context, do not call glFinish
- Remove ARM condition in the ChooseConfig
Change-Id: I27cf679943694f91329454e63441a100ab04e706
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
Heeyong Song [Tue, 25 Jun 2019 06:26:25 +0000 (15:26 +0900)]
Call RequestUpdateOnce in OnWindowShown()
Rendering should be done when a window is shown.
But the Adaptor may be in the running state (when other windows are shown). So call RequestUpdateOnce() in that case.
Change-Id: I5c3725fd171c0d93fdfbf00362e239fb66716fb6
Wonsik Jung [Mon, 1 Jul 2019 05:24:39 +0000 (14:24 +0900)]
[Tizen] Add DALi Autofill implementation
This reverts commit
ae6f91cae798cc97cacf9519b871354835bd76e1.
Wonsik Jung [Mon, 1 Jul 2019 05:24:12 +0000 (14:24 +0900)]
[Tizen] Call RequestUpdateOnce in OnWindowShown()
This reverts commit
eef6cafea2259fd596e2cc5188d3a3854f0e12a0.
Wonsik Jung [Mon, 1 Jul 2019 05:23:45 +0000 (14:23 +0900)]
[Tizen] Revert "Not ref counting the windows in the adaptor"
This reverts commit
dc9121a2b803a0cc54409670145c9f6fcc4e003f.
Wonsik Jung [Mon, 1 Jul 2019 05:23:07 +0000 (14:23 +0900)]
[Tizen] Add KeyEventGeneratedSignal for Get KeyEvent normally
This reverts commit
9f9eac128c398132605871d1c7a8967ba2288b59.