Commit Graph

5740 Commits

Author SHA1 Message Date
ChunEon Park 037c5f9156 evas/clip - use Eina_Bool
SVN revision: 78250
2012-10-19 12:22:42 +00:00
ChunEon Park 5f8b84063f evas/proxy - update rendering when source visibility is switching.
SVN revision: 78249
2012-10-19 12:22:16 +00:00
ChunEon Park 983627ecb7 evas/render - refactoring code.
SVN revision: 78248
2012-10-19 12:00:57 +00:00
Cedric BAIL 10f9d3a215 evas: move to Eina_Thread.
SVN revision: 78245
2012-10-19 10:56:34 +00:00
Cedric BAIL c1dee13b8e evas: use new Eina_Thread API.
SVN revision: 78232
2012-10-19 07:18:11 +00:00
ChunEon Park 9537606427 evas/event - remove duplication
SVN revision: 78185
2012-10-18 12:13:04 +00:00
ChunEon Park bea89dd14f evas - use Eina_Bool
SVN revision: 78184
2012-10-18 11:52:21 +00:00
ChunEon Park d12e1015e6 evas/event - update move event when object freeze event is off.
SVN revision: 78182
2012-10-18 11:42:03 +00:00
ChunEon Park d9bdce172a evas/proxy - +source visible set APIs
Need to care some more cases. will be upstreamed additionally.



SVN revision: 78180
2012-10-18 11:30:04 +00:00
ChunEon Park 652125a269 evas - updated NEWS
SVN revision: 78177
2012-10-18 10:52:10 +00:00
Sung Park 1f604e190e EvasGL: for direct rendering option, we have to force the gl code to be redrawn
every render loop because the framebuffer is updated every time. I think it's
fair enough to make this assumption here for this optimization.


SVN revision: 78145
2012-10-18 02:23:08 +00:00
Carsten Haitzler 0ddda858f5 just check for pthread in evas. eina does the rest now.
SVN revision: 78109
2012-10-17 09:20:57 +00:00
Tom Hacohen 03e291eebb Evas textblock: Fixed issues when deleting some ranges.
An example broken range: "A<ps/><b>B</b>".
Many thanks to WooHyun for reporting this and providing most of the fix.

SVN revision: 78105
2012-10-17 06:58:38 +00:00
Carsten Haitzler b284a80e76 oops i turned on pipe rendering... didnt mean to!
SVN revision: 78104
2012-10-17 06:24:00 +00:00
Carsten Haitzler ae3f83a212 use eina barrier in evas.
SVN revision: 78101
2012-10-17 03:55:50 +00:00
ChunEon Park e507e7746b evas/canvas - --white spaces
SVN revision: 78059
2012-10-16 12:41:48 +00:00
ChunEon Park 38a8c94d19 evas/gl_x11 - --warning
SVN revision: 78047
2012-10-16 11:45:35 +00:00
Carsten Haitzler f393447417 ok - try this for altivec cflags
SVN revision: 78043
2012-10-16 09:21:20 +00:00
Carsten Haitzler 85349ce559 remove async events defined - now required... and remove useless
mmx/sse checks in yuv convert.



SVN revision: 78042
2012-10-16 09:14:21 +00:00
Carsten Haitzler 800279c23b pthread stuff is no longer optional at all in evas - smae with preload
and async events, but pthread_attr_setaffinity_np is optionally
detected and used if there. it's an opti8mization anyway.



SVN revision: 78041
2012-10-16 08:57:18 +00:00
Carsten Haitzler 8e64fae6b8 remove yet more #defined config options and ifdefs from evas.
SVN revision: 78037
2012-10-16 06:36:20 +00:00
ChunEon Park d153602716 evas - --empty line
SVN revision: 78036
2012-10-16 05:32:57 +00:00
ChunEon Park 77287d050d evas - you are living in the future.
SVN revision: 78035
2012-10-16 05:32:05 +00:00
ChunEon Park 77e2edbedd evas/line - fix the line vertical drawing on gl backened.
SVN revision: 78034
2012-10-16 05:31:28 +00:00
Carsten Haitzler 68fcefc97b font loader for eet now not an option in code even - no ifdefs.
SVN revision: 78032
2012-10-16 04:04:27 +00:00
Carsten Haitzler 8c088a95dd remove ifdefs for BUILD_C as we always have c fallbacks now - no
choice, and MMX and SSE are built together under BUILD_MMX - SSE3
still separate.



SVN revision: 78031
2012-10-16 04:00:18 +00:00
Carsten Haitzler 0e814d48e4 missed 1 yuv ifdef.
SVN revision: 78030
2012-10-16 03:17:40 +00:00
Carsten Haitzler 71adbc0c38 futher option reduction and ifdef removal.
SVN revision: 78029
2012-10-16 03:15:40 +00:00
Carsten Haitzler 7e3479e2f8 remove 8bpp engine too form evas.
SVN revision: 78026
2012-10-16 02:49:01 +00:00
Christopher Michael 9b564d2dc6 Evas: Fix EFL Client apps not rendering properly in Wayland.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 77996
2012-10-15 10:53:46 +00:00
Sung Park ecfe3ecd69 EvasGL: check if the image obj is a native_set'ed
image object for evas_gl direct rendering. 


SVN revision: 77989
2012-10-15 08:40:53 +00:00
Rui Seabra 07ef6c8572 Add eo dependency
SVN revision: 77967
2012-10-14 16:39:20 +00:00
Vincent Torri 2c4cd5909a Evas: asm detection with eina if sigaction or siglongjmp are not available. Only mmx, sse or sse3
SVN revision: 77958
2012-10-13 14:07:58 +00:00
ChunEon Park 82a183ffde evas/gl_context - --whitespaces;
SVN revision: 77953
2012-10-13 09:00:35 +00:00
ChunEon Park df079ad4da evas/gl_common - lines wouldn't use any textures.
SVN revision: 77952
2012-10-13 08:57:41 +00:00
Vincent Torri 96e820ca73 Evas: fix distcheck rule
Patch written last night by SleepWalker


SVN revision: 77942
2012-10-12 15:50:02 +00:00
Carsten Haitzler e6e4b67c36 remove edb references from evas now its gone from configure.ac
SVN revision: 77933
2012-10-12 06:40:32 +00:00
Carsten Haitzler 2da956caa0 first stage of simplifying evas configure/build options. much more
still to do.



SVN revision: 77932
2012-10-12 06:36:06 +00:00
Carsten Haitzler 3dbe715a79 fix line draw problem
SVN revision: 77928
2012-10-12 05:35:48 +00:00
Cedric BAIL df36a0cd3b evas: Fix texture size issues when the image has nv12 format
Patch from Sohyun Kim <anna1014.kim@samsung.com>.


SVN revision: 77854
2012-10-11 08:27:46 +00:00
Sung Park c4071e30ed Evas_GL.h: Updating typedef defined in the latest gl2.h. It used to be
in gl2ext.h.


SVN revision: 77851
2012-10-11 08:18:24 +00:00
Carsten Haitzler 688203a56b small fixes from GArik_ .. tnx!
SVN revision: 77752
2012-10-10 11:09:03 +00:00
Cedric BAIL fa1dd2b86f evas: little more typo fix.
SVN revision: 77721
2012-10-10 08:18:09 +00:00
Cedric BAIL 74e42856be evas: fix c&p error.
SVN revision: 77716
2012-10-10 07:58:54 +00:00
Cedric BAIL 94869b2f95 evas: don't use strcmp for just one character, when we already have line size information.
SVN revision: 77703
2012-10-10 07:23:45 +00:00
Cedric BAIL e0af0dca6d evas: remove as many call as easily possible to eo_data_get.
SVN revision: 77702
2012-10-10 07:23:00 +00:00
Carsten Haitzler 3dbe48e4fe ok ok.. METRIC!
SVN revision: 77695
2012-10-10 07:00:07 +00:00
Carsten Haitzler aad2041e55 fix font rounding in evas to round and not floor - fixes some rare
font sizing issues.



SVN revision: 77688
2012-10-10 06:07:38 +00:00
Carsten Haitzler f91826870d remove software_16_x11 - danielz! u added it back. it ewas gone from upstream!
SVN revision: 77687
2012-10-10 06:03:42 +00:00
Daniel Zaoui 34fd7793b0 Fix to support Eo on all the engines.
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>

SVN revision: 77686
2012-10-10 02:13:28 +00:00