summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Evas GL: Minimize internal resource creationdevs/spacegrapher/evasglDongyeon Kim2015-10-196-195/+274
* evas gl common - remove unused struct fields from shader src to save memCarsten Haitzler (Rasterman)2015-10-194-1891/+945
* evas gl - fix big endian fully by adding a host of new img shadersCarsten Haitzler (Rasterman)2015-10-188-20/+13210
* evas bigendian fix - only fix img shaders as only these src pixelsCarsten Haitzler (Rasterman)2015-10-183-112/+112
* evas gl fix color on bigendian with gl engineCarsten Haitzler (Rasterman)2015-10-187-4/+9324
* eo - another 1.5 percent speedup in eo_bench eo_do by removing err handlCarsten Haitzler (Rasterman)2015-10-171-24/+1
* evas - clean if check to be a single return point for clarityCarsten Haitzler (Rasterman)2015-10-171-2/+1
* ecore-evas-wayland: add frame callback listener during renderMike Blumenkrantz2015-10-162-1/+26
* Revert "ecore-wayland: Redo window animators to not use Custom source animators"Mike Blumenkrantz2015-10-162-54/+0
* Eo do: Reuse stack fetching across eo functions.Tom Hacohen2015-10-162-20/+28
* Eo do: optimise getting the thread call stack for the main loop thread.Tom Hacohen2015-10-161-13/+20
* Eo: Move mainloop checks inside Eo.Tom Hacohen2015-10-162-7/+5
* Eo events: Add a struct member marking if it's a legacy event or not.Tom Hacohen2015-10-164-26/+10
* Evas GL: SW engine CID fixesJean-Philippe Andre2015-10-161-3/+1
* Evas: Fix image orientation with GL engineJean-Philippe Andre2015-10-161-1/+2
* evas - add another layer->evas check in addition to layerCarsten Haitzler (Rasterman)2015-10-161-1/+1
* evas - was missing evlogs for the threaded rendering handling - fixCarsten Haitzler (Rasterman)2015-10-151-0/+4
* edje: load - use evas_object_clipees_has instead of evas_object_clipees_getAmitesh Singh2015-10-151-1/+1
* evas: render - use evas_object_clipees_has instead of evas_object_clipees_getAmitesh Singh2015-10-151-1/+1
* Tests: use eina_environment_tmp_get()Vincent Torri2015-10-152-24/+2
* Evas GL: Add more testsJean-Philippe Andre2015-10-151-23/+281
* Evas GL: Add test case for surfaceless contextsJean-Philippe Andre2015-10-151-35/+58
* Evas GL: Add EGL_KHR_surfaceless_context since it is supportedJean-Philippe Andre2015-10-151-0/+5
* Evas GL: Error out on surfaceless make_current with OSMesaJean-Philippe Andre2015-10-151-9/+14
* Evas GL: Don't call eglMakeCurrent if already nullJean-Philippe Andre2015-10-151-0/+4
* ecore_imf/wayland: Add NULL check for text_input_manager.Seunghun Lee2015-10-151-0/+3
* evas: no need to compute clippees list if we just want to know if there is any.Cedric BAIL2015-10-141-1/+1
* Eo: Fix confusing indentation and style.Tom Hacohen2015-10-141-2/+3
* ecore-evas-wayland: Don't use custom animators for frame callbacksChris Michael2015-10-142-2/+2
* ecore-wayland: Redo window animators to not use Custom source animatorsChris Michael2015-10-142-0/+54
* ecore: fix usage eina_condition_timedwait to use relative time instead of abs...Cedric BAIL2015-10-141-1/+1
* evas filter: silent coverity on self assignmentAmitesh Singh2015-10-141-1/+1
* edje_edit: Fix clang warning of unused variablesChris Michael2015-10-141-4/+0
* ecore-evas-wayland-egl: Fix clang warning about extra parenthesesChris Michael2015-10-141-2/+2
* ecore-drm: Add missing field initializers for vt_modeChris Michael2015-10-142-4/+4
* evas: Fix clang warning for missing field 'async' in default_stateChris Michael2015-10-141-1/+1
* Evas GL: Fix support for the SW engines (OSMesa)Jean-Philippe Andre2015-10-142-12/+51
* Evas GL: Improve ERR log (direct rendering failed)Jean-Philippe Andre2015-10-141-2/+4
* Evas GL: Add a test case for Evas GL (make check)Jean-Philippe Andre2015-10-144-0/+253
* Evas GL: Implement glGetString wrapper for OSMesaJean-Philippe Andre2015-10-141-6/+49
* Evas GL: Minor changes inside glGetStringJean-Philippe Andre2015-10-141-9/+13
* Evas GL: Avoid make_current(0,0) during destroyJean-Philippe Andre2015-10-141-41/+42
* gl_x11: val can be everything expected 0 to mean trueMarcel Hollerbach2015-10-141-2/+2
* Eina: fix memory leak in eina_file_open()Vincent Torri2015-10-141-22/+8
* Eina: fix eina_file_current_directory_get()Vincent Torri2015-10-141-9/+7
* Eina: fix spelling in eina_tmpstr documentationVincent Torri2015-10-141-3/+3
* Evil: set EAPI correctly in pwd.hVincent Torri2015-10-141-0/+18
* evas gl engine - typo remove from previous commitCarsten Haitzler (Rasterman)2015-10-141-1/+1
* evas - obj destructrion - handle when obj layer is partly destroyedCarsten Haitzler (Rasterman)2015-10-142-7/+7
* evas - fix evlog to push and pop properlyCarsten Haitzler (Rasterman)2015-10-141-1/+1