<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://hg.devl.cz/pyrit/</link>
    <language>en-us</language>

    <title>pyrit: TODO history</title>
    <description>TODO revision history</description>
    <item>
    <title>add sections about demos to README</title>
    <link>http://hg.devl.cz/pyrit/log/64638385798a/TODO</link>
    <description><![CDATA[add sections about demos to README<br/>
update doxygen comments]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Mon, 19 May 2008 22:59:04 +0200</pubDate>
</item>
<item>
    <title>added Python binding for material.h classes</title>
    <link>http://hg.devl.cz/pyrit/log/9eb71e76c7fd/TODO</link>
    <description><![CDATA[added Python binding for material.h classes<br/>
added raytracermodule.h header file for declarations<br/>
updated car.py demo<br/>
added texture.py demo (based on spheres_glass.py)<br/>
all remaining 'centre' changed to more common 'center'<br/>
added some more const's to material.h]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Thu, 15 May 2008 00:07:25 +0200</pubDate>
</item>
<item>
    <title>update README</title>
    <link>http://hg.devl.cz/pyrit/log/4c8abb8977dc/TODO</link>
    <description><![CDATA[update README<br/>
update Doxygen docs<br/>
scons option 'msvc' changed to 'mingw' as msvc is default<br/>
  and mingw must be turned on explicitly]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Thu, 08 May 2008 09:21:25 +0200</pubDate>
</item>
<item>
    <title>packetize Phong shader</title>
    <link>http://hg.devl.cz/pyrit/log/9d66d323c354/TODO</link>
    <description><![CDATA[packetize Phong shader<br/>
new scons config options:<br/>
  simd=(yes|no) - allow/suppress explicit SSE<br/>
  force_flags=(yes|no) - force use of specified flags instead of autodetected<br/>
  profile=(yes|no) - enable gcc's profiling (-pg option)<br/>
check for pthread.h header, don't try to build without it<br/>
add fourth Vector3 component for better memory aligning<br/>
rename Vector3 to Vector<br/>
partialy SSE-ize Vector class (only fully vertical operations)<br/>
build static lib and python module in distinctive directories<br/>
  to avoid collision of library file names on some platforms]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Fri, 02 May 2008 13:27:47 +0200</pubDate>
</item>
<item>
    <title>add 2D pixmap texture class</title>
    <link>http://hg.devl.cz/pyrit/log/9dbb9c8c115b/TODO</link>
    <description><![CDATA[add 2D pixmap texture class]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Thu, 24 Apr 2008 10:49:11 +0200</pubDate>
</item>
<item>
    <title>material and texture classes moved to material.(cc,h)</title>
    <link>http://hg.devl.cz/pyrit/log/062b1c4143f7/TODO</link>
    <description><![CDATA[material and texture classes moved to material.(cc,h)<br/>
2D texture mappings from textures.cc polished and moved to material.h<br/>
add ColourMap class and subclasses to make textures more flexible<br/>
two example textures: CheckersTexture and CloudTexture (using Perlin noise)]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Wed, 23 Apr 2008 14:39:33 +0200</pubDate>
</item>
<item>
    <title>move shapes to extra source file</title>
    <link>http://hg.devl.cz/pyrit/log/9569e9f35374/TODO</link>
    <description><![CDATA[move shapes to extra source file<br/>
add serialize header and source file with common serialization functions<br/>
dump/load feature for shapes and kd-tree<br/>
fix few minor bugs]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Wed, 23 Apr 2008 10:38:33 +0200</pubDate>
</item>
<item>
    <title>rewrite subsampling from old code to DefaultSampler</title>
    <link>http://hg.devl.cz/pyrit/log/dbe8438d5dca/TODO</link>
    <description><![CDATA[rewrite subsampling from old code to DefaultSampler<br/>
render in phases, clean workers after each phase]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Tue, 22 Apr 2008 13:33:12 +0200</pubDate>
</item>
<item>
    <title>unify capitalization of method names in C++ and Python</title>
    <link>http://hg.devl.cz/pyrit/log/20dee9819b17/TODO</link>
    <description><![CDATA[unify capitalization of method names in C++ and Python]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Mon, 21 Apr 2008 09:05:09 +0200</pubDate>
</item>
<item>
    <title>kd-tree traversal - avoid dynamic memory allocation</title>
    <link>http://hg.devl.cz/pyrit/log/09aedbf5f95f/TODO</link>
    <description><![CDATA[kd-tree traversal - avoid dynamic memory allocation<br/>
use minimum storage size for KdNode (8B on 32bit cpu)<br/>
vector.h - add division operator, fix semicolons]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Mon, 21 Apr 2008 08:47:36 +0200</pubDate>
</item>
<item>
    <title>kd-tree building - check all axes for best split, add additional shape-bbox check</title>
    <link>http://hg.devl.cz/pyrit/log/7c3f38dff082/TODO</link>
    <description><![CDATA[kd-tree building - check all axes for best split, add additional shape-bbox check<br/>
extent Container bounds by Eps to fix invisible triangles on borders<br/>
new Camera constructor with more intuitive lookat/up vectors<br/>
fix camera axes (mirrored images)<br/>
better camera angle-of-view<br/>
change capitalization of addShape and addLight]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Sun, 20 Apr 2008 16:48:24 +0200</pubDate>
</item>
<item>
    <title>new python demo: boxes</title>
    <link>http://hg.devl.cz/pyrit/log/1e92c21b9a61/TODO</link>
    <description><![CDATA[new python demo: boxes]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Sat, 29 Mar 2008 18:01:45 +0100</pubDate>
</item>
<item>
    <title>workaround for divide by zero bug in octree</title>
    <link>http://hg.devl.cz/pyrit/log/558fde7da82a/TODO</link>
    <description><![CDATA[workaround for divide by zero bug in octree<br/>
enable oversampling for DefaultSampler<br/>
sampler and camera performance enhancements]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Fri, 28 Mar 2008 00:53:20 +0100</pubDate>
</item>
<item>
    <title>Doxygen</title>
    <link>http://hg.devl.cz/pyrit/log/6493fb65f0b1/TODO</link>
    <description><![CDATA[Doxygen<br/>
new Sampler object<br/>
replacing rendering algorithm with more flexible one -- this breaks most of demos and disables threads and (over-/sub-)sampling functionality, need a rewrote]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Wed, 26 Mar 2008 00:52:27 +0100</pubDate>
</item>
<item>
    <title>MIT license for sources</title>
    <link>http://hg.devl.cz/pyrit/log/3763b26244f0/TODO</link>
    <description><![CDATA[MIT license for sources<br/>
update README, DEVNOTES and TODO]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Thu, 03 Jan 2008 18:06:34 +0100</pubDate>
</item>
<item>
    <title>Makefile: added help and distclean target, plus small fixes</title>
    <link>http://hg.devl.cz/pyrit/log/929aad02c5f2/TODO</link>
    <description><![CDATA[Makefile: added help and distclean target, plus small fixes<br/>
ccdemos/common_sdl.h:<br/>
  print fps to window caption instead of console<br/>
  update and key callbacks<br/>
  fixed segfault when resizing window<br/>
  pressing c now causes print out of camera coordinates<br/>
ccdemos/spheres_shadow.cc: controlling position of a light and focal length of camera]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Mon, 17 Dec 2007 22:03:50 +0100</pubDate>
</item>
<item>
    <title>quaternion moved to extra header file</title>
    <link>http://hg.devl.cz/pyrit/log/28f6e8b9d5d1/TODO</link>
    <description><![CDATA[quaternion moved to extra header file<br/>
updated headers in all sources]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Sun, 09 Dec 2007 23:10:58 +0100</pubDate>
</item>
<item>
    <title>new Raytracer option: oversampling</title>
    <link>http://hg.devl.cz/pyrit/log/8af5c17d368b/TODO</link>
    <description><![CDATA[new Raytracer option: oversampling<br/>
add 9x and 16x oversampling (5x was available through preproc. directive)]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Sun, 09 Dec 2007 13:31:38 +0100</pubDate>
</item>
<item>
    <title>refraction</title>
    <link>http://hg.devl.cz/pyrit/log/b4e09433934a/TODO</link>
    <description><![CDATA[refraction<br/>
updated demo.py and bunny.py to present new feature<br/>
python binding for material settings]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Sun, 09 Dec 2007 10:45:26 +0100</pubDate>
</item>
<item>
    <title>pyrit_verbosity: new variable for controlling amount of output, see common.h</title>
    <link>http://hg.devl.cz/pyrit/log/33f95441790e/TODO</link>
    <description><![CDATA[pyrit_verbosity: new variable for controlling amount of output, see common.h<br/>
fix Makefile dependencies for raytracer_module<br/>
fix bad view in buddha.py caused by last commit]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Sat, 08 Dec 2007 16:02:37 +0100</pubDate>
</item>
<item>
    <title>smooth triangles (aka Phong shading)</title>
    <link>http://hg.devl.cz/pyrit/log/ffe83ca074f3/TODO</link>
    <description><![CDATA[smooth triangles (aka Phong shading)<br/>
extend Python binding to support vertex normals and smooth triangles<br/>
make bunny.py and realtime_dragon smooth, and fix other demos for new triangle constructor<br/>
add Vector::operator/=]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Sat, 08 Dec 2007 12:37:45 +0100</pubDate>
</item>
<item>
    <title>naive color driven sub-sampling</title>
    <link>http://hg.devl.cz/pyrit/log/79b516a3803d/TODO</link>
    <description><![CDATA[naive color driven sub-sampling<br/>
slightly optimized KdTree::nearest_intersection<br/>
fixed bug in Box::intersect<br/>
fixed stripes on spheres in spheres_ao.py (was caused by AO distance)<br/>
new KdTree property: max_depth<br/>
minor changes in realtime.py]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Fri, 30 Nov 2007 00:44:51 +0100</pubDate>
</item>
<item>
    <title>new C++ demo: realtime.cc (real-time scene viewer using SDL)</title>
    <link>http://hg.devl.cz/pyrit/log/f22952603f29/TODO</link>
    <description><![CDATA[new C++ demo: realtime.cc (real-time scene viewer using SDL)<br/>
Quaternion, Camera::rotate and Camera::move<br/>
replace all printf's with infomsg wrapper<br/>
don't allocate memory in Raytracer::render, just blindly write to provided address<br/>
don't creat Container object in Raytracer, let user do it]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Thu, 29 Nov 2007 18:30:16 +0100</pubDate>
</item>
<item>
    <title>added Camera, currently w/o Python binding</title>
    <link>http://hg.devl.cz/pyrit/log/4e0955fca797/TODO</link>
    <description><![CDATA[added Camera, currently w/o Python binding<br/>
new #define option: OVERSAMPLING<br/>
fixed all demos to work with new camera (they had inverted z axis)]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Mon, 26 Nov 2007 23:12:40 +0100</pubDate>
</item>
<item>
    <title>C++ demos: prepare infrastructure, add spheres_shadow.cc</title>
    <link>http://hg.devl.cz/pyrit/log/a0a3e334744f/TODO</link>
    <description><![CDATA[C++ demos: prepare infrastructure, add spheres_shadow.cc<br/>
      rename Ray::a to Ray::o<br/>
      KdNode::shapes changed to pointer and added to union together with *children (to save memory)]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Sun, 25 Nov 2007 17:58:29 +0100</pubDate>
</item>
<item>
    <title>replace Plane with axis-aligned Box (because infinite Plane is not usable with kd-tree)</title>
    <link>http://hg.devl.cz/pyrit/log/fc18ac4833f2/TODO</link>
    <description><![CDATA[replace Plane with axis-aligned Box (because infinite Plane is not usable with kd-tree)<br/>
fix memory leak in KdTree::nearest_intersection<br/>
rename BBox::R to BBox::H<br/>
new file: common.h (Eps and Inf constants)]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Sun, 25 Nov 2007 15:50:01 +0100</pubDate>
</item>
<item>
    <title>new python demo: buddha</title>
    <link>http://hg.devl.cz/pyrit/log/fbd1d2f7d94e/TODO</link>
    <description><![CDATA[new python demo: buddha]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Sat, 24 Nov 2007 23:55:54 +0100</pubDate>
</item>
<item>
    <title>kd-tree: traversal algorithm (KdTree::nearest_intersection)</title>
    <link>http://hg.devl.cz/pyrit/log/f4fcabf05785/TODO</link>
    <description><![CDATA[kd-tree: traversal algorithm (KdTree::nearest_intersection)]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Sat, 24 Nov 2007 21:55:41 +0100</pubDate>
</item>
<item>
    <title>move nearest_intersection() to Container, add dummy KdTree.load(), plus small fixes</title>
    <link>http://hg.devl.cz/pyrit/log/4d192e13ee84/TODO</link>
    <description><![CDATA[move nearest_intersection() to Container, add dummy KdTree.load(), plus small fixes]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Fri, 23 Nov 2007 16:14:38 +0100</pubDate>
</item>
<item>
    <title>kd-tree: build algorithm - searching for all posible splits</title>
    <link>http://hg.devl.cz/pyrit/log/bf17f9f84c91/TODO</link>
    <description><![CDATA[kd-tree: build algorithm - searching for all posible splits]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Thu, 22 Nov 2007 17:53:34 +0100</pubDate>
</item>
<item>
    <title>pthreads and other fixes for Windows</title>
    <link>http://hg.devl.cz/pyrit/log/d8d596d26f25/TODO</link>
    <description><![CDATA[pthreads and other fixes for Windows]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Sun, 18 Nov 2007 11:20:56 +0100</pubDate>
</item>
<item>
    <title>multi-threaded rendering via pthreads</title>
    <link>http://hg.devl.cz/pyrit/log/c73bc405ee7a/TODO</link>
    <description><![CDATA[multi-threaded rendering via pthreads<br/>
added README]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Sat, 17 Nov 2007 17:20:36 +0100</pubDate>
</item>
<item>
    <title>some notes in TODO</title>
    <link>http://hg.devl.cz/pyrit/log/8f9cb0526c47/TODO</link>
    <description><![CDATA[some notes in TODO]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Fri, 16 Nov 2007 10:25:12 +0100</pubDate>
</item>
<item>
    <title>added TODO</title>
    <link>http://hg.devl.cz/pyrit/log/ce23c7deb2d3/TODO</link>
    <description><![CDATA[added TODO]]></description>
    <author>&#82;&#97;&#100;&#101;&#107;&#32;&#66;&#114;&#105;&#99;&#104;&#32;&#60;&#114;&#97;&#100;&#101;&#107;&#46;&#98;&#114;&#105;&#99;&#104;&#64;&#100;&#101;&#118;&#108;&#46;&#99;&#122;&#62;</author>
    <pubDate>Fri, 09 Nov 2007 10:17:27 +0100</pubDate>
</item>

  </channel>
</rss>
