Evas GL: Add evas_gl_surface_query
authorJean-Philippe Andre <jp.andre@samsung.com>
Fri, 19 Sep 2014 06:17:08 +0000 (15:17 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Mon, 20 Oct 2014 03:16:08 +0000 (12:16 +0900)
commit29e7f54ea0458e4634fd0d9d3f1290063a1bdbf3
tree1d97d06b2a343de013dd78aaf9e2e99a2fea1f40
parent81bf993c6cb234e2b4550625bbba32a47183d1b5
Evas GL: Add evas_gl_surface_query

When using EGL, this function should return the properties of
a surface. Limited to a subset of known attributes.

Right now, this function will only work fine with EGL.
GLX support or any other engine is not implemented.

@feature
src/lib/evas/Evas_GL.h
src/lib/evas/canvas/evas_gl.c
src/lib/evas/include/evas_private.h
src/modules/evas/engines/gl_generic/evas_engine.c
src/modules/evas/engines/software_generic/evas_engine.c