Re: [E-devel] Enlightenment DR 0.20.2 Release

2015-12-28 Thread Bruno Prémont
On Mon, 28 December 2015 Mike Blumenkrantz wrote: > > See the full announcement for more details: > https://phab.enlightenment.org/phame/live/3/post/e20_2_release/ > -- Whoever is on change of this part of phab, please

Re: [E-devel] [Patch] E: randr: Don't match DP as LID

2014-12-15 Thread Bruno Prémont
> Commit 074779b460ccb5ef529b2504c54e2ab4778685ca > > On my intel laptop DP are my DisplayPort connections, not LID. > > diff --git a/src/bin/e_randr.c b/src/bin/e_randr.c > index 6ca78b6..c2042fe 100644 > --- a/src/bin/e_randr.c > +++ b/src/bin/e_randr.c > @@ -1209,8 +1209,10 @@ _e_randr_is_lid(E_

Re: [E-devel] evas/e18 refusing OpenGL on i855GM

2013-12-26 Thread Bruno Prémont
On Thu, 26 December 2013 Carsten Haitzler (The Rasterman) wrote: > On Thu, 26 Dec 2013 13:59:40 +0100 Bruno Prémont said: > > On Thu, 26 December 2013 Carsten Haitzler (The Rasterman) wrote: > > > On Thu, 26 Dec 2013 12:30:49 +0100 Bruno Prémont said: > > > i855 is too

Re: [E-devel] evas/e18 refusing OpenGL on i855GM

2013-12-26 Thread Bruno Prémont
On Thu, 26 December 2013 Carsten Haitzler (The Rasterman) wrote: > On Thu, 26 Dec 2013 12:30:49 +0100 Bruno Prémont said: > i855 is too old. no full shader support. evas requires proper glsl support u > find in opengl 2.0 and on. notice you have only opengl 1.3 on the i855. you'

Re: [E-devel] evas/e18 refusing OpenGL on i855GM

2013-12-26 Thread Bruno Prémont
Hi, On Thu, 26 December 2013 Bruno Prémont wrote: > For me E18/evas says my system does not support OpenGL or Evas has no > OpenGL support. > I have both a i915GM and i855GM system with glxinfo as attached. > Same compile flags are being used on both for efl/e18. > > Why i

[E-devel] evas/e18 refusing OpenGL on i855GM

2013-12-26 Thread Bruno Prémont
Hi, For me E18/evas says my system does not support OpenGL or Evas has no OpenGL support. I have both a i915GM and i855GM system with glxinfo as attached. Same compile flags are being used on both for efl/e18. Why is OpenGL not being seen/used on the i855GM (compositing is rather slow when done b

[E-devel] bug in svn commit 57998: no 'move to' submenu when only one vdesk

2011-04-11 Thread Bruno Prémont
Commit 57998 (no 'move to' submenu when only one vdesk, by morlenxus) makes "move to" window submenu disappear even though there are multiple virtual desktops though only vertical ones. Original commit was: Index: e_int_border_menu.c ===