platform/upstream/efl.git
9 years agoMerge branch 'devs/cedric/emile'
Cedric BAIL [Tue, 17 Mar 2015 08:59:16 +0000 (09:59 +0100)]
Merge branch 'devs/cedric/emile'

Here come a major code refactoring. There is still work to be done, especially on Ecore_Con_SSl
and also image compression, but it is already an improvement over current situation. Further
development should happen in master.

Emile does provide a library to put together serialization, compression and ciphering. It is a
low level library and can be use by anything above Eina.

9 years agoemile: fix coding style with ecrustify.
Cedric BAIL [Tue, 17 Mar 2015 07:51:01 +0000 (08:51 +0100)]
emile: fix coding style with ecrustify.

9 years agoemile: add a note regarding useless structure member.
Cedric BAIL [Tue, 17 Mar 2015 07:50:58 +0000 (08:50 +0100)]
emile: add a note regarding useless structure member.

9 years agoecore_con: fix build with -DISCOMFITOR and OpenSSL.
Cedric BAIL [Tue, 17 Mar 2015 07:50:57 +0000 (08:50 +0100)]
ecore_con: fix build with -DISCOMFITOR and OpenSSL.

9 years agoecore_con: remove deprecated use of Eina_Binbuf functions.
Cedric BAIL [Tue, 17 Mar 2015 07:50:56 +0000 (08:50 +0100)]
ecore_con: remove deprecated use of Eina_Binbuf functions.

9 years agoedje: remove deprecated use of Eina_Binbuf functions.
Cedric BAIL [Tue, 17 Mar 2015 07:50:55 +0000 (08:50 +0100)]
edje: remove deprecated use of Eina_Binbuf functions.

9 years agoeet: remove use of deprecated Eina_Binbuf functions.
Cedric BAIL [Tue, 17 Mar 2015 07:50:54 +0000 (08:50 +0100)]
eet: remove use of deprecated Eina_Binbuf functions.

9 years agoemile: remove use of deprecated eina binbuf function.
Cedric BAIL [Tue, 17 Mar 2015 07:50:53 +0000 (08:50 +0100)]
emile: remove use of deprecated eina binbuf function.

9 years agoeina: provide a generic eina_binbuf_manage_new.
Cedric BAIL [Tue, 17 Mar 2015 07:50:52 +0000 (08:50 +0100)]
eina: provide a generic eina_binbuf_manage_new.

eina_binbuf_manage_new provide the functionnality of both eina_binbuf_manage_new_length
and eina_binbuf_manage_read_only_new_length. Those function get deprecated.

9 years agoemile: make sure given boolean are really boolean.
Cedric BAIL [Tue, 17 Mar 2015 07:50:51 +0000 (08:50 +0100)]
emile: make sure given boolean are really boolean.

9 years agoemile: remove binbuf from emile compression functions.
Cedric BAIL [Tue, 17 Mar 2015 07:50:50 +0000 (08:50 +0100)]
emile: remove binbuf from emile compression functions.

9 years agoemile: use Eina_Log for Jpeg error message.
Cedric BAIL [Tue, 17 Mar 2015 07:50:49 +0000 (08:50 +0100)]
emile: use Eina_Log for Jpeg error message.

9 years agoecore_con: unbreak GNUTLS support.
Cedric BAIL [Tue, 17 Mar 2015 07:50:49 +0000 (08:50 +0100)]
ecore_con: unbreak GNUTLS support.

9 years agoemile: update to latest GNUTLS/GCRYPT API.
Cedric BAIL [Tue, 17 Mar 2015 07:50:48 +0000 (08:50 +0100)]
emile: update to latest GNUTLS/GCRYPT API.

9 years agoemile: fix some warnings in gnutls component
Vincent Torri [Tue, 17 Mar 2015 07:50:47 +0000 (08:50 +0100)]
emile: fix some warnings in gnutls component

9 years agoemile: ERROR is a macro already defined on Windows
Vincent Torri [Tue, 17 Mar 2015 07:50:46 +0000 (08:50 +0100)]
emile: ERROR is a macro already defined on Windows

9 years agoemile: fix emile_binbuf_sha1() signature when no cipher is used
Vincent Torri [Tue, 17 Mar 2015 07:50:45 +0000 (08:50 +0100)]
emile: fix emile_binbuf_sha1() signature when no cipher is used

9 years agoemile: fix array count
Vincent Torri [Tue, 17 Mar 2015 07:50:44 +0000 (08:50 +0100)]
emile: fix array count

9 years agoemile: cleanup comments and internal functions name.
Cedric BAIL [Tue, 17 Mar 2015 07:50:44 +0000 (08:50 +0100)]
emile: cleanup comments and internal functions name.

9 years agoemile: cleanup private header.
Cedric BAIL [Tue, 17 Mar 2015 07:50:43 +0000 (08:50 +0100)]
emile: cleanup private header.

9 years agoemile: cleanup header from useless cruft.
Cedric BAIL [Tue, 17 Mar 2015 07:50:42 +0000 (08:50 +0100)]
emile: cleanup header from useless cruft.

9 years agoemile: follow convention for Emile_Compressor_Level.
Cedric BAIL [Tue, 17 Mar 2015 07:50:42 +0000 (08:50 +0100)]
emile: follow convention for Emile_Compressor_Level.

9 years agoemile: normalize compression header.
Cedric BAIL [Tue, 17 Mar 2015 07:50:41 +0000 (08:50 +0100)]
emile: normalize compression header.

9 years agoemile: normalize version number to 1.14.
Cedric BAIL [Tue, 17 Mar 2015 07:50:40 +0000 (08:50 +0100)]
emile: normalize version number to 1.14.

9 years agoemile: implement emile_cipher_module_get in a useful way.
Cedric BAIL [Tue, 17 Mar 2015 07:50:40 +0000 (08:50 +0100)]
emile: implement emile_cipher_module_get in a useful way.

9 years agoemile: document the stable cipher function.
Cedric BAIL [Tue, 17 Mar 2015 07:50:39 +0000 (08:50 +0100)]
emile: document the stable cipher function.

9 years agoemile: actually this set of function are neat enough to be a public API.
Cedric BAIL [Tue, 17 Mar 2015 07:50:38 +0000 (08:50 +0100)]
emile: actually this set of function are neat enough to be a public API.

9 years agoemile: change the API to allow supporting other cipher in the future.
Cedric BAIL [Tue, 17 Mar 2015 07:50:37 +0000 (08:50 +0100)]
emile: change the API to allow supporting other cipher in the future.

9 years agoemile: mark ssl layer as a beta API for now.
Cedric BAIL [Tue, 17 Mar 2015 07:50:36 +0000 (08:50 +0100)]
emile: mark ssl layer as a beta API for now.

9 years agoeet: use Emile type for encoding.
Cedric BAIL [Tue, 17 Mar 2015 07:50:36 +0000 (08:50 +0100)]
eet: use Emile type for encoding.

9 years agoemile: document Emile_Image.
Cedric BAIL [Tue, 17 Mar 2015 07:50:35 +0000 (08:50 +0100)]
emile: document Emile_Image.

9 years agoemile: reduce code duplication between gnutls and openssl backend.
Cedric BAIL [Tue, 17 Mar 2015 07:50:34 +0000 (08:50 +0100)]
emile: reduce code duplication between gnutls and openssl backend.

Add a visible emile_binbuf_sha1 implementation and deduplicate
emile_pbkdf2_sha1 (but does not explicitely expose it).

9 years agoemile: remove ambiguity especially for Windows platform.
Cedric BAIL [Tue, 17 Mar 2015 07:50:33 +0000 (08:50 +0100)]
emile: remove ambiguity especially for Windows platform.

Thanks Vincent Torri for the review.

9 years agoemile: add documentation for compression function.
Cedric BAIL [Tue, 17 Mar 2015 07:50:33 +0000 (08:50 +0100)]
emile: add documentation for compression function.

9 years agoemile: use an enum for level instead of just an int.
Cedric BAIL [Tue, 17 Mar 2015 07:50:32 +0000 (08:50 +0100)]
emile: use an enum for level instead of just an int.

9 years agoemile: update documentation version.
Cedric BAIL [Tue, 17 Mar 2015 07:50:31 +0000 (08:50 +0100)]
emile: update documentation version.

9 years agoemile: split headers.
Cedric BAIL [Tue, 17 Mar 2015 07:50:30 +0000 (08:50 +0100)]
emile: split headers.

9 years agoemile: fix crash when cspaces is left unchanged.
Cedric BAIL [Tue, 17 Mar 2015 07:50:29 +0000 (08:50 +0100)]
emile: fix crash when cspaces is left unchanged.

9 years agoemile: build examples after adding emile.
Cedric BAIL [Tue, 17 Mar 2015 07:50:29 +0000 (08:50 +0100)]
emile: build examples after adding emile.

9 years agoeet: encode lossy image with AGRY88 or GRY8 whenever possible.
Cedric BAIL [Tue, 17 Mar 2015 07:50:28 +0000 (08:50 +0100)]
eet: encode lossy image with AGRY88 or GRY8 whenever possible.

9 years agoeet: refactoring jpeg encoding.
Cedric BAIL [Tue, 17 Mar 2015 07:50:27 +0000 (08:50 +0100)]
eet: refactoring jpeg encoding.

9 years agoeet: handle AGRY88 encoding for JPEG encoded image.
Cedric BAIL [Tue, 17 Mar 2015 07:50:26 +0000 (08:50 +0100)]
eet: handle AGRY88 encoding for JPEG encoded image.

The alpha and the grey being encoded in two separated grey JPEG.

9 years agoemile: handle AGRY88 for JPEG image.
Cedric BAIL [Tue, 17 Mar 2015 07:50:25 +0000 (08:50 +0100)]
emile: handle AGRY88 for JPEG image.

9 years agoeet: fix error handling when decoding TGV file format.
Cedric BAIL [Tue, 17 Mar 2015 07:50:24 +0000 (08:50 +0100)]
eet: fix error handling when decoding TGV file format.

9 years agoeet: use Emile to decode jpeg.
Cedric BAIL [Tue, 17 Mar 2015 07:50:23 +0000 (08:50 +0100)]
eet: use Emile to decode jpeg.

9 years agoemile: decode GRAY JPEG as GRY8.
Cedric BAIL [Tue, 17 Mar 2015 07:50:22 +0000 (08:50 +0100)]
emile: decode GRAY JPEG as GRY8.

9 years agoemile: simplify error handling for jpeg data decoding.
Cedric BAIL [Tue, 17 Mar 2015 07:50:21 +0000 (08:50 +0100)]
emile: simplify error handling for jpeg data decoding.

9 years agoevas: use emile to decompress JPEG files.
Cedric BAIL [Tue, 17 Mar 2015 07:50:21 +0000 (08:50 +0100)]
evas: use emile to decompress JPEG files.

9 years agoevas: simplify structure.
Cedric BAIL [Tue, 17 Mar 2015 07:50:20 +0000 (08:50 +0100)]
evas: simplify structure.

9 years agoemile: add JPEG support.
Cedric BAIL [Tue, 17 Mar 2015 07:50:19 +0000 (08:50 +0100)]
emile: add JPEG support.

9 years agoeet: use Emile to decode TGV image section.
Cedric BAIL [Tue, 17 Mar 2015 07:50:18 +0000 (08:50 +0100)]
eet: use Emile to decode TGV image section.

9 years agoemile: remove use of custom structure and prefer Eina_Rectangle.
Cedric BAIL [Tue, 17 Mar 2015 07:50:17 +0000 (08:50 +0100)]
emile: remove use of custom structure and prefer Eina_Rectangle.

Get rid of warning inside of the jpeg loader that result of it. I do believe
this is not an ABI break on the loader API. If you disagree, please raise your
voice.

9 years agoevas: use Emile to decode TGV.
Cedric BAIL [Tue, 17 Mar 2015 07:50:16 +0000 (08:50 +0100)]
evas: use Emile to decode TGV.

9 years agoevas: use Emile for defining all possible loader API.
Cedric BAIL [Tue, 17 Mar 2015 07:50:15 +0000 (08:50 +0100)]
evas: use Emile for defining all possible loader API.

9 years agoemile: initial addition of emile image support.
Cedric BAIL [Tue, 17 Mar 2015 07:50:15 +0000 (08:50 +0100)]
emile: initial addition of emile image support.

9 years agoeet: use eina_binbuf and emile to manipulate TGV compressed data.
Cedric BAIL [Tue, 17 Mar 2015 07:50:14 +0000 (08:50 +0100)]
eet: use eina_binbuf and emile to manipulate TGV compressed data.

9 years agoemile: trying to fix security.
Cedric BAIL [Tue, 17 Mar 2015 07:50:13 +0000 (08:50 +0100)]
emile: trying to fix security.

9 years agoemile: Add SSL support.
Cedric BAIL [Tue, 17 Mar 2015 07:50:13 +0000 (08:50 +0100)]
emile: Add SSL support.

9 years agobuild: display crypto system as a feature of Emile.
Cedric BAIL [Tue, 17 Mar 2015 07:50:12 +0000 (08:50 +0100)]
build: display crypto system as a feature of Emile.

9 years agoemile: remove left over #ifdef
Cedric BAIL [Tue, 17 Mar 2015 07:50:10 +0000 (08:50 +0100)]
emile: remove left over #ifdef

9 years agoemile: make the initialization part of backend cipher file to.
Cedric BAIL [Tue, 17 Mar 2015 07:50:09 +0000 (08:50 +0100)]
emile: make the initialization part of backend cipher file to.

9 years agoemile: with Emile and as long as you don't use any cipher, it will be just fine.
Cedric BAIL [Tue, 17 Mar 2015 07:50:08 +0000 (08:50 +0100)]
emile: with Emile and as long as you don't use any cipher, it will be just fine.

9 years agoemile: split OpenSSL, GNUTLS and no cipher into separate file as a first step toward...
Cedric BAIL [Tue, 17 Mar 2015 07:50:07 +0000 (08:50 +0100)]
emile: split OpenSSL, GNUTLS and no cipher into separate file as a first step toward module.

9 years agoemile: make it cross platform.
Cedric BAIL [Tue, 17 Mar 2015 07:50:06 +0000 (08:50 +0100)]
emile: make it cross platform.

9 years agoeet: initialize emile on demand.
Cedric BAIL [Tue, 17 Mar 2015 07:50:05 +0000 (08:50 +0100)]
eet: initialize emile on demand.

9 years agoecore_con: initialize emile cipher support on demand.
Cedric BAIL [Tue, 17 Mar 2015 07:50:04 +0000 (08:50 +0100)]
ecore_con: initialize emile cipher support on demand.

9 years agoemile: make cipher initialization optional.
Cedric BAIL [Tue, 17 Mar 2015 07:50:03 +0000 (08:50 +0100)]
emile: make cipher initialization optional.

9 years agoeet: use Emile instead of Zlib and LZ4 directly.
Cedric BAIL [Tue, 17 Mar 2015 07:50:03 +0000 (08:50 +0100)]
eet: use Emile instead of Zlib and LZ4 directly.

9 years agoemile: add compress/uncompress logic.
Cedric BAIL [Tue, 17 Mar 2015 07:50:02 +0000 (08:50 +0100)]
emile: add compress/uncompress logic.

9 years agoeet: move to use emile for ciphering logic.
Cedric BAIL [Tue, 17 Mar 2015 07:50:01 +0000 (08:50 +0100)]
eet: move to use emile for ciphering logic.

9 years agoemile: expose cipher/uncipher block logic.
Cedric BAIL [Tue, 17 Mar 2015 07:50:00 +0000 (08:50 +0100)]
emile: expose cipher/uncipher block logic.

9 years agoecore_con: depend on emile for initializing crypto library.
Cedric BAIL [Tue, 17 Mar 2015 07:49:59 +0000 (08:49 +0100)]
ecore_con: depend on emile for initializing crypto library.

9 years agoemile: move GNUTLS and OpenSSL initialization logic from Eet to Emile.
Cedric BAIL [Tue, 17 Mar 2015 07:49:58 +0000 (08:49 +0100)]
emile: move GNUTLS and OpenSSL initialization logic from Eet to Emile.

9 years agoemile: initial introduction of Emile.
Cedric BAIL [Tue, 17 Mar 2015 07:49:57 +0000 (08:49 +0100)]
emile: initial introduction of Emile.

The intent of Emile is to be the common layer for serialisation, compression
and ciphering. It will expose the library we currently use internally to an
easier use from the outside (like gcrypt and lz4). It should improve portability.
Instead of pushing JSON, XML and what's not to Eina, I do think that they will
fit better in Emile.

As for the naming of Emile, you will need to be French and say :
"Un quoi ?" "Un serializer !"

Regarding why it is put there in the stack. Right now there is two users of
compression (eet and terminology), two users of cipher library (eet and ecore_con)
and a few handful of user for serialization (eina, eet, efreet, ecore_con, ...).
So the choice was quite simple, it needed to be below Eet. Now it could have been
on top of Eo or integrated into Eina.

One of the use case I am thinking of, is to compress Eo object when a canvas get
hidden/minized. For that it require Eo to use that library and it can't be a higher
level object. And with current implementation of Eo it is perfectly possible to
implement such idea. So not at Eo level.

As for Eina, I am starting to think it is getting to much things in its namespace.
I do believe that infact Eina_Simple_XML and Eina_File should after all have landed
in their own library. That's why I am putting the current logic in a new library.
It is going to expand, I want it to provide an few SAX like parser for JSON,
Eet_Data and protobuf with also an API like Eet_Data to directly feed those value
into a C structure without using a DOM at all. It would also be the right place
to experiment and benchmark for a new Eet_Data format that could be more efficient
to use.

So at the end, and due to how I see things going and being used, I do think it
is better of in its own library.

9 years agoefl: autotools - move Eet section after Eo.
Cedric BAIL [Tue, 17 Mar 2015 07:49:56 +0000 (08:49 +0100)]
efl: autotools - move Eet section after Eo.

9 years agoRevert "Add --disable-gui."
Cedric BAIL [Tue, 17 Mar 2015 07:49:54 +0000 (08:49 +0100)]
Revert "Add --disable-gui."

This reverts commit 3ed4f745907d3e842e64b341e2426c0c99cf3297.

9 years agoEolian: add filename to error message
Daniel Zaoui [Tue, 17 Mar 2015 07:32:54 +0000 (09:32 +0200)]
Eolian: add filename to error message

9 years agoefl - bring back symlink complaint regardless of env vars
Carsten Haitzler (Rasterman) [Tue, 17 Mar 2015 03:04:10 +0000 (12:04 +0900)]
efl - bring back symlink complaint regardless of env vars

@fix

9 years agoEvas GL: use texture for native surface in glx backend
Dongyeon Kim [Tue, 17 Mar 2015 02:40:04 +0000 (11:40 +0900)]
Evas GL: use texture for native surface in glx backend

Summary:
EVAS_NATIVE_SURFACE_EVASGL uses egl image, but egl image is
not supported in glx backend, so use texture instead.

Test Plan: Local tests on pc

Reviewers: jpeg

Subscribers: cedric, mer.kim, mythri, wonsik

Differential Revision: https://phab.enlightenment.org/D2174

jpeg: fixed casts

9 years agoevas/gl_x11: Optimize out calls to make current
Minkyoung Kim [Tue, 17 Mar 2015 02:17:26 +0000 (11:17 +0900)]
evas/gl_x11: Optimize out calls to make current

Summary: Reducing the number of calling eglMakeCurrent.

Reviewers: jpeg

Subscribers: wonsik, cedric, spacegrapher

Differential Revision: https://phab.enlightenment.org/D2094

9 years agoevas/clip: If the clipper is image or has color, clipped area should be redrawn.
Youngbok Shin [Tue, 17 Mar 2015 02:02:04 +0000 (11:02 +0900)]
evas/clip: If the clipper is image or has color, clipped area should be redrawn.

Summary:
If the clipper is image or has color, it affects to its clipees.
Even if we unset the clipper or change the clipper to another object,
it seems the clipper is not changed.

Test Plan:
Make two clipper objects and one clipee object.
And make clip the clipee according to following example

ex) Clipee object -> inner_clipper -> clipper

evas_object_clip_set(clipee, inner_clipper);
evas_object_clip_set(inner_clipper, clipper);

After checking the result and hide inner_clipper.

evas_object_clip_set(clipee, clipper);
evas_object_hide(inner_clipper);

See the result.

Reviewers: raster, cedric, Hermet, jpeg

Subscribers: woohyun, cedric

Differential Revision: https://phab.enlightenment.org/D2112

Signed-off-by: Jean-Philippe Andre <jp.andre@samsung.com>
Note: Technically we should not check the color of the fact that
      the clipper is a mask and not a simple rect. But because of
      real-life performance issues, damage_add was disabled so we're
      trying to keep the perf in most cases while being correct in
      cases where the clipper is visually important.

9 years agoEolian: add API to return the class from a function.
Daniel Zaoui [Mon, 16 Mar 2015 15:04:44 +0000 (17:04 +0200)]
Eolian: add API to return the class from a function.

@feature

9 years agoEvas GL: Fix GL_X11 engine when using GLX
Jean-Philippe Andre [Mon, 16 Mar 2015 08:42:07 +0000 (17:42 +0900)]
Evas GL: Fix GL_X11 engine when using GLX

eglGetProcAddress is obviously not supported in that case.

9 years agoEvas GL: Fallback to depth24, stencil8 if GL_GLES is used
Jean-Philippe Andre [Mon, 16 Mar 2015 08:19:37 +0000 (17:19 +0900)]
Evas GL: Fallback to depth24, stencil8 if GL_GLES is used

If depth32 or stencil16 are requested, those are most likely to
fail with GLES. In that case, fallback automatically to 24+8.

9 years agoEvas GL: Add more debug logs
Jean-Philippe Andre [Mon, 16 Mar 2015 07:58:37 +0000 (16:58 +0900)]
Evas GL: Add more debug logs

Print some INFormation for app developers.

9 years agoFix a previous commit: remove binary files and garbage in src/
Jean-Philippe Andre [Mon, 16 Mar 2015 07:09:47 +0000 (16:09 +0900)]
Fix a previous commit: remove binary files and garbage in src/

When rebasing the commits, I have been lazy and did a git add src/ that
actually added the files that were not ignored. My bad, sorry about that.
The original patch was fine.

Thanks sung.

9 years agoEvas GL: Adjust function naming and remove macros
Dongyeon Kim [Fri, 13 Mar 2015 07:31:54 +0000 (16:31 +0900)]
Evas GL: Adjust function naming and remove macros

Summary:
Change function and variable names to more suitable ones.
Remove FBO_FUNC macros.
Little tidying up from previous commit.

Test Plan: Local Evas GL tests for 1.1, 2.0, and 3.0

Reviewers: jpeg

Subscribers: cedric, mer.kim, mythri, wonsik

Differential Revision: https://phab.enlightenment.org/D2126

Signed-off-by: Jean-Philippe Andre <jp.andre@samsung.com>
9 years agoEvas GL: Fix build errors for glx backend
Dongyeon Kim [Mon, 9 Mar 2015 11:41:58 +0000 (20:41 +0900)]
Evas GL: Fix build errors for glx backend

Summary:
Fix build errors for glx backend made from previous commit
Revert parameter naming

Test Plan: Local Evas GL tests for 1.1, 2.0, and 3.0

Reviewers: jpeg

Subscribers: mythri, wonsik, cedric, mer.kim

Differential Revision: https://phab.enlightenment.org/D2117

9 years agoEvas GL: Use EGL image to share between Evas GL and GL backend
Dongyeon Kim [Mon, 9 Mar 2015 08:25:20 +0000 (17:25 +0900)]
Evas GL: Use EGL image to share between Evas GL and GL backend

Summary:
When the context version between Evas GL and GL backend differs,
we cannot share texture between them.
So, when the driver has support for KHR_gl_texture_2D_image extension,
use EGL image to share between Evas GL and GL backend

Test Plan: Local Evas GL tests for 1.1, 2.0 and 3.0

Reviewers: jpeg

Subscribers: mythri, mer.kim, wonsik, cedric

Differential Revision: https://phab.enlightenment.org/D2115

9 years agoEvas GL: change function naming and small bug fixes
Dongyeon Kim [Mon, 9 Mar 2015 08:17:19 +0000 (17:17 +0900)]
Evas GL: change function naming and small bug fixes

Summary:
Remove gles1 prefixes for functions that are also used by gles3.
Refactor evgl_make_current a little bit.
Destroy indirect context properly.
Some log message changes and typo fixes.

Test Plan: Local tests on desktop PC

Reviewers: jpeg

Subscribers: mythri, mer.kim, wonsik, cedric

Differential Revision: https://phab.enlightenment.org/D2104

9 years agoEvas GL: Fix logic in debug check
Jean-Philippe Andre [Thu, 5 Mar 2015 08:20:57 +0000 (17:20 +0900)]
Evas GL: Fix logic in debug check

9 years agoEvas GL: Fix build errors and warnings from previous commit
Jean-Philippe Andre [Thu, 5 Mar 2015 06:57:14 +0000 (15:57 +0900)]
Evas GL: Fix build errors and warnings from previous commit

9 years agoEvas GL: Add support for Evas GL 3.0
mythri.venugopal [Thu, 5 Mar 2015 06:36:35 +0000 (15:36 +0900)]
Evas GL: Add support for Evas GL 3.0

Summary:
This should enable applications to use GLES 3.0 through evas gl.
Todo: Fix indirect rendering issue occuring because texture objects
cannot be shared between different version of GLES contexts.
Todo: extension pointers need to be updated for GLES 3.0

Reviewers: wonsik, spacegrapher, jpeg

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D2017

@feature

9 years agoEvas GL: Remove excessive debug
Jean-Philippe Andre [Mon, 16 Mar 2015 05:55:40 +0000 (14:55 +0900)]
Evas GL: Remove excessive debug

- Check debug flag before warning that a surface is not direct
- Remove notes about surface reconfigure, as this will not be implemented
  (see previous commit).

9 years agoevas_gl: Add feature to set depth/stencil/msaa bit to window surface.
Wonsik Jung [Mon, 16 Mar 2015 04:57:09 +0000 (13:57 +0900)]
evas_gl: Add feature to set depth/stencil/msaa bit to window surface.

Summary:
When Evas GL runs with direct rendering, it can not set depth, stencil and msaa to Window surface.
This patch is possible to use "option" input paramater of ecore_evas_gl_x11_options_new.
So, new API is not needed.

The other patch is in elementary. The elementary patch will be used this patch.

Test Plan: Test elm gl veiw in elementary_test and JP's test app.

Reviewers: spacegrapher, cedric, raster, jpeg

Reviewed By: jpeg

Subscribers: cedric, mer.kim

Differential Revision: https://phab.enlightenment.org/D2144

Signed-off-by: Jean-Philippe Andre <jp.andre@samsung.com>
Note: jpeg changed the original patch a bit (fix style and depth value)

9 years agoecore-wayland: Whitespace cleanup
Bryce Harrington [Sat, 14 Mar 2015 01:40:59 +0000 (21:40 -0400)]
ecore-wayland: Whitespace cleanup

Summary: Remove trailing whitespace, convert tabs to spaces as per style guide.

Reviewers: zmike

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D2157

9 years agoecore-wl dnd target interface should accept a NULL mime_type
Mike Blumenkrantz [Fri, 13 Mar 2015 18:52:58 +0000 (14:52 -0400)]
ecore-wl dnd target interface should accept a NULL mime_type

according to protocol, this indicates that the target does not support the drop type

9 years agoecore-wl xdg surface configure no longer requires special case for fs/max
Mike Blumenkrantz [Fri, 13 Mar 2015 18:35:28 +0000 (14:35 -0400)]
ecore-wl xdg surface configure no longer requires special case for fs/max

the surface size comes directly from the compositor shell when applicable

9 years agoecore_imf: fix doxygen about key and mouse release event
Jihoon Kim [Fri, 13 Mar 2015 09:59:38 +0000 (18:59 +0900)]
ecore_imf: fix doxygen about key and mouse release event

9 years agoedje: Edje_Edit - add data items into generated code for the group.
Mykyta Biliavskyi [Fri, 13 Mar 2015 08:43:11 +0000 (09:43 +0100)]
edje: Edje_Edit - add data items into generated code for the group.

Summary:
Include data items, that present in edje object.
Data items, which data ends with '\n' recognized as data.file item and not included into the generated source code.
@fix

Reviewers: Hermet, reutskiy.v.v, raster, cedric

Reviewed By: cedric

Subscribers: cedric

Projects: #efl

Differential Revision: https://phab.enlightenment.org/D1858

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>