Thu, 26 Jun 2008 03:31:59 +0300replace printf -> INFO
Tero Marttila <terom@fixme.fi> [Thu, 26 Jun 2008 03:31:59 +0300] rev 25
replace printf -> INFO

committer: Tero Marttila <terom@fixme.fi>

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

Thu, 26 Jun 2008 01:32:56 +0300new render_threads module, make node_main use it, compiles, not yet tested
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>

Tue, 17 Jun 2008 19:08:05 +0300add img_{left,right,top,bottom} and img_{x,y}_step to struct render and change render_mandelbrot/slices to use them
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>

Tue, 17 Jun 2008 18:15:43 +0300fix memory alloc/free bugs, and one in render_threads where the last row was left out
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>

Tue, 17 Jun 2008 18:05:08 +0300write 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
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>

Tue, 17 Jun 2008 16:39:55 +0300a working threaded sliced render, plus modifications to other modules to use this in web_main
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>

Mon, 09 Jun 2008 18:58:39 +0300render_multi uses render_slices now, and seems to work
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>

Mon, 09 Jun 2008 03:15:34 +0300a half-working render_slices. Render_multi is currently semantically broken/buggy, but it's time to go to sleep
Tero Marttila <terom@fixme.fi> [Mon, 09 Jun 2008 03:15:34 +0300] rev 17
a half-working render_slices. Render_multi is currently semantically broken/buggy, but it's time to go to sleep

committer: Tero Marttila <terom@fixme.fi>

Sun, 08 Jun 2008 23:10:36 +0300render_multi works a bit more efficiently now
Tero Marttila <terom@fixme.fi> [Sun, 08 Jun 2008 23:10:36 +0300] rev 16
render_multi works a bit more efficiently now

committer: Tero Marttila <terom@fixme.fi>