From: Martijn F. <fa...@ve...> - 2000-04-20 17:22:21
|
Mark Baker wrote: > Martijn Faassen wrote: > > Odd, I'm pretty sure I've used one. I've done blitting with a transparent > > color after all, and from the docs I gleaned this is only possible with > > hardware surfaces? > > src/video/x11/SDL_x11image.c > line 149 > > /* We don't actually allow hardware surfaces other than the main one */ > int X11_AllocHWSurface(_THIS, SDL_Surface *surface) > { > return(-1); > } > As for color keyed and alpha blits, they can be done in software. Odd, I thought I did use HW in my code. Also I recall something in the docs on the color keyed blits bit. I don't have it here but at home, but I'll look tonight if I get a chance. I'll mail a report on that tonight, hopefully. That'll be more constructive than my vague underinformed bitching of late. :) Regards, Martijn |