Cedric BAIL [Wed, 19 Aug 2015 14:12:29 +0000 (16:12 +0200)]
ector: fix naming and forcing this inline function to be static.
Cedric BAIL [Wed, 19 Aug 2015 14:06:39 +0000 (16:06 +0200)]
evas: fix ref/unref of ector renderer to always happen in the main loop.
Subhransu Mohanty [Mon, 17 Aug 2015 07:00:34 +0000 (16:00 +0900)]
ector: remove depricated file ector_blend_private.h
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Subhransu Mohanty [Mon, 17 Aug 2015 06:55:18 +0000 (15:55 +0900)]
ector: add SSE2 support for gradient filling in software backend.
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Subhransu Mohanty [Mon, 17 Aug 2015 06:42:48 +0000 (15:42 +0900)]
ector: add NEON support for composition function in software backend.
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Subhransu Mohanty [Mon, 17 Aug 2015 06:36:57 +0000 (15:36 +0900)]
ector: add sse2 support for composition function in software backend.
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Subhransu Mohanty [Mon, 17 Aug 2015 06:18:26 +0000 (15:18 +0900)]
ector: refactored software drawing backend to use composition function.
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Subhransu Mohanty [Mon, 17 Aug 2015 06:24:50 +0000 (15:24 +0900)]
ector: add alpha field to gradient data.
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Subhransu Mohanty [Mon, 17 Aug 2015 05:44:46 +0000 (14:44 +0900)]
ector: add dash stroking feature in software backend.
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Subhransu Mohanty [Mon, 17 Aug 2015 05:26:40 +0000 (14:26 +0900)]
ector: refactored shape generation in software backend.
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Subhransu Mohanty [Mon, 17 Aug 2015 04:59:59 +0000 (13:59 +0900)]
ector: remove wrong implementation of singleton in software_surface class.
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Subhransu Mohanty [Mon, 17 Aug 2015 04:54:49 +0000 (13:54 +0900)]
ector: fix memory leak in software backend when using shape.
Mixin destructor are not called, so we need to explicitely call it.
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Subhransu Mohanty [Mon, 17 Aug 2015 04:45:42 +0000 (13:45 +0900)]
ector: add bounding box info in RLE data for software backend.
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Subhransu Mohanty [Mon, 17 Aug 2015 04:13:38 +0000 (13:13 +0900)]
ector: now software rasterizer allocates memory on stack to work in multi threading env.
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Subhransu Mohanty [Wed, 19 Aug 2015 00:00:51 +0000 (09:00 +0900)]
evas: delete the ector_renderer when evas_vg_node gets deleted.
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Jean-Philippe Andre [Wed, 19 Aug 2015 04:33:55 +0000 (13:33 +0900)]
Evas GL: Debug APIs should also restore context
As discussed briefly with @spacegrapher
Jean-Philippe Andre [Tue, 18 Aug 2015 09:26:40 +0000 (18:26 +0900)]
Evas GL: Also generate debug functions for GLES 2
Jean-Philippe Andre [Tue, 18 Aug 2015 09:16:10 +0000 (18:16 +0900)]
Evas GL: Add EVGL_FUNC_BEGIN() to GLES 3 functions as well
This call ensures that the context is current (context restore).
Jean-Philippe Andre [Tue, 18 Aug 2015 08:59:21 +0000 (17:59 +0900)]
Evas GL: Simplify previous commit
Also generate the debug functions for GLES 3
Dongyeon Kim [Tue, 18 Aug 2015 08:35:40 +0000 (17:35 +0900)]
Evas GL: Restore current context to evas gl context when the backend has taken over
Summary:
When Evas GL apis are called outside of on pixels callback,
evas gl backend context may have been made current, and Evas GL will
render into a wrong context.
So here we provide context restore mechanism of keeping track of
currently bound context and calling make current when needed.
@feature
Test Plan: Run Evas GL test cases
Reviewers: jpeg, cedric
Subscribers: mythri, mer.kim, wonsik, cedric
Differential Revision: https://phab.enlightenment.org/D2956
Jean-Philippe Andre [Tue, 18 Aug 2015 07:58:41 +0000 (16:58 +0900)]
Evas filters: Fix proxy buffer size in Lua
In order to do that, avoid creating multiple Buffer instances
when pointing to the same proxy source. This fixes buffer.width
and buffer.height in Lua.
Jean-Philippe Andre [Tue, 18 Aug 2015 06:11:23 +0000 (15:11 +0900)]
Evas filters: Fix massive memleak with async sw render
Oooops, the flag stolen meant that we don't hold any reference on
this buffer anymore, which meant we should not increase the refcount
here!
@fix
Jean-Philippe Andre [Tue, 18 Aug 2015 02:27:17 +0000 (11:27 +0900)]
Evas: Add debug env var EVAS_IMAGE_NO_MMAP
Looking for image buffer memory leaks with Valgrind is impossible
when all images are mmaped. This is intended as a DEBUG environment
variable only.
Jean-Philippe Andre [Mon, 17 Aug 2015 11:02:53 +0000 (20:02 +0900)]
Evas filters: Fix for Lua 5.3 (with --enable-lua-old)
Tested with LuaJIT, Lua 5.2 and Lua 5.3.
@fix
Carsten Haitzler (Rasterman) [Tue, 18 Aug 2015 08:23:16 +0000 (17:23 +0900)]
eo - fix bug vector when unparenting of an eo obj may affect others
it is possible that a destructor/parent_set override or function could
go modifying the children list of objects in a parent, this the
EINA_LIST_FREE may actually miss objects in the process since within
the "free" func the list may have been altered etc.
@fix
Carsten Haitzler (Rasterman) [Mon, 17 Aug 2015 10:37:06 +0000 (19:37 +0900)]
efl debug infra - add more event types for ability to check extended inf
Carsten Haitzler (Rasterman) [Mon, 17 Aug 2015 02:10:26 +0000 (11:10 +0900)]
efl debug - add the ability to begin/end states not just call ranges
Cedric BAIL [Sat, 15 Aug 2015 10:53:00 +0000 (12:53 +0200)]
eina: change default log level at which we display backtrace.
We mostly use in our code base ERR in conjunction with system related error. This
doesn't require any information from who did call that function to get debugged and
is creating way to much noise with little value.
Daniel Kolesa [Fri, 14 Aug 2015 15:36:21 +0000 (16:36 +0100)]
evas_image: finish doc conversion
Daniel Kolesa [Fri, 14 Aug 2015 15:21:51 +0000 (16:21 +0100)]
evas_image: convert more docs
Daniel Kolesa [Fri, 14 Aug 2015 12:20:17 +0000 (13:20 +0100)]
evas_object,evas_image: partial doc conversion
Amitesh Singh [Fri, 14 Aug 2015 09:58:58 +0000 (15:28 +0530)]
edje: set file permission back to 644
Mike Blumenkrantz [Thu, 13 Aug 2015 19:47:09 +0000 (15:47 -0400)]
ecore-wl: do not nul terminate drops
the application can do this based on mime types. we should not be
nul terminating incremental drop data
@fix
Chris Michael [Thu, 13 Aug 2015 14:53:10 +0000 (10:53 -0400)]
emotion: Fix typos in doxygen
Summary: This patch fixes some typos in the documentation of Emotion
@fix
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Mike Blumenkrantz [Wed, 12 Aug 2015 21:57:30 +0000 (17:57 -0400)]
ecore-x: add property member to Ecore_X_Event_Selection_Notify
@feature
Carsten Haitzler (Rasterman) [Wed, 12 Aug 2015 11:06:30 +0000 (20:06 +0900)]
evas render 2 - tiled rouding of updates to keep number regions down
tile to 16x16 (we can cahnge) to keep number of update rects
down/minimal with render2
Carsten Haitzler (Rasterman) [Wed, 12 Aug 2015 01:45:52 +0000 (10:45 +0900)]
evas - handle case where layer->evas is null - don't crash
there seems to be a corner case where obj->layer->evas is null for an
object. i think during shutdown of a canvas.
@fix
Carsten Haitzler (Rasterman) [Tue, 11 Aug 2015 03:56:02 +0000 (12:56 +0900)]
efreet - fix efreetd kill and start with clean cache case blank icons
if you kill efreetd ANd delete all the caches, the restart of efreetd
will lose all icons until an app re-registeres icon extensions and it
can scan all icons .. and then app has to actually get the right
upodate events and do the update properly when this happens. this
fixes that scenario
@fix
Carsten Haitzler (Rasterman) [Sun, 9 Aug 2015 01:29:28 +0000 (10:29 +0900)]
edje - signal matcvhes - fix null deref when patterns is NULL
ok. i found this once-ever-seen thing where
Edje_Signal_Callback_Matches has ALL fields NULL/0 except refcount was
huge (like
13834275 or something like that). i can't see why at the
moment, but defend against it to avoid crashes here by handling these
being null
Subhransu Mohanty [Mon, 10 Aug 2015 07:10:18 +0000 (16:10 +0900)]
ector: add dash stroking in cairo backend.
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Subhransu Mohanty [Mon, 10 Aug 2015 07:13:51 +0000 (16:13 +0900)]
ector: fix memory leak in cairo backend when using shape.
Mixin destructor are not called, so we need to explicitely call it.
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Vincent Torri [Mon, 10 Aug 2015 10:49:41 +0000 (12:49 +0200)]
eina: fix direct_ls_simple and ls_simple tests on Windows
See comments in the patch
@fix
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Cedric BAIL [Tue, 11 Aug 2015 14:13:07 +0000 (16:13 +0200)]
eldbus: do not release shared connections if connection is private.
Reviewers: cedric
Subscribers: cedric, seoz
Differential Revision: https://phab.enlightenment.org/D2935
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Chris Michael [Tue, 11 Aug 2015 14:12:43 +0000 (10:12 -0400)]
evas-wayland-egl: Remove extra blank line
Summary: No function changes, just removed an extra blank line
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Tue, 11 Aug 2015 14:09:40 +0000 (10:09 -0400)]
evas-wayland-egl: Add support for partial update extension
Summary: if EGL_KHR_partial_update extension is implemented in the
driver, set damage region. This is done before the draw calls.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Stefan Schmidt [Tue, 11 Aug 2015 12:02:17 +0000 (14:02 +0200)]
bindings/eina_cxx: add eina_cxx group as link to main page to find API docs
Stefan Schmidt [Tue, 11 Aug 2015 11:59:44 +0000 (13:59 +0200)]
eolian: add eolian group as link to main page to find API docs
Fixes T2541
Stefan Schmidt [Tue, 11 Aug 2015 11:46:42 +0000 (13:46 +0200)]
docs: Build documentation also for code that is still in BETA.
Doxygen uses its on preprocessor and this one missed the
EFL_BETA_API_SUPPORT=1 define so none our our BETA api hidden behind
it was build for our documentation.
ref T2541
Subodh Kumar [Tue, 11 Aug 2015 11:10:59 +0000 (12:10 +0100)]
Edje entry: Remove useless commented code
Summary:
After the commit D2904
this commented code and comments are not required
Test Plan: NA
Reviewers: tasn
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D2938
Daniel Kolesa [Tue, 11 Aug 2015 09:31:42 +0000 (10:31 +0100)]
eolian: class members now inherit their class's since tag
Mike Blumenkrantz [Mon, 10 Aug 2015 17:17:33 +0000 (13:17 -0400)]
ecore-x: provide property state in Ecore_X_Event_Window_Property
this event is not very useful without the state member.
@feature
Daniel Kolesa [Mon, 10 Aug 2015 15:25:55 +0000 (16:25 +0100)]
eolian/generator: fix turning values into @return when generating docs
@fix
Mike Frysinger [Fri, 7 Aug 2015 16:08:09 +0000 (12:08 -0400)]
fix spurious quotes in msg output
Mike Frysinger [Thu, 6 Aug 2015 04:40:43 +0000 (00:40 -0400)]
use SDL2 everywhere
Some files were still including SDL-1 headers even though we only link
against SDL2 libs.
URL: https://bugs.gentoo.org/551882
Reported-by: Barnaby <badbit@me.com>
Reported-by: Romain Naour <romain.naour@openwide.fr>
Srivardhan Hebbar [Fri, 7 Aug 2015 14:35:45 +0000 (16:35 +0200)]
ecore_con: remove unwanted delete calls from ecore_con_eet test cases.
Summary: Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>
Reviewers: cedric
Reviewed By: cedric
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D2910
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Srivardhan Hebbar [Fri, 7 Aug 2015 14:33:38 +0000 (16:33 +0200)]
ecore_con: update documentation.
Summary: Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>
Reviewers: cedric
Reviewed By: cedric
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D2909
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Stefan Schmidt [Fri, 7 Aug 2015 12:54:34 +0000 (14:54 +0200)]
ecore_drm_evdev: Avoid shadowing a local variable.
input is already used within this function so rename it in the block.
Cedric BAIL [Fri, 7 Aug 2015 12:41:56 +0000 (14:41 +0200)]
eina: forgot to fix @since for Eina_Bezier.
Subhransu Mohanty [Sun, 12 Jul 2015 06:39:09 +0000 (15:39 +0900)]
eina: add test for Eina_Bezier.
Subhransu Mohanty [Wed, 8 Apr 2015 05:13:15 +0000 (14:13 +0900)]
eina: add Eina_Bezier infrastructure for manipulating cubic bezier curves.
Stefan Schmidt [Fri, 7 Aug 2015 09:30:36 +0000 (11:30 +0200)]
po: Update po files
Yomi [Fri, 7 Aug 2015 08:06:23 +0000 (17:06 +0900)]
Fix grammar in error messages.
Summary:
Changes:
src/examples/eio/eio_file_copy.c
src/tests/eio/eio_test_file.c
src/tests/eio/eio_test_xattr.c
Reviewers: cedric, thiepha, Hermet
Reviewed By: thiepha, Hermet
Subscribers: thiepha, cedric
Differential Revision: https://phab.enlightenment.org/D2912
Jee-Yong Um [Fri, 7 Aug 2015 05:45:47 +0000 (14:45 +0900)]
edje_container: fix typo in edje_container_align_set
Summary:
Fix type in edje_container_align_set,
it was originally named as edje_contain(t)er_align_set.
Reviewers: Hermet
Subscribers: cedric, Hermet
Differential Revision: https://phab.enlightenment.org/D2927
Ji-Youn Park [Fri, 7 Aug 2015 02:53:02 +0000 (11:53 +0900)]
ecore_evas: fix first render skip in several windows
ecore_evas_first only can be set first render even though there are several windows.
because of this, second or third ecore_evas loses chance to render first frame.
@fix
Daniel Kolesa [Thu, 6 Aug 2015 16:04:06 +0000 (17:04 +0100)]
eolian: do not treat @since specially in validation (not needed)
Daniel Kolesa [Thu, 6 Aug 2015 15:53:41 +0000 (16:53 +0100)]
eolian: @since no longer needs to be its own paragraph in docs
However, it still terminates the doc.
Cedric BAIL [Thu, 6 Aug 2015 09:06:55 +0000 (11:06 +0200)]
Merge branch 'devs/cedric/evas_snapshot'
Evas snapshot feature is a new attribute for Evas_Objet_Image that allow the object to get the pixels
of the object below it in its own buffer. This can be used for two typicall use case. First is improving
accessibility by offering a magnifying glass using snapshot together with Evas_Map. Second is to make
it possible to blur the underlying content (in conjunction with filters). This should make it possible
to do some nice new theme and effect.
NOTE: As a technical note, this feature is very costly at the point. We do not support partial update
on surface and we can't know if the object below did change, so we are forced to redraw the full content
of the snapshot object for every frame. The only way to fix it is to add per surface damage detection.
I guess it is time to start rolling this in.
Cedric BAIL [Wed, 5 Aug 2015 13:58:01 +0000 (15:58 +0200)]
edje: add a SNAPSHOT part in EDC.
Cedric BAIL [Sat, 1 Aug 2015 00:38:31 +0000 (02:38 +0200)]
evas: force full redraw of snapshot for every frame, every time.
NOTE: it would be nicer to setup a specific context for each snapshot
and walk all the child below. If any of them did change, only trigger the
full redraw in that case (and of course only if a filter with blurr does
use it somewhere).
Cedric BAIL [Fri, 31 Jul 2015 23:47:46 +0000 (01:47 +0200)]
evas: move make update to be outside of the reused code for rendering sub objects.
Cedric BAIL [Fri, 31 Jul 2015 23:32:24 +0000 (01:32 +0200)]
evas: make sure that the context is only relevant to the surface we are currently manipulating.
Cedric BAIL [Tue, 30 Jun 2015 08:14:23 +0000 (10:14 +0200)]
evas: we now need to force mark the object as changed.
Cedric BAIL [Sat, 9 May 2015 18:02:13 +0000 (20:02 +0200)]
evas: implementation of snapshot feature.
This should theorically work, need some test. Design is easy to understand. Render
every part of a snapshot object by rendering the content below it, before rendering
the stack above it using that object content.
Cedric BAIL [Wed, 15 Apr 2015 10:05:59 +0000 (12:05 +0200)]
evas: prepare refactoring necessary for snapshot.
Cedric BAIL [Tue, 14 Apr 2015 13:21:52 +0000 (15:21 +0200)]
evas: add a snapshot bool to Evas_Object_Image.
Snapshot object are rendering the content of the canvas below them into them.
They can then be used for filter, map or proxy.
Have fun !
Daniel Kolesa [Wed, 5 Aug 2015 11:40:12 +0000 (12:40 +0100)]
autotools: more cross platform dlfuncs/shm_open checks
Daniel Kolesa [Wed, 5 Aug 2015 10:12:24 +0000 (11:12 +0100)]
evas_3d_utils: fix compiler warning
Subodh Kumar [Wed, 5 Aug 2015 10:02:53 +0000 (11:02 +0100)]
Edje entry: Fix to delete selection when preedit status has not ended.
Summary:
Fix to delete selection when preedit status has not ended
In preedit mode when selection is made and input any letter,
there is duplicate character appeared because the selection
is cleared when commit happens so delete the selection in
preedit last stage.
@fix
Test Plan: Test in Tizen devices.
Reviewers: woohyun, id213sin, shilpasingh, tasn
Subscribers: rajeshps, cedric, govi
Differential Revision: https://phab.enlightenment.org/D2837
Chris Michael [Tue, 4 Aug 2015 15:38:21 +0000 (11:38 -0400)]
evas_check_engine: Remove tests for specific version of EGL
Summary: As per cedric, remove tests for egl specific version(s) when
building wayland engines.
@fix
Signed-off-by: Chris Michael <cp.michael@samsung.com>
mythri.venugopal [Wed, 29 Jul 2015 21:12:35 +0000 (23:12 +0200)]
evas gl: add support for new partial update extension.
Summary:
If EGL_KHR_partial_update extension is implemented by the driver,
set the damage region. This is done before the draw calls.
@feature
Reviewers: wonsik, spacegrapher, jpeg
Reviewed By: spacegrapher
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D2828
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Jee-Yong Um [Wed, 29 Jul 2015 20:29:41 +0000 (22:29 +0200)]
edje_embryo: add methods to handle event flags.
Summary:
Add embryo methods that change the state
whether Edje_Part will handle Evas_Event or not.
Reviewers: Hermet, woohyun, cedric
Reviewed By: cedric
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D2807
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
perepelits.m [Wed, 29 Jul 2015 20:24:02 +0000 (22:24 +0200)]
evas: add tangent space algorithm
Summary: This is a logic of tangent data calculation, we need it in order to avoid bugs with normal mapping after building with opengl=yes.
Reviewers: Hermet, raster, cedric
Reviewed By: cedric
Subscribers: Oleksander, cedric, artem.popov
Differential Revision: https://phab.enlightenment.org/D2802
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Cedric BAIL [Wed, 29 Jul 2015 19:22:17 +0000 (21:22 +0200)]
evas: twice faster NEON intrinsics scaling up implementation
Summary: Already checked it for tizen 2.3/2.4. Scaling function works properly and much faster.
Reviewers: raster, jolfzverb, cedric
Reviewed By: cedric
Subscribers: cedric
Projects: #efl
Differential Revision: https://phab.enlightenment.org/D2881
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Tom Hacohen [Tue, 4 Aug 2015 14:34:57 +0000 (15:34 +0100)]
Edje entry: Clean up conditions a bit.
Merge two conditions to clean up the code a bit.
Subodh Kumar [Tue, 4 Aug 2015 14:32:47 +0000 (15:32 +0100)]
Edje entry: Make filter logic consistent across all input methods
Summary:
When commit string comes from key_down text filter is applied before deleting
the range but when commit string comes from imf filter is applied after deleting
the range. Moreover when format is prepended range is deleted before applying
insert filter. Please check the _edje_key_down_cb and
_edje_entry_imf_event_commit_cb routines.
@fix
Test Plan: Tested in Tizen device
Reviewers: herdsman, thiepha, shilpasingh, raster, tasn
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D2904
Chris Michael [Wed, 15 Jul 2015 14:06:20 +0000 (10:06 -0400)]
ecore-wl: Support wl_keyboard_send_repeat_info for adjusting keyboard repeat rate and delay
Summary: This adds support for allowing a client/compositor to adjust
the keyboard repeat rate and delay via a call to
wl_keyboard_send_repeat_info.
@feature
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Tom Hacohen [Tue, 4 Aug 2015 10:35:18 +0000 (11:35 +0100)]
Ecore audio: Fix typo
We really need to fix dependency tracking for .eo files. It didn't regenerate
dependencies...
Tom Hacohen [Tue, 4 Aug 2015 10:29:34 +0000 (11:29 +0100)]
Eina strbuf: Remove unused variable.
It's never used because it's the base type and the others override the
magic anyway.
Tom Hacohen [Tue, 4 Aug 2015 10:19:50 +0000 (11:19 +0100)]
Eina quad: Remove unused function.
It may be useful for debugging, so you keeping it in source.
This silences a clang warning.
Tom Hacohen [Tue, 4 Aug 2015 10:13:01 +0000 (11:13 +0100)]
Ecore audio: Fix eo references.
Tom Hacohen [Wed, 15 Jul 2015 16:34:07 +0000 (17:34 +0100)]
Migrate more eo files to use Eina.Rectangle.
Tom Hacohen [Wed, 15 Jul 2015 14:10:29 +0000 (15:10 +0100)]
Evas out: migrate more eolian types.
Oleksandr Shcherbina [Tue, 14 Jul 2015 10:19:35 +0000 (11:19 +0100)]
Evas canvas3d: Move evas 3d types to evas_types.eot
Summary:
Move evas_canvas3d types from Evas_Eo.h to evas_types.eot
Change enum constatnt for vertex_arrtib, material_attrib, blend_func
Correct namespace for Evas.Real type
Reviewers: cedric, tasn
Reviewed By: tasn
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D2734
Stefan Schmidt [Tue, 4 Aug 2015 09:47:22 +0000 (11:47 +0200)]
configure: Switch to dev mode again. Merge window for 1.16 is open now
Stefan Schmidt [Tue, 4 Aug 2015 08:52:34 +0000 (10:52 +0200)]
release: Update NEWS and bump version for 1.15.0 release
jiin.moon [Tue, 4 Aug 2015 02:49:04 +0000 (11:49 +0900)]
ecore_evas: Fix crash in async render
Summary:
The root cause of the crash is freed memory.
The evas_object_image_data_set api called with extn buffer in _ipc_server_data.
But there is no inform to render when free this buffer.
@fix
Reviewers: Hermet, jpeg, jypark
Subscribers: stefan_schmidt, cedric
Differential Revision: https://phab.enlightenment.org/D2902
Signed-off-by: Jean-Philippe Andre <jp.andre@samsung.com>
Carsten Haitzler (Rasterman) [Tue, 4 Aug 2015 01:47:38 +0000 (10:47 +0900)]
evas image unload - fix free path to remove from pending list
this should fix T2580
Nicolas Aguirre [Mon, 3 Aug 2015 12:35:00 +0000 (14:35 +0200)]
Revert "[HACK] configure.ac: Forces linking with -lEGL"
This reverts commit
9f8f64b697f974dc204acd340560e9547b21d743.
Nicolas Aguirre [Mon, 3 Aug 2015 12:34:59 +0000 (14:34 +0200)]
Revert "[HACK] ecore_evas_fb: Comments ecore_fb_ts calls that aren't resolved at runtime"
This reverts commit
ff5f8a0412d02e245754e4a90122a7715036cb64.
Nicolas Aguirre [Mon, 3 Aug 2015 12:34:58 +0000 (14:34 +0200)]
Revert "configure.ac: Don't check for Xprint extension. cf:"
This reverts commit
9e0cd04cdcd1e7b6b02a6b34ca5bea5f9a73f1ad.