profile/ivi/webkit-efl.git
11 years agoupdating changelog for release 42/3342/1 2.0 accepted/2.0/20130416.202346 submit/2.0/20130416.201748
Rusty Lynch [Tue, 16 Apr 2013 20:15:49 +0000 (13:15 -0700)]
updating changelog for release

11 years agoMerge changes I6e154445,I7e0db439 into 2.0
Rusty Lynch [Tue, 16 Apr 2013 19:39:54 +0000 (12:39 -0700)]
Merge changes I6e154445,I7e0db439 into 2.0

* changes:
  Enable TIZEN_WEBKIT2_TILED_AC_SHARED_PLATFORM_SURFACE back
  Implement EGL Lock Surface extension runtime check

11 years agochanging media role to browser and moving resource allocation before building the... 37/3337/1
Jaska Uimonen [Tue, 16 Apr 2013 09:42:57 +0000 (12:42 +0300)]
changing media role to browser and moving resource allocation before building the pipeline.

11 years agoEnable TIZEN_WEBKIT2_TILED_AC_SHARED_PLATFORM_SURFACE back 36/3336/1
Mikko Ylinen [Tue, 16 Apr 2013 11:18:51 +0000 (14:18 +0300)]
Enable TIZEN_WEBKIT2_TILED_AC_SHARED_PLATFORM_SURFACE back

TIZEN_WEBKIT2_TILED_AC_SHARED_PLATFORM_SURFACE is needed to get HW accelerated
video. It can be re-enabled after EGL Lock Surface runtime check is implemented.

Change-Id: I6e154445c2682746c6107d929b0375cca8b6612f
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
11 years agoImplement EGL Lock Surface extension runtime check 35/3335/1
Kalyan Kondapally [Tue, 16 Apr 2013 11:05:33 +0000 (14:05 +0300)]
Implement EGL Lock Surface extension runtime check

mesa does not support EGL Lock Surface extension which causes webpage rendering
to fail if ENABLE_TIZEN_WEBKIT2_TILED_AC_SHARED_PLATFORM_SURFACE is enabled.

ENABLE_TIZEN_WEBKIT2_TILED_AC_SHARED_PLATFORM_SURFACE is still needed for
HW accelerated video and WebGL. With this patch,
ENABLE_TIZEN_WEBKIT2_TILED_AC_SHARED_PLATFORM_SURFACE can be enabled and
web pages still render correctly.

Change-Id: I7e0db439896f35ad50f4d3443a229b285f11a737
Signed-off-by: Kalyan Kondapally <kalyan.kondapally@intel.com>
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
11 years agoCutting a release with hw accelerated video fixed 22/3322/1 accepted/2.0/20130412.194801 submit/2.0/20130412.195130
Rusty Lynch [Fri, 12 Apr 2013 19:50:46 +0000 (12:50 -0700)]
Cutting a release with hw accelerated video fixed

11 years agoFix EGLConfig for shared video platform surface 19/3319/1
Zhao Halley [Thu, 11 Apr 2013 07:26:18 +0000 (15:26 +0800)]
Fix EGLConfig for shared video platform surface

[Title] Fix EGLConfig for shared video platform surface
[Issue#] https://bugs.tizen.org/jira/browse/TIVI-436
[Problem] EGLConfig fails on MESA egl
[Cause] Strict EGLConfig isn't necessary for video Pixmap surface
[Solution] drop unnecessary EGLConfig:
    remove EGL_MATCH_FORMAT_KHR/EGL_FORMAT_RGBA_8888_EXACT_KHR
        MESA egl doesn't implement EGL_MATCH_FORMAT_KHR feature.
        Anyway, I don't think it's important for video case;
        because Pixmap is native content, its format depends on
        gfx driver and matches with gfx driver.
    remove EGL_SURFACE_TYPE/EGL_LOCK_SURFACE_BIT_KHR
        EGL_LOCK_SURFACE_BIT_KHR is not necessary.
        since video has dedicate graphics layer, there is no
        CPU operation on it in hw accelerated video path

11 years agoUpdating changelog for release 96/3296/1 accepted/2.0/20130408.212701 submit/2.0/20130408.203639
Rusty Lynch [Mon, 8 Apr 2013 20:34:41 +0000 (13:34 -0700)]
Updating changelog for release

11 years agoAdditional tagging for audio streams. 92/3292/1
Jaska Uimonen [Mon, 8 Apr 2013 09:09:18 +0000 (12:09 +0300)]
Additional tagging for audio streams.

This is needed because 2.0 webkit uses libmm
audio policy. This was not in 2.0 alpha.

11 years agoAdded patches from Sudarsana Nagineni and Kalyan Kondapally to disable calls to unsup... 87/3287/1 accepted/2.0/20130405.204936 submit/2.0/20130405.211203
brianjjones [Fri, 5 Apr 2013 20:46:28 +0000 (13:46 -0700)]
Added patches from Sudarsana Nagineni and Kalyan Kondapally to disable calls to unsupported EGL_KHR_lock_surface and make alternative calls.  Webkit now renders pages and webapps as it should.

11 years agoupdating changelog for release 47/3247/1 accepted/2.0/20130328.203230 submit/2.0/20130328.205025
Rusty Lynch [Thu, 28 Mar 2013 20:47:55 +0000 (13:47 -0700)]
updating changelog for release

11 years agoFix gles detection 46/3246/1
Rusty Lynch [Wed, 27 Mar 2013 23:54:22 +0000 (16:54 -0700)]
Fix gles detection

11 years agotagging audio streams and changing audio sink to pulseaudio 37/3237/1
Jaska Uimonen [Wed, 6 Mar 2013 13:33:53 +0000 (15:33 +0200)]
tagging audio streams and changing audio sink to pulseaudio

11 years agoupdate changelog for release 97/3197/1 accepted/2.0/20130322.003418 submit/2.0/20130321.003811 submit/2.0/20130321.230030
Rusty Lynch [Thu, 21 Mar 2013 00:36:09 +0000 (17:36 -0700)]
update changelog for release

11 years agoFix TIVI-504 (backport of trac.webkit.org/changeset/144137) 96/3196/1
Geoffroy Van Cutsem [Wed, 13 Mar 2013 05:50:24 +0000 (06:50 +0100)]
Fix TIVI-504 (backport of trac.webkit.org/changeset/144137)
Enable DFG JIT for x86 (performance improvement)

Change-Id: I9568df72e6667afd62b1071a5b644fecbeff0116
Signed-off-by: Yuqiang Xian <yuqiang.xian@intel.com>
Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
11 years agoBranch the Tizen:2.0:Main ver, fix spec to use correct libs; add .changes accepted/2.0/20130316.003744 submit/2.0/20130315.215955
Graydon, Tracy [Fri, 15 Mar 2013 21:34:58 +0000 (14:34 -0700)]
Branch the Tizen:2.0:Main ver, fix spec to use correct libs; add .changes

11 years agoTizen 2.0 Release
HyungKyu Song [Fri, 15 Feb 2013 15:28:07 +0000 (00:28 +0900)]
Tizen 2.0 Release

12 years agoInitial empty repository
Eunkyoung Kim [Fri, 6 Jan 2012 13:20:27 +0000 (22:20 +0900)]
Initial empty repository