Re: [E-devel] XRender engine causes ecore build failure

2011-06-20 Thread The Rasterman
On Thu, 16 Jun 2011 06:35:25 +0200 Ulrich Eckhardt said: ok - it's in svn. as such patch is acceptable as it doesnt break binary compat. it just permanently makes the ecore_evas xrender calls error/do nothing which is what they would do without an xrender engine in evas anyway. so patch is accept

Re: [E-devel] XRender engine causes ecore build failure

2011-06-15 Thread Ulrich Eckhardt
On Saturday 11 June 2011 16:43:55 Christopher Michael wrote: > On 06/11/2011 06:11 AM, Ulrich Eckhardt wrote: > > On Saturday 11 June 2011 10:19:40 Ulrich Eckhardt wrote: > >> I'm trying to create a patch which does just that, which I'll post > >> lateron. > > > > Here it comes. > > > > There are

Re: [E-devel] XRender engine causes ecore build failure

2011-06-11 Thread Christopher Michael
On 06/11/2011 06:11 AM, Ulrich Eckhardt wrote: > On Saturday 11 June 2011 10:19:40 Ulrich Eckhardt wrote: >> I'm trying to create a patch which does just that, which I'll post lateron. > > Here it comes. > > There are a few observations which I'm not sure how to resolve: > 1. configure.ac > There i

Re: [E-devel] XRender engine causes ecore build failure

2011-06-11 Thread Ulrich Eckhardt
On Saturday 11 June 2011 10:19:40 Ulrich Eckhardt wrote: > I'm trying to create a patch which does just that, which I'll post lateron. Here it comes. There are a few observations which I'm not sure how to resolve: 1. configure.ac There is a check for the Xcursor support, which uses "-l Xrender" a

[E-devel] XRender engine causes ecore build failure

2011-06-11 Thread Ulrich Eckhardt
Hi! The error is Evas_Engine_XRender_X11.h: No such file or directory while building ecore. The problem is that this engine was removed from evas but not yet completely from ecore. I was on IRC with Vincent Torri (vtorri) and Daniel Juyung Seo (SeoZ) and the consensus was to remove the code

[E-devel] xrender over ssh?

2007-01-21 Thread Andreas Volz
Hello, I created an edje app with xrender engine. Works great on my local pc. But of I open it with ssh from a remote pc I get only a empty window. Only the polygon and lines I draw in C code is drawn. Could someone explain why it doesn't work with ssh? I need to choose software_x11 engine to see

Re: [E-devel] xrender

2006-10-13 Thread The Rasterman
On Fri, 13 Oct 2006 17:20:01 +0200 dAgeCKo <[EMAIL PROTECTED]> babbled: > > Hi, I've just get e17 from cvs and compiled it. But some problems due to > my distro (debian) and Xrender, everything was fine. I still have just > a remark for this point: > > wasn't xrender just an option ? If so, then

Re: [E-devel] xrender

2006-10-13 Thread The Rasterman
On Fri, 13 Oct 2006 18:00:10 +0200 (CEST) Vincent Torri <[EMAIL PROTECTED]> babbled: > > Hey, > > xrender is not needed by e17. xrender is an option in evas for the xrender > engines of evas and is also used in ecore_x and ecore_evas. option RUNTIME, but not an option compile-time. it relies o

Re: [E-devel] xrender

2006-10-13 Thread Vincent Torri
Hey, xrender is not needed by e17. xrender is an option in evas for the xrender engines of evas and is also used in ecore_x and ecore_evas. regards Vincent On Fri, 13 Oct 2006, dAgeCKo wrote: Hi, I've just get e17 from cvs and compiled it. But some problems due to my distro (debian) and

[E-devel] xrender

2006-10-13 Thread dAgeCKo
Hi, I've just get e17 from cvs and compiled it. But some problems due to my distro (debian) and Xrender, everything was fine. I still have just a remark for this point: wasn't xrender just an option ? If so, then why almost all the library dependencies require it even if not activated threw confi

Re: [E-devel] xrender engine patch

2006-06-13 Thread The Rasterman
On Fri, 9 Jun 2006 04:34:07 GMT "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> babbled: > Thanks for the feedback on this :) > > Again, the issue here: > > > Here's a question for everyone here on this list: > > > > "What is the result of scaling a *bordered-image* w

Re: [E-devel] xrender engine patch

2006-06-13 Thread The Rasterman
On Thu, 8 Jun 2006 17:18:05 -0500 [EMAIL PROTECTED] babbled: > On Thu, Jun 08, 2006 at 06:44:20AM +, [EMAIL PROTECTED] wrote: > > But we have an issue to settle -- the semantics of scaling > > images with "borders", as you and I've been discussing :) > > > > Namely, what exactly do

Re: [E-devel] xrender engine patch

2006-06-08 Thread [EMAIL PROTECTED]
Thanks for the feedback on this :) Again, the issue here: > Here's a question for everyone here on this list: > > "What is the result of scaling a *bordered-image* which > has a white center and a red border?" > > What should the result look l

Re: [E-devel] xrender engine patch

2006-06-08 Thread brian . mattern
On Thu, Jun 08, 2006 at 06:44:20AM +, [EMAIL PROTECTED] wrote: > But we have an issue to settle -- the semantics of scaling > images with "borders", as you and I've been discussing :) > > Namely, what exactly does this mean? > > Here's a question for everyone here on this lis

Re: [E-devel] xrender engine patch

2006-06-08 Thread Solerman Kaplon
[EMAIL PROTECTED] escreveu: > "What is the result of scaling a *bordered-image* which > has a white center and a red border?" > > What should the result look like? I dunno what border means here, but if the border is a separate object and you can separate all of its parts (corner's

Re: [E-devel] xrender engine patch

2006-06-07 Thread [EMAIL PROTECTED]
> > > > Attached is another small test patch for evas' xrender engine. > > i see - moving border scaling into the engine :) ok- all good. > committed :) > Only a small first step towards that yeah :) Also need to move the fill and all the rendering down to the engines so the

Re: [E-devel] xrender engine patch

2006-06-07 Thread The Rasterman
On Tue, 16 May 2006 11:27:30 GMT "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> babbled: > > Attached is another small test patch for evas' xrender engine. i see - moving border scaling into the engine :) ok- all good. committed :) -- - Codito, ergo sum - "I code, therefore I am"

[E-devel] xrender engine patch

2006-05-16 Thread [EMAIL PROTECTED]
Attached is another small test patch for evas' xrender engine. jose. Index: e17/libs/evas/src/lib/canvas/evas_object_image.c === RCS file: /var/cvs/e/e17/libs/evas/src/lib/canvas/evas_object_image.c,v retrieving revision 1.39

Re: [E-devel] xrender engine patch

2006-05-11 Thread The Rasterman
On Thu, 11 May 2006 04:12:19 GMT "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> babbled: > > Attached is a small test patch for some xrender engine changes. ok- in. :) -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)[EMAIL PROTECTED

[E-devel] xrender engine patch

2006-05-10 Thread [EMAIL PROTECTED]
Attached is a small test patch for some xrender engine changes. Index: e17/libs/evas/src/modules/engines/xrender_x11/evas_engine_gradient.c === RCS file: /var/cvs/e/e17/libs/evas/src/modules/engines/xrender_x11/evas_engine_gradien