render_remote.h
Thu, 26 Jun 2008 01:32:56 +0300 Tero Marttila new render_threads module, make node_main use it, compiles, not yet tested
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
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
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.
Fri, 06 Jun 2008 03:24:22 +0300 Tero Marttila * fix Makefile to build in a (more) sensible way (still not really perfect)
Thu, 05 Jun 2008 23:04:28 +0300 Tero Marttila documentation bugs
Thu, 05 Jun 2008 22:53:47 +0300 Tero Marttila flow control for web_main.c
Sun, 01 Jun 2008 05:41:41 +0300 Tero Marttila remove a misplaced argument from render_remote.h (it still compiled and worked fine\!?)
Sun, 01 Jun 2008 05:03:53 +0300 Tero Marttila updated code to use libevent svn (with custom modifications, need to create a git repo for that)
Sun, 01 Jun 2008 01:48:09 +0300 Tero Marttila working chunked-streaming of remote-rendered mandelbrots in web_main, next step will be flow control. Remote rendering doesn't compile in render_node.
Sat, 31 May 2008 19:35:21 +0300 Tero Marttila working web_main that uses render_remote