SDL Digest, Vol 19, Issue 59

Message: 4
SDL-announce)"
Message-ID:

Content-Type: text/plain; charset=“iso-8859-1”

I’ve tried to make the image of 320x240 20% bigger(384 x 288)
on my pc that has a proc Athlon64 3500+(2,2 GHZ)
and it can’t do it at 60fps.
I don’t know the processor usage of this kind of work but think my proc
can
get 60fps with the image going to 800x600.
It can’t get even the 20% its nos acceptabel for me.
Thanks for the answers.

I think you are using the wrong algorithm to stretch the image it cannot be
so slow…

I think you should be easily reach 60fps for anything smaller than 1280 x
1024 if you use software surfaces and do not blit more then 2 or 3 times
the
number of pixels of the screen.

Please note that HW surfaces give some advantage only with full screen
double buffering, only if you don’t use alpha blending and only on windows,
so don’t bother using them.


Bye,
Gabry
-------------- next part --------------
An HTML attachment was scrubbed…
URL: <
http://lists.libsdl.org/pipermail/sdl-libsdl.org/attachments/20080725/374a4a12/attachment-0001.htm


That is wht I was thinking, I haven’t time to test Sprig yet and how SDL_gfx
didn’t work( I think is someting about my surface beeing 16 bits) and my
lack of knowledge I thouth SDL would be so slow( some people saying about
lack of HW on the net). I’ll try Sprig to see if is is faster and revise my
code( maybe there’s some slow down fing on it), Thanks.> Date: Fri, 25 Jul 2008 18:34:42 +0200

From: “Gabriele Greco” <gabriele.greco at darts.it>
Subject: Re: [SDL] SDL Digest, Vol 19, Issue 58
To: "A list for developers using the SDL library. (includes
On Fri, Jul 25, 2008 at 5:49 PM, Andre Botelho <@Andre_Botelho wrote: