On Fri, 17 Oct 2014 16:19:47 -0300 "Eduardo Lima (Etrunko)" <ebl...@gmail.com>
said:

it went into other branches too?

fyi - i have been poking at this last night and today - i actually have it
working 100% fine.. on nvidia drivers 0- wuth the alpha windows all working.
problem is that now its broken on all mesa drivers. i know what the problems
are with my NEWGL code - it was actually the nvidia drivers with a bug - they
don't allow the glxwindow as a surface - they must use the original x11
window.. despite what the glx api says. anyway - so once i discovered that
workaround it worked... but even if i disable the workaround on mesa drivers,
it's just a blank window. i don't know why and i'm out of time right now to dig
further.

> Just saw that raster actually reverted this in master and 1.11 branches, my
> guess is that this should be done for all others, right?
> 
> On Fri, Oct 17, 2014 at 4:12 PM, Eduardo Lima <eduardo.l...@intel.com>
> wrote:
> 
> > etrunko pushed a commit to branch efl-1.9.
> >
> >
> > http://git.enlightenment.org/core/efl.git/commit/?id=5a4ac4e7ca3452709d8011cff8216b7ff1faf443
> >
> > commit 5a4ac4e7ca3452709d8011cff8216b7ff1faf443
> > Author: Eduardo Lima (Etrunko) <eduardo.l...@intel.com>
> > Date:   Fri Oct 17 16:10:44 2014 -0300
> >
> >     evas_gl_x11: Fix build after lastest break by Cedric
> >
> >     modules/evas/engines/gl_x11/evas_engine.c: In function 'eng_setup':
> >     modules/evas/engines/gl_x11/evas_engine.c:896:34: error: too many
> > arguments to function 'eng_window_new'
> >                                       re->info->info.rotation);
> >                                       ^
> >     In file included from modules/evas/engines/gl_x11/evas_engine.c:2:0:
> >     modules/evas/engines/gl_x11/evas_engine.h:94:21: note: declared here
> >      Evas_GL_X11_Window *eng_window_new(Display *disp, Window win, int
> > screen,
> >                          ^
> >     modules/evas/engines/gl_x11/evas_engine.c:960:44: error: too many
> > arguments to function 'eng_window_new'
> >                                                 re->info->info.rotation);
> >                                                 ^
> >     @fix
> >
> >     Signed-off-by: Eduardo Lima (Etrunko) <eduardo.l...@intel.com>
> > ---
> >  src/modules/evas/engines/gl_x11/evas_engine.c | 2 --
> >  1 file changed, 2 deletions(-)
> >
> > diff --git a/src/modules/evas/engines/gl_x11/evas_engine.c
> > b/src/modules/evas/engines/gl_x11/evas_engine.c
> > index a27cf30..2c7fce5 100644
> > --- a/src/modules/evas/engines/gl_x11/evas_engine.c
> > +++ b/src/modules/evas/engines/gl_x11/evas_engine.c
> > @@ -892,7 +892,6 @@ eng_setup(Evas *eo_e, void *in)
> >                                   re->w,
> >                                   re->h,
> >                                   re->info->indirect,
> > -                                 re->info->info.destination_alpha,
> >                                   re->info->info.rotation);
> >          if (!re->win)
> >            {
> > @@ -956,7 +955,6 @@ eng_setup(Evas *eo_e, void *in)
> >                                             re->w,
> >                                             re->h,
> >                                             re->info->indirect,
> > -
> >  re->info->info.destination_alpha,
> >                                             re->info->info.rotation);
> >                    eng_window_use(re->win);
> >                    if (re->win) gl_wins++;
> >
> > --
> >
> >
> >
> 
> 
> -- 
> Eduardo de Barros Lima ◤✠◢
> ebl...@gmail.com
> ------------------------------------------------------------------------------
> Comprehensive Server Monitoring with Site24x7.
> Monitor 10 servers for $9/Month.
> Get alerted through email, SMS, voice calls or mobile push notifications.
> Take corrective actions from your mobile device.
> http://p.sf.net/sfu/Zoho
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to