summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "ecore: fix path comparison in Ecore_File test suite."devs/stefan/unit-test-debugStefan Schmidt2015-02-121-28/+5
* tests/evas: Disable segfaulting evas_object_mesh_loader_saverStefan Schmidt2015-02-121-1/+1
* eina: Fix MacOS X build with clang 3.6.Guilherme Lepsch2015-02-122-2/+3
* Revert "Evas GL: Add support for uniforms in the shaders"Jean-Philippe Andre2015-02-129-145/+76
* Revert "Evas GL common: Use uniform instead of attribute for sample"Jean-Philippe Andre2015-02-1228-180/+235
* Evas GL common: Improve code readability (simplify macro)Jean-Philippe Andre2015-02-1212-633/+142
* Evas GL common: Simplify GL pipe code with macrosJean-Philippe Andre2015-02-121-150/+39
* Evas GL common: Call glGetUniformLocation as early as possibleJean-Philippe Andre2015-02-123-10/+39
* Evas GL common: Use uniform instead of attribute for sampleJean-Philippe Andre2015-02-1228-233/+180
* evas - render - have lock point to allow for async obj walk + update addCarsten Haitzler (Rasterman)2015-02-1226-75/+488
* ecore-drm: Print error when taking control of a device failsChris Michael2015-02-111-0/+6
* eldbus: Fix formattingChris Michael2015-02-111-1/+2
* ecore-drm: Disable/Enable inputs if we release/aquire VT through logindChris Michael2015-02-111-0/+9
* ecore-drm: Disable/Enable inputs if we release/acquire the VTChris Michael2015-02-111-0/+6
* evas: Evas_3D - iport/export of Obj format can be read even if obj-file does ...Bogdan Devichev2015-02-1115-2654/+768
* evas: example for Evas_3D color pickOleksandr Shcherbina2015-02-116-0/+6045
* evas: Evas_3D - mechanism for finding node by color pick.Oleksandr Shcherbina2015-02-117-6/+242
* evas: add image orient set/get API in software backend for now.kabeer khan2015-02-1110-1/+641
* edje: add 3D models to edje_cc.perepelits.m2015-02-111-0/+96
* ecore_con: add ecore con client functions for testing.Srivardhan Hebbar2015-02-111-8/+19
* eina: fix directory listing on windows when directory is empty.Nicolas Aguirre2015-02-111-7/+15
* ecore_con: EAGAIN is replaced by WSAEWOULDBLOCK on Windows.Guillaume Friloux2015-02-111-0/+4
* ecore: improve network events handling on Windows.Guillaume Friloux2015-02-112-6/+4
* ecore_con: do not load /etc/hosts on Windows.Guillaume Friloux2015-02-111-2/+3
* ecore: add FD_CLOSE, FD_ACCEPT and FD_CONNECT for sockets on Windows.Guillaume Friloux2015-02-111-0/+2
* ecore_con: make disconnects work on Windows.Guillaume Friloux2015-02-111-0/+7
* ecore_con: fix use of FormatMessage for error reporting on windows.Guillaume Friloux2015-02-111-3/+4
* ecore_con: silent warning with send() usage.Guillaume Friloux2015-02-111-8/+8
* ecore_con: use send() instead of write() for portability.Guillaume Friloux2015-02-111-5/+1
* ecore_con: use recv() instead of read for better portability.Guillaume Friloux2015-02-111-4/+6
* ecore_con: fix _ecore_con_server_flush on Windows.Guillaume Friloux2015-02-111-5/+35
* ecore_con: Fix checks from socket() and accept() under windows.Nicolas Aguirre2015-02-111-13/+25
* ecore_con: use SOCKET and not int for socket descriptors on win32Guillaume Friloux2015-02-111-0/+8
* ecore_con: use ioctlsocket() when building for windows.Guillaume Friloux2015-02-111-3/+43
* ecore: directly allocating and freeing Ecore_Win32_Handler variable.michelle legrand2015-02-111-3/+3
* eio: check that the file to be monitored is not an empty string.michelle legrand2015-02-111-0/+3
* eolian: add right extension to eolian_gen if we are on Windowsmichelle legrand2015-02-112-8/+3
* eina: fix Eina_Log to only try to free non deleted log.michelle legrand2015-02-111-4/+10
* eina: correctly handle and report Eina_File error on Windows.Adrien Nader2015-02-111-1/+12
* eina: remove Eina_Counter and use provided Windows posix compatible implement...Adrien Nader2015-02-113-79/+0
* eina: remove Windows specific thread implementation and rely on posix complia...Adrien Nader2015-02-117-905/+9
* ecore-drm should not use sscanf when getting logind vtMike Blumenkrantz2015-02-101-5/+12
* Eina tmpstr: Fix tmpstr_strlen.Tom Hacohen2015-02-101-1/+2
* Evas masking: Force BLEND mode in case of image masking (GL)Jean-Philippe Andre2015-02-101-4/+10
* evas/software_x11: Restore legacy compatibility with old SLP DRMJean-Philippe Andre2015-02-101-22/+60
* evas/software_x11: replace drm_slp with tbmDongyeon Kim2015-02-101-60/+56
* Evas sw_x11: Fix previous patchesJean-Philippe Andre2015-02-101-13/+20
* evas/software_x11: implement tbm native surface typeDongyeon Kim2015-02-106-28/+380
* evas/software_x11: implement native surface set for x11 typeDongyeon Kim2015-02-106-3/+225
* evas/gl_x11: introduce tbm native surface typeDongyeon Kim2015-02-1015-2/+461