efl/src/modules/evas
Jean-Philippe Andre 03ab2e27c8 Evas GL common: Create OpenGL ES 3.x contexts by default
Automatically fallback to OpenGL ES 2.0 if OpenGL ES 3 is not supported.
This is a first step in trying to support GLES 3 for Evas GL.

This commit is also a wild test to see whether using GLES 3 contexts
by default will break anything. The theory says that GLES 3 is
backwards compatible with GLESv2.

So, if anything GL breaks for you... scream loudly!
But before reporting any bugs, please set the env variable:
- export EVAS_GL_DISABLE_GLES3=1

This does not add any requirement for GLESv3 support.
2015-03-05 20:59:53 +09:00
..
engines Evas GL common: Create OpenGL ES 3.x contexts by default 2015-03-05 20:59:53 +09:00
image_loaders evas-image-loaders: Fix compiler warning of comparison between signed 2015-01-27 11:04:51 -05:00
image_savers evas: preparation of places for model_saver_loader separated from image_saver_loader. 2014-12-23 21:13:43 +01:00
model_loaders evas-3d: fix incorrect reading of .obj file which had an empty line before data in unix encoding. 2015-02-26 21:06:38 +01:00
model_savers evas: Evas_3D - iport/export of Obj format can be read even if obj-file does not have normals or tex-coords. 2015-02-11 18:31:53 +01:00