render_multi.c
Tue, 17 Jun 2008 16:39:55 +0300 Tero Marttila a working threaded sliced render, plus modifications to other modules to use this in web_main
Mon, 09 Jun 2008 18:58:39 +0300 Tero Marttila render_multi uses render_slices now, and seems to work
Mon, 09 Jun 2008 03:15:34 +0300 Tero Marttila a half-working render_slices. Render_multi is currently semantically broken/buggy, but it's time to go to sleep
Sun, 08 Jun 2008 23:10:36 +0300 Tero Marttila render_multi works a bit more efficiently now
Sun, 08 Jun 2008 21:03:23 +0300 Tero Marttila added a rawio interface to render_remote, this broke render_multi.c but it needs a rewrite now anyways
Sat, 07 Jun 2008 05:05:18 +0300 Tero Marttila * fix some (of the) stupid things in Makefile
Fri, 06 Jun 2008 18:35:46 +0300 Tero Marttila * massive structural rewrite. Split off code into several new modules (render, render_png, render_local) and updated new modules to use them.