Tero Marttila <terom@fixme.fi> [Mon, 07 Jul 2008 04:36:03 +0300] rev 27
support for static files (.css, .html, .js), and tiles - serves up a full viewer at / now, but the JS code needs cleaning up
committer: Tero Marttila <terom@fixme.fi>
Tero Marttila <terom@fixme.fi> [Sun, 06 Jul 2008 23:33:24 +0300] rev 26
support for PF_LOCAL, it works, but needs some more testing/cleanup old code
committer: Tero Marttila <terom@fixme.fi>
Tero Marttila <terom@fixme.fi> [Thu, 26 Jun 2008 03:31:59 +0300] rev 25
replace printf -> INFO
committer: Tero Marttila <terom@fixme.fi>
Tero Marttila <terom@fixme.fi> [Thu, 26 Jun 2008 02:57:20 +0300] rev 24
render_thread works now
committer: Tero Marttila <terom@fixme.fi>
Tero Marttila <terom@fixme.fi> [Thu, 26 Jun 2008 01:32:56 +0300] rev 23
new render_threads module, make node_main use it, compiles, not yet tested
committer: Tero Marttila <terom@fixme.fi>
Tero Marttila <terom@fixme.fi> [Tue, 17 Jun 2008 19:08:05 +0300] rev 22
add img_{left,right,top,bottom} and img_{x,y}_step to struct render and change render_mandelbrot/slices to use them
committer: Tero Marttila <terom@fixme.fi>
Tero Marttila <terom@fixme.fi> [Tue, 17 Jun 2008 18:15:43 +0300] rev 21
fix memory alloc/free bugs, and one in render_threads where the last row was left out
committer: Tero Marttila <terom@fixme.fi>
Tero Marttila <terom@fixme.fi> [Tue, 17 Jun 2008 18:05:08 +0300] rev 20
write a DEBUG macro and change the render_threads stuff to use it. Shuffle the mutexes in render_threads around again to fix yet another bug... seems to work, but meh
committer: Tero Marttila <terom@fixme.fi>
Tero Marttila <terom@fixme.fi> [Tue, 17 Jun 2008 16:39:55 +0300] rev 19
a working threaded sliced render, plus modifications to other modules to use this in web_main
committer: Tero Marttila <terom@fixme.fi>
Tero Marttila <terom@fixme.fi> [Mon, 09 Jun 2008 18:58:39 +0300] rev 18
render_multi uses render_slices now, and seems to work
committer: Tero Marttila <terom@fixme.fi>