SDL 1.3 API changes

The latest subversion has some new API functions. I haven’t updated
the snapshot because they’re not implemented for X11 yet, but I wanted
to give everyone a heads up.

Added interfaces for batch drawing of points, lines and rects:
SDL_DrawPoints()
SDL_BlendPoints()
SDL_BlendLines()
SDL_DrawLines()
SDL_FillRects()
SDL_BlendRects()
SDL_RenderPoints()
SDL_RenderLines()
SDL_RenderRects()
Renamed SDL_RenderFill() to SDL_RenderRect()

See ya!–
-Sam Lantinga, Founder and President, Galaxy Gameworks LLC

I’ve seen the discussion a bit on the list, but are there docs
you can point me at that explain the purpose of each function,
and how things get rendered?On Wed, Dec 09, 2009 at 08:00:13AM -0800, Sam Lantinga wrote:

Added interfaces for batch drawing of points, lines and rects:

-bill!
Sent from my computer