render.c
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 19:08:05 +0300 Tero Marttila add img_{left,right,top,bottom} and img_{x,y}_step to struct render and change render_mandelbrot/slices to use them
Tue, 17 Jun 2008 18:15:43 +0300 Tero Marttila fix memory alloc/free bugs, and one in render_threads where the last row was left out
Mon, 09 Jun 2008 18:58:39 +0300 Tero Marttila render_multi uses render_slices now, and seems to work
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.
Sat, 31 May 2008 19:35:21 +0300 Tero Marttila working web_main that uses render_remote
Sat, 31 May 2008 02:22:27 +0300 Tero Marttila partial commit of new render module, render_file should work, web_main doesn't