Re: [E-devel] [PATCH] evas - use EGL_NOK_texture_from_pixmap to get yinvert value when possible

2013-11-28 Thread Stanislav Vorobiov
That's all reasonable, I'll make patch v3 then On 11/28/2013 11:44 AM, Carsten Haitzler (The Rasterman) wrote: On Thu, 28 Nov 2013 09:59:41 +0400 Stanislav Vorobiov s.vorob...@samsung.com said: the patch itself... why the #ifdef? when checking for extensions, we look for strings, and not

[E-devel] [PATCH v3] evas - use EGL_NOK_texture_from_pixmap to get yinvert value when possible

2013-11-28 Thread Stanislav Vorobiov
Instead of hardcoding yinvert=1 we should query for EGL_NOK_texture_from_pixmap extension and if it's present use EGL_Y_INVERTED_NOK value --- src/modules/evas/engines/gl_x11/evas_engine.c | 20 +++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git

[EGIT] [core/elementary] master 01/02: elm_index.c: removed unused empty function.

2013-11-28 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=2f6b6cde974807e2f53ef8832b9e3ec46da4b9b2 commit 2f6b6cde974807e2f53ef8832b9e3ec46da4b9b2 Author: Daniel Juyung Seo juyung@samsung.com Date: Thu Nov 28 15:55:38 2013 +0900 elm_index.c:

[EGIT] [core/elementary] master 02/02: elm_spinner.c: support mouse wheel in spinner.

2013-11-28 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=26b6320f46478f8d1a6abbf76fd20144e369664f commit 26b6320f46478f8d1a6abbf76fd20144e369664f Author: Daniel Juyung Seo juyung@samsung.com Date: Thu Nov 28 17:06:39 2013 +0900 elm_spinner.c:

[EGIT] [core/elementary] master 01/01: genlist.edc: fixed decorate all mode bug when scrolling.

2013-11-28 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=d777b1e21e65df140b4f38ebb328502cde013ea7 commit d777b1e21e65df140b4f38ebb328502cde013ea7 Author: Daniel Juyung Seo juyung@samsung.com Date: Thu Nov 28 17:23:47 2013 +0900 genlist.edc:

[EGIT] [core/efl] master 01/04: edje: make sure there is an initial value to avoid garbage out.

2013-11-28 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=18632bc8c776736acf06f7ca7c000b25d2b1cd5c commit 18632bc8c776736acf06f7ca7c000b25d2b1cd5c Author: Cedric Bail cedric.b...@samsung.com Date: Thu Nov 28 16:55:24 2013 +0900 edje: make sure there is

[EGIT] [core/efl] master 03/04: evas: this value is never read after that point, simplify logic.

2013-11-28 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d2c5a37f3778b2c984eaf92b2b8489078143224a commit d2c5a37f3778b2c984eaf92b2b8489078143224a Author: Cedric Bail cedric.b...@samsung.com Date: Thu Nov 28 17:04:32 2013 +0900 evas: this value is never

[EGIT] [core/efl] master 04/04: ecore_ipc: prevent a double free.

2013-11-28 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=403e97ecb08392cb7376cef024f4fff480efcff3 commit 403e97ecb08392cb7376cef024f4fff480efcff3 Author: Cedric Bail cedric.b...@samsung.com Date: Thu Nov 28 17:17:09 2013 +0900 ecore_ipc: prevent a

[EGIT] [core/efl] master 02/04: evas: simplify logic for better readability.

2013-11-28 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a969459b0b2e24e86eb020b805d0459cc497ddbb commit a969459b0b2e24e86eb020b805d0459cc497ddbb Author: Cedric Bail cedric.b...@samsung.com Date: Thu Nov 28 17:00:35 2013 +0900 evas: simplify logic for

Re: [E-devel] E18 CFBugs #4

2013-11-28 Thread David Seikel
On Wed, 27 Nov 2013 14:15:22 -0500 Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: On Thu, 28 Nov 2013 01:52:51 +1000 David Seikel onef...@gmail.com wrote: Use focus follows mouse, shade a window that is over other windows, switch desktops, switch back, note that hovering over

[EGIT] [core/efl] master 01/01: fix eina_array_remove to actually realloc down in size to remove bloat

2013-11-28 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=523d8607d19eff04c5f820334955c4999ceb250b commit 523d8607d19eff04c5f820334955c4999ceb250b Author: Carsten Haitzler (Rasterman) ras...@rasterman.com Date: Thu Nov 28 18:00:25 2013 +0900 fix

[EGIT] [apps/terminology] master 01/01: terminology: fix typos in man page

2013-11-28 Thread Jerome Pinot
ngc891 pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=b1942dee88de39aa5986cdf59a40a7cc0bab8975 commit b1942dee88de39aa5986cdf59a40a7cc0bab8975 Author: Jerome Pinot ngc...@gmail.com Date: Thu Nov 28 18:08:53 2013 +0900 terminology: fix typos

Re: [E-devel] [PATCH v3] evas - use EGL_NOK_texture_from_pixmap to get yinvert value when possible

2013-11-28 Thread The Rasterman
On Thu, 28 Nov 2013 12:02:36 +0400 Stanislav Vorobiov s.vorob...@samsung.com said: and that looks great! well done! :) now the question is... is this a new feature.. or a bug fix... hmm i guess it's a bug fix as it makes something work given specific drivers and setup that didn't work before, BUT

Re: [E-devel] [PATCH v3] evas - use EGL_NOK_texture_from_pixmap to get yinvert value when possible

2013-11-28 Thread Stanislav Vorobiov
Yes, I think it's more of a bugfix. After all, there's no EGL standard that strictly defines how should textures that are derived from pixmaps behave, thus, application code shouldn't assume anything either. On 11/28/2013 01:20 PM, Carsten Haitzler (The Rasterman) wrote: On Thu, 28 Nov 2013

[EGIT] [website/www] master 01/01: we don't do snaps anymore

2013-11-28 Thread Rasterman
raster pushed a commit to branch master. http://git.enlightenment.org/website/www.git/commit/?id=0dfcefc1196032b34befeeaa6ba27acb6e5a2cc8 commit 0dfcefc1196032b34befeeaa6ba27acb6e5a2cc8 Author: Carsten Haitzler (Rasterman) ras...@rasterman.com Date: Thu Nov 28 18:56:54 2013 +0900 we don't

Re: [E-devel] [Enlightenment-intl] EFL 1.8 Beta 1 + Enlightenment 0.18 Alpha 3 Terminology 0.4 Alpha 3

2013-11-28 Thread Boris Faure
On 13-11-25 20:17, Carsten Haitzler wrote: for elm and efl - yes. not for e or terminology. those are still on alpha. i will leave it up to zmike and billiob to do the releases and call that shot. i am just doing alphas to match efl/elm so we have the test cases we ultimately really care about

[EGIT] [core/elementary] master 01/01: elm - diskselector - fix min height to at least be min height of items

2013-11-28 Thread Carsten Haitzler
raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=8c24b5a87b100253f4fbf759e8df9a792addf7ac commit 8c24b5a87b100253f4fbf759e8df9a792addf7ac Author: Carsten Haitzler (Rasterman) ras...@rasterman.com Date: Thu Nov 28 19:24:26 2013 +0900 elm

Re: [E-devel] [PATCH v3] evas - use EGL_NOK_texture_from_pixmap to get yinvert value when possible

2013-11-28 Thread The Rasterman
On Thu, 28 Nov 2013 13:33:42 +0400 Stanislav Vorobiov s.vorob...@samsung.com said: Yes, I think it's more of a bugfix. After all, there's no EGL standard that strictly defines how should textures that are derived from pixmaps behave, thus, application code shouldn't assume anything either.

Re: [E-devel] [Enlightenment-intl] EFL 1.8 Beta 1 + Enlightenment 0.18 Alpha 3 Terminology 0.4 Alpha 3

2013-11-28 Thread The Rasterman
On Thu, 28 Nov 2013 10:56:18 +0100 Boris Faure bo...@fau.re said: On 13-11-25 20:17, Carsten Haitzler wrote: for elm and efl - yes. not for e or terminology. those are still on alpha. i will leave it up to zmike and billiob to do the releases and call that shot. i am just doing alphas to

Re: [E-devel] Eolian meta-data parsing, episode 2

2013-11-28 Thread Jérémy Zurcher
Hi, I wanted to do some tests before rising my voice, here they are http://cgit.asynk.ch/eo_tokenizer/ this is POC, http://www.complang.org/ragel/ based tokenizer which does not all but most of the job. First time I play with ragel, had much fun!! about the .eo file syntax: YAML is easier than

[EGIT] [core/elementary] master 01/01: track_example_01.c: internal refactoring of track example code.

2013-11-28 Thread Daniel Juyung Seo
seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=98aeb437590c3838f53770ff7553b2b1a29c0281 commit 98aeb437590c3838f53770ff7553b2b1a29c0281 Author: Daniel Juyung Seo juyung@samsung.com Date: Thu Nov 28 19:58:54 2013 +0900

Re: [E-devel] [PATCH v3] evas - use EGL_NOK_texture_from_pixmap to get yinvert value when possible

2013-11-28 Thread Stanislav Vorobiov
IMHO it's a standard bug, but nobody cares :) On 11/28/2013 02:53 PM, Carsten Haitzler (The Rasterman) wrote: On Thu, 28 Nov 2013 13:33:42 +0400 Stanislav Vorobiov s.vorob...@samsung.com said: Yes, I think it's more of a bugfix. After all, there's no EGL standard that strictly defines how

Re: [E-devel] Eolian meta-data parsing, episode 2

2013-11-28 Thread Tom Hacohen
On 28/11/13 11:08, Jérémy Zurcher wrote: Hi, I wanted to do some tests before rising my voice, here they are http://cgit.asynk.ch/eo_tokenizer/ this is POC, http://www.complang.org/ragel/ based tokenizer which does not all but most of the job. First time I play with ragel, had much fun!!

Re: [E-devel] [PATCH v3] evas - use EGL_NOK_texture_from_pixmap to get yinvert value when possible

2013-11-28 Thread The Rasterman
On Thu, 28 Nov 2013 15:01:02 +0400 Stanislav Vorobiov s.vorob...@samsung.com said: yeah.. i've hit those before. gles2's runtime glsl compiler is optional thing imho is a major standard bug. anyway - this is in upstream! merged. it'll be out in 1.8. my mulling over if it was a bug or not was to

Re: [E-devel] Eolian meta-data parsing, episode 2

2013-11-28 Thread The Rasterman
On Thu, 28 Nov 2013 11:13:44 + Tom Hacohen tom.haco...@samsung.com said: On 28/11/13 11:08, Jérémy Zurcher wrote: Hi, I wanted to do some tests before rising my voice, here they are http://cgit.asynk.ch/eo_tokenizer/ this is POC, http://www.complang.org/ragel/ based tokenizer

Re: [E-devel] [PATCH v3] evas - use EGL_NOK_texture_from_pixmap to get yinvert value when possible

2013-11-28 Thread Stanislav Vorobiov
yeah.. i've hit those before. gles2's runtime glsl compiler is optional thing imho is a major standard bug. IMHO it's not a bug, since there's glShaderBinary call. We can assume that there's some performance critical GLESv2 implementation that doesn't allow one to compile shaders online, but

Re: [E-devel] [Announce] Enlightenment DR 0.17-alpha2

2013-11-28 Thread David Seikel
On Thu, 17 Jan 2013 10:43:04 +1000 David Seikel onef...@gmail.com wrote: On Wed, 16 Jan 2013 21:59:55 +1000 David Seikel onef...@gmail.com wrote: On Wed, 16 Jan 2013 10:21:41 +0900 Cedric BAIL cedric.b...@free.fr wrote: On Tue, Jan 15, 2013 at 11:41 PM, David Seikel

[EGIT] [e16/e16] master 01/08: Forgot some 2013.

2013-11-28 Thread Kim Woelders
kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=49669bafa2c0ee333d280dff010030dda101700f commit 49669bafa2c0ee333d280dff010030dda101700f Author: Kim Woelders k...@woelders.dk Date: Sun Nov 24 00:59:17 2013 +0100 Forgot some 2013. ---

Re: [E-devel] [PATCH v3] evas - use EGL_NOK_texture_from_pixmap to get yinvert value when possible

2013-11-28 Thread Stanislav Vorobiov
Hi, just wanted to make sure anyway - this is in upstream! merged. it'll be out in 1.8. You mean it's merged in you local branch and will be merged to upstream with 1.8 release ? Because I can't find it in master. On 11/28/2013 03:23 PM, Carsten Haitzler (The Rasterman) wrote: On Thu, 28 Nov