Welcome!
Monthly Archives: May 2008
GPU Caps Viewer News
The new version of GPU Caps Viewer is on its way. Currently I’m playing with a radial blur (HDR demo) grabbed in a NVIDIA demo. It’s quite intensive and I think I’m going to code a new benchmark based on … Continue reading
Small Log System
Here is a small piece of code that can be useful if you need to quickly generate traces (or log) in your apps: class cLog { public: cLog(char *logfile){}; static void trace(const char *s) { if(s) log << s << … Continue reading
Chuck Norris Facts
Hey guys, if you don’t know Chuck Norris Facts, jump here: www.chucknorrisfacts.com Here is an extract: Chuck Norris played Russian Roulette with a fully loaded gun and won. Chuck Norris is a vegetarian. Meaning, he does not eat animals until … Continue reading
Geeks3D.com
A small post to say I have set up a new website dedicated to the Latest of the world of 3D: graphics cards, OpenGL and Direct3D programming, 3d softwares, demoscene and all other cool things I forget. This website is … Continue reading
NVIDIA’s David Kirk Interview on CUDA, CPUs and GPUs
David Kirk, Nvidia’s Chief Scientist, interviewed by the guys at bit-tech.net. Read the full interview HERE. Here are some snippets of this 8-page interview: – page1 “Kirk’s role within Nvidia sounds many times simpler than it actually is: he oversees … Continue reading