[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Re: I'm getting BSOD while using PyGame.



On 11/15/07, Casey Duncan <casey@xxxxxxxxxxx> wrote:
> I would think not, presumably on a true HWSURFACE that would require
> a round-trip to the graphics card, whereas on a SWSURFACE it just
> needs to grab it from RAM.
But isn't that what it has to do anyway?  I mean, doesn't it have to
send the surface to the gpu for processing?  I really have no idea.
> Also 32bpp may be faster than 24bpp, word
> alignment and all that...
What?
> At any rate YMMV, and timeit is your friend 8^)
Cool!  Why are there all these great python modules that I've never
heard about?...
> -Casey
Thanks,
Ian