Support for rendering video frame of type NATIVE PIXMAP(PATCH 2) 1)Implementation...
authoruzair.jaleel <uzair.jaleel@samsung.com>
Thu, 27 Nov 2014 14:44:38 +0000 (20:14 +0530)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commit7f24e27fe4c9b294619f138c96f1ed2a9151adeb
tree025f4d6e93f64d7c98e02ae3b7a2f1d502ddb212
parenteb6a0db314fda67d7b3a1ab12b6c26b515ae2ae7
Support for rendering video frame of type NATIVE PIXMAP(PATCH 2) 1)Implementation for creating,binding and destroying egl image for each tile. 2)Utility functions for creating efl pixmap,DRI2 drawables and native buffer manager support.

http://107.108.218.239/bugzilla/show_bug.cgi?id=4908

Original author: Prashant Kisanrao Nevase

Change-Id: I5a1640a96738c7f0c8249d19f73e7087b03fbcd3
Signed-off-by: uzair.jaleel <uzair.jaleel@samsung.com>
12 files changed:
tizen_src/impl/chromium-efl.gyp
tizen_src/impl/chromium-efl.gypi
tizen_src/impl/content/common/gpu/client/gpu_memory_buffer_impl_efl.cc [new file with mode: 0644]
tizen_src/impl/content/common/gpu/client/gpu_memory_buffer_impl_efl_pixmap.cc [new file with mode: 0644]
tizen_src/impl/content/common/gpu/client/gpu_memory_buffer_impl_efl_pixmap.h [new file with mode: 0644]
tizen_src/impl/content/common/gpu/gpu_memory_buffer_factory_efl.cc [new file with mode: 0644]
tizen_src/impl/content/common/gpu/gpu_memory_buffer_factory_efl_pixmap.cc [new file with mode: 0644]
tizen_src/impl/content/common/gpu/gpu_memory_buffer_factory_efl_pixmap.h [new file with mode: 0644]
tizen_src/impl/ui/gl/efl_pixmap.cc [new file with mode: 0644]
tizen_src/impl/ui/gl/efl_pixmap.h [new file with mode: 0644]
tizen_src/impl/ui/gl/gl_image_efl_pixmap.cc [new file with mode: 0644]
tizen_src/impl/ui/gl/gl_image_efl_pixmap.h [new file with mode: 0644]