render_png.c
Thu, 26 Jun 2008 02:57:20 +0300 Tero Marttila render_thread works now
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 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 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.