graph
- minor readme fixdefault tip 2015-12-28, by John Tsiombikas
- added readme file and license2015-12-28, by John Tsiombikas
- minor cleanups2015-12-28, by John Tsiombikas
- added the triangle clipping code, now I must actually use it...2010-09-12, by John Tsiombikas
- implementing polygon split2010-09-12, by John Tsiombikas
- merged2010-09-11, by John Tsiombikas
- added glFinish after swap-buffers to make the program absolutely correct in regards to mediating usage of the shared GL/CL texture image2010-09-06, by John Tsiombikas
- extensive render stats for the CPU raytracer2010-09-11, by John Tsiombikas
- separated the OpenGL visualization and added a CPU raytracing mode2010-09-10, by John Tsiombikas
- removed the unnecessary second pass for the kdtree flattening2010-09-05, by John Tsiombikas
- wrong filename on captured images2010-09-04, by John Tsiombikas
- changed the binary target to clray2010-09-02, by John Tsiombikas
- - added button to stop the timing messages2010-08-31, by John Tsiombikas
- - updated the visual studio project files2010-08-31, by John Tsiombikas
- forgot to add common.h to the repository2010-08-31, by John Tsiombikas
- added interactive controls for turning shadows/reflections on and off as well as selecting maximum ray tracing iterations2010-08-31, by John Tsiombikas
- - added -d switch to start in OpenGL rendering mode2010-08-29, by John Tsiombikas
- fixed the issue of hitting maximum vertical image sizes for large kdtrees2010-08-29, by John Tsiombikas
- added maximum node face limit by default2010-08-28, by John Tsiombikas
- shoehorned the kdtree into an opnecl image and improved performance slightly2010-08-28, by John Tsiombikas
- added CL/GL interop support for macosx (compiles) and windows (untested)2010-08-28, by John Tsiombikas
- - changed the membuffer into an imagebuffer for the non-GL/CL-interop case2010-08-27, by John Tsiombikas
- segfault on exit?2010-08-27, by John Tsiombikas
- Implemented OpenGL/OpenCL interop, and removed the texture copy2010-08-27, by John Tsiombikas
- fixed the damned kdtree2010-08-27, by John Tsiombikas
- out of resources?!2010-08-27, by John Tsiombikas
- merged2010-08-26, by John Tsiombikas
- stopped using a heap to flatten the kdtree. added explicit left/right indices2010-08-26, by John Tsiombikas
- blah blah blah2010-08-24, by John Tsiombikas
- forgot to add the timers2010-08-24, by John Tsiombikas
- performance sucks2010-08-24, by John Tsiombikas
- yey! *seems* to work now2010-08-22, by John Tsiombikas
- debugging ...2010-08-21, by John Tsiombikas
- doh ... it doesn't work2010-08-21, by John Tsiombikas
- trying to pass the kdtree to the kernel2010-08-21, by John Tsiombikas
- semi-fixed the kdtree construction2010-08-17, by John Tsiombikas
- continuing with the kdtree construction2010-08-17, by John Tsiombikas
- continuing with the kdtree2010-08-14, by John Tsiombikas
- - moved create_face_buffer to Scene::get_face_buffer and did a few reorganizations.2010-08-14, by John Tsiombikas
- separated obj loading and vector class2010-08-13, by John Tsiombikas
- OMG alignment is a bitch2010-08-11, by John Tsiombikas
- fixed, now we need to start with optimizations2010-08-10, by John Tsiombikas
- fixed2010-08-09, by John Tsiombikas
- added reflection2010-08-09, by John Tsiombikas
- debugging...2010-08-09, by John Tsiombikas
- foo2010-08-09, by John Tsiombikas
- cl compiler segfaults...2010-08-09, by John Tsiombikas
- burp2010-08-08, by John Tsiombikas
- trying to debug the bloody thing2010-08-07, by John Tsiombikas
- bollocks2010-08-04, by John Tsiombikas
- fixed the bloody intersection bug2010-08-03, by John Tsiombikas
- ported to windows2010-07-31, by John Tsiombikas
- added vs project2010-07-30, by John Tsiombikas
- moving to triangles2010-07-24, by John Tsiombikas
- interactive spheres2010-07-23, by John Tsiombikas
- foo2010-07-23, by John Tsiombikas
- adding polygon meshes and obj loading2010-07-20, by John Tsiombikas
- caught up2010-07-15, by John Tsiombikas
- wow a ball2010-07-15, by John Tsiombikas
- added OpenGL display of the framebuffer2010-07-13, by John Tsiombikas
- pfffff2010-07-12, by John Tsiombikas
- added non-buffer args2010-07-12, by John Tsiombikas
- first test works, let's try to make a raytracer now...2010-07-12, by John Tsiombikas