GLView: Add new APIs to match Evas GL
authorJean-Philippe Andre <jp.andre@samsung.com>
Mon, 20 Oct 2014 04:37:28 +0000 (13:37 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Mon, 20 Oct 2014 04:37:28 +0000 (13:37 +0900)
commit1adff0ae3cd43bf7ffedf5c923ffad0726e2d994
tree2731dc598303ee7de54c69992a0916a2aaa3eb55
parent823c7b87be84b623a3c81dbcf0537bd192d43713
parent84ec02920233e52c185ae65aeb04c6381d22cbcd
GLView: Add new APIs to match Evas GL

This adds the following new features, based on Evas GL:
- rotation_get
- evas_gl_get
- client-side rotation
- precise stencil and depth buffer selection

The changes follow recent changes in EFL.

Merge branch 'devs/jpeg/evasgl'