summaryrefslogtreecommitdiff
path: root/src/lib/evas/canvas/evas_gl.c
Commit message (Expand)AuthorAgeFilesLines
* evas gl: Properly verify that Evas GL worksJean-Philippe Andre2018-01-171-1/+4
* evas: stat introducing a concept of engine and output in the backend.Cedric BAIL2017-05-121-0/+1
* evas: remove engine.data.output.Cedric BAIL2017-04-241-20/+20
* all: use void if we really want to make sure we do not accept parametersStefan Schmidt2016-12-061-1/+1
* Eo: Finish the renaming of Eo to the EFL.Tom Hacohen2016-08-151-4/+4
* Evas GL: Add new API to get current Evas GLJean-Philippe Andre2015-10-021-1/+43
* Evas GL: Fix sync, wlbuffer and image egl ext functionsJean-Philippe Andre2015-07-171-2/+13
* Evas GL: Fix internal function pointerJean-Philippe Andre2015-07-161-12/+12
* Evas GL: support surfaceless make currentDongyeon Kim2015-06-031-0/+2
* Evas GL: Add support for Evas GL 3.0mythri.venugopal2015-03-161-1/+1
* Evas GL: string_query returns a const char *Jean-Philippe Andre2014-10-271-1/+1
* Evas GL: Fix unused variableJean-Philippe Andre2014-10-221-1/+1
* Evas GL: Add support for OpenGL-ES 1.1 (part 1)Jean-Philippe Andre2014-10-201-8/+37
* Evas GL: Fix compilation for EGL/GLESJean-Philippe Andre2014-10-201-0/+8
* Evas GL: Add support for pbuffer surfacesJean-Philippe Andre2014-10-201-0/+56
* Evas GL: Add evas_gl_surface_queryJean-Philippe Andre2014-10-201-0/+26
* Evas GL: Return safe empty string "" instead of NULLJean-Philippe Andre2014-10-201-1/+1
* Evas GL: Add API evas_gl_rotation_getJean-Philippe Andre2014-10-201-0/+13
* Evas GL: Fix runtime linking issuesJean-Philippe Andre2014-10-201-1/+2
* Evas GL: Add safety checks for missing functionsJean-Philippe Andre2014-10-201-0/+14
* Evas GL: Add APIs to get current surface/contextJean-Philippe Andre2014-10-201-0/+62
* Evas GL: Add API evas_gl_error_get()Jean-Philippe Andre2014-10-201-2/+140
* Evas GL: Add some thread safetyJean-Philippe Andre2014-10-201-5/+20
* Evas canvas eolian: Fix namespace and class name for the evas canvas.Tom Hacohen2014-06-301-1/+1
* do not use EINA_FALSE instead of NULLJérémy Zurcher2014-05-071-2/+2
* evas: Keep sane name for public headerSebastian Dransfeld2013-06-201-1/+1
* revert the revert... damn you git!Carsten Haitzler (Rasterman)2013-05-021-1/+2
* Revert "Efl: replace eo_data_get for objects data referencing."Carsten Haitzler (Rasterman)2013-05-021-2/+1
* Efl: replace eo_data_get for objects data referencing.Daniel Zaoui2013-05-011-1/+2
* merge: and now EvasVincent Torri2012-11-041-0/+289