Mercurial > sdl-ios-xcode
view README.CVS @ 270:37fa1484f71b
From: "Mattias Engdeg�rd" <f91-men@nada.kth.se>
To: slouken@devolution.com
Subject: Re: [SDL] Question about SDL_FillRect()
I benchmarked with and without clipping UpdateRects and was unable to find
any difference on my moderately slow machine. Anyway, I haven't added
clipping in this patch, but fixed a couple of bugs and generally cleaned
up some of the X11 image code. Most importantly, UpdateRects now checks
for both zero height and width. Also, I eliminated the entire code to
byteswap X11 images since X11 can do that automatically if you ask it
nicely :-)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 18 Jan 2002 22:02:03 +0000 |
parents | 37e3ca9254c7 |
children | ec659230eaac |
line wrap: on
line source
The latest development version of SDL is available via CVS: cvs -d :pserver:guest@libsdl.org:/home/slouken/libsdl.org/cvs login # No password, so just hit enter when prompted for a password cvs -d :pserver:guest@libsdl.org:/home/slouken/libsdl.org/cvs checkout SDL When you check a fresh copy of SDL out of CVS, you need to generate the files used by make by running the "autogen.sh" script, which will run aclocal, automake, autoconf and then run configure. There is a web interface to cvs at http://www.libsdl.org/cgi/cvsweb.cgi