Fri, 02 May 2008 13:27:47 +0200 |
Radek Brich |
packetize Phong shader
pyrit
|
changeset |
files
|
Tue, 29 Apr 2008 23:31:08 +0200 |
Radek Brich |
rename Python module from 'raytracer' to 'pyrit'
pyrit
|
changeset |
files
|
Tue, 29 Apr 2008 13:56:29 +0200 |
Radek Brich |
use SSE for float to char image buffer conversion
pyrit
|
changeset |
files
|
Mon, 28 Apr 2008 11:44:11 +0200 |
Radek Brich |
merge pixmap handling from sampler, material.h and ccdemos's image module to new Pixmap class
pyrit
|
changeset |
files
|
Sun, 27 Apr 2008 22:55:17 +0200 |
Radek Brich |
Sphere, Box - RayPacket intersection
pyrit
|
changeset |
files
|
Sun, 27 Apr 2008 19:56:23 +0200 |
Radek Brich |
BBox - RayPacket intersection
pyrit
|
changeset |
files
|
Sun, 27 Apr 2008 14:19:37 +0200 |
Radek Brich |
implement triangle packet intersection
pyrit
|
changeset |
files
|
Sun, 27 Apr 2008 09:44:49 +0200 |
Radek Brich |
prepare kd-tree traversal for packet tracing (4 rays at once)
pyrit
|
changeset |
files
|
Thu, 24 Apr 2008 18:12:32 +0200 |
Radek Brich |
vectorize makeRayPacket() using SSE intrinsics
pyrit
|
changeset |
files
|
Thu, 24 Apr 2008 13:55:11 +0200 |
Radek Brich |
prepare structures for packet tracing
pyrit
|
changeset |
files
|
Thu, 24 Apr 2008 10:49:11 +0200 |
Radek Brich |
add 2D pixmap texture class
pyrit
|
changeset |
files
|
Wed, 23 Apr 2008 19:35:03 +0200 |
Radek Brich |
remove forgotten noise.h includes
pyrit
|
changeset |
files
|
Wed, 23 Apr 2008 14:39:33 +0200 |
Radek Brich |
material and texture classes moved to material.(cc,h)
pyrit
|
changeset |
files
|
Wed, 23 Apr 2008 10:38:33 +0200 |
Radek Brich |
move shapes to extra source file
pyrit
|
changeset |
files
|
Tue, 22 Apr 2008 13:33:12 +0200 |
Radek Brich |
rewrite subsampling from old code to DefaultSampler
pyrit
|
changeset |
files
|
Mon, 21 Apr 2008 19:35:27 +0200 |
Radek Brich |
kd-tree: move recursive build subroutine from KdNode to KdTree
pyrit
|
changeset |
files
|
Mon, 21 Apr 2008 09:05:09 +0200 |
Radek Brich |
unify capitalization of method names in C++ and Python
pyrit
|
changeset |
files
|
Mon, 21 Apr 2008 08:47:36 +0200 |
Radek Brich |
kd-tree traversal - avoid dynamic memory allocation
pyrit
|
changeset |
files
|
Sun, 20 Apr 2008 19:27:59 +0200 |
Radek Brich |
correct camera angle of view
pyrit
|
changeset |
files
|
Sun, 20 Apr 2008 16:48:24 +0200 |
Radek Brich |
kd-tree building - check all axes for best split, add additional shape-bbox check
pyrit
|
changeset |
files
|
Sat, 19 Apr 2008 18:00:27 +0200 |
Radek Brich |
simplify kd-tree building, it's also much faster now
pyrit
|
changeset |
files
|
Tue, 15 Apr 2008 17:12:50 +0200 |
Radek Brich |
a fix for CPU and compiler detection
pyrit
|
changeset |
files
|
Mon, 14 Apr 2008 12:51:50 +0200 |
Radek Brich |
move "smooth" attribute from Triangle to Material
pyrit
|
changeset |
files
|
Sat, 12 Apr 2008 02:02:45 +0200 |
Radek Brich |
added detection of optimal CPU flags for both GCC and IntelC
pyrit
|
changeset |
files
|
Fri, 11 Apr 2008 12:46:36 +0200 |
Radek Brich |
new option to choose single or double precision floats
pyrit
|
changeset |
files
|
Fri, 11 Apr 2008 00:13:59 +0200 |
Radek Brich |
fixed ICC detection
pyrit
|
changeset |
files
|
Thu, 10 Apr 2008 23:20:36 +0200 |
Radek Brich |
basic detection of compiler (GCC or ICC) and CPU capabilities
pyrit
|
changeset |
files
|
Wed, 09 Apr 2008 17:55:29 +0200 |
Radek Brich |
add Help with list of targets to SConstruct
pyrit
|
changeset |
files
|
Wed, 09 Apr 2008 16:51:14 +0200 |
Radek Brich |
add many SCons targets (see DEVNOTES)
pyrit
|
changeset |
files
|
Wed, 09 Apr 2008 11:35:59 +0200 |
Radek Brich |
more SConscript tweaking, make model preparation work again
pyrit
|
changeset |
files
|