summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Rusty Lynch [Fri, 12 Apr 2013 19:50:46 +0000 (12:50 -0700)]
Cutting a release with hw accelerated video fixed
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
Rusty Lynch [Mon, 8 Apr 2013 20:34:41 +0000 (13:34 -0700)]
Updating changelog for release
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.
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.
Rusty Lynch [Thu, 28 Mar 2013 20:47:55 +0000 (13:47 -0700)]
updating changelog for release
Rusty Lynch [Wed, 27 Mar 2013 23:54:22 +0000 (16:54 -0700)]
Fix gles detection
Jaska Uimonen [Wed, 6 Mar 2013 13:33:53 +0000 (15:33 +0200)]
tagging audio streams and changing audio sink to pulseaudio
Rusty Lynch [Thu, 21 Mar 2013 00:36:09 +0000 (17:36 -0700)]
update changelog for release
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>
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
HyungKyu Song [Fri, 15 Feb 2013 15:28:07 +0000 (00:28 +0900)]
Tizen 2.0 Release
Eunkyoung Kim [Fri, 6 Jan 2012 13:20:27 +0000 (22:20 +0900)]
Initial empty repository