Use GL ES 2 on desktop.
authorViatcheslav Ostapenko <sl.ostapenko@samsung.com>
Wed, 8 Oct 2014 16:37:40 +0000 (12:37 -0400)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commit70f376404b14a3836d527197711d2c106f6fada4
tree9d7b1cd1080cbdb02de8188edef013d7fb2cae4d
parentcfb255d4ce97236962492eade73ac1b38a112b1b
Use GL ES 2 on desktop.

Switch desktop build to use OpenGL ES 2.
This will make it use common rendering path with phone and a lot of graphics
features would be easier to develop.

Requires install additional ubuntu package and rebuild of dependencies.

To make it work do:

sudo apt-get install libgles2-mesa-dev
rm -rf out.x64/Dependencies/jhbuild.stamp out.x64/Dependencies/Root
./build/build_desktop.sh --debug

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=5599

Change-Id: I10b67a7c8f11f6800cffd8ed1454ecc6561fb45a
Signed-off-by: Viatcheslav Ostapenko <sl.ostapenko@samsung.com>
tizen_src/build/jhbuild/jhbuild.modules
tizen_src/impl/browser/renderer_host/render_widget_host_view_efl.cc
tizen_src/impl/command_line_efl.cc
tizen_src/impl/gl/gl_current_context_efl.cc