Re: [E-devel] SDL engine and windows (cvs problem)

2007-07-16 Thread The Rasterman
On Mon, 16 Jul 2007 23:28:59 +0200 (CEST) Vincent Torri <[EMAIL PROTECTED]> babbled: > > Hey > > Windows is case insensitive and in the SDL engine, 2 files have the same > name (regardless of the case). > > May I rename evas_engine_sdl.h to evas_engine.h ? (and maybe > evas_engine_sdl.c too,

[E-devel] SDL engine and windows (cvs problem)

2007-07-16 Thread Vincent Torri
Hey Windows is case insensitive and in the SDL engine, 2 files have the same name (regardless of the case). May I rename evas_engine_sdl.h to evas_engine.h ? (and maybe evas_engine_sdl.c too, to be consistent) Vincent -

[E-devel] SDL Engine in windows?

2007-03-22 Thread Frederick Reeve
Hello, I have a question regarding the resent SDL Engine updates. Would the engine allow evas on windows? I do not use windows but I do have to program apps for it and it would be really cool to use evas + edje and even have some portability. I know there maybe more issues getting evas etc t

Re: [E-devel] SDL Engine

2006-08-12 Thread The Rasterman
On Thu, 10 Aug 2006 18:46:27 +0200 Cedric BAIL <[EMAIL PROTECTED]> babbled: > Hi, > > I started a SDL engine for evas and would like some feedback. First > it's working and you will see something with evas_sdl_test. But I have > already a few questions. ok- since you are using sdl native e

Re: [E-devel] SDL Engine

2006-08-11 Thread Cedric BAIL
On Thursday 10 August 2006 23:48, [EMAIL PROTECTED] wrote: > I'll let raster comment better on this.. but basically, when > it comes to the image caching.. a general caching mechanism needs > to be done yes -- one that can be used for any number of things. > I had some some thoughts and

Re: [E-devel] SDL Engine

2006-08-10 Thread [EMAIL PROTECTED]
Cedric writes: > Hi, > > I started a SDL engine for evas and would like some feedback. > First it's working and you will see something with evas_sdl_test. > But I have already a few questions. > > > Well, I don't know anything about SDL, or how useful that might be,

[E-devel] SDL Engine

2006-08-10 Thread Cedric BAIL
Hi, I started a SDL engine for evas and would like some feedback. First it's working and you will see something with evas_sdl_test. But I have already a few questions. I wanted to directly manipulate SDL_Surface inside RGBA_Image, but this means that for the destruction, I nee