Microsoft published an open spec of C++ AMP (Accelerated Massive Parallelism), which is implemented in Visual Studio 11. Spec here (PDF)
AMD released an Accelerated Parallel Processing edition Catalyst driver which contains a public OpenCL driver. This is also (to my understanding)...
I wrote a CUDA program to test GF104's MP. For fully dependent computations, it's only able to use 32 of 48 SP in a MP, and it should be able to...
Khronos released OpenGL 4.0 and OpenGL 3.3 specifications at GDC. The press release summaries some major new additions.
I rewrote my old n-Queen solver from CUDA into OpenCL. It's not a port, because I rewrite everything from scratch (only the idea remains the...
I've written an OpenCL Mandelbrot set generator which writes the resulting image to a bmp file. This program uses algorithm similar to Voxilla's...
I've written a simple NLM denoise program with DX11 compute shader 4.0. It works on my GTX 285, but I don't know if it works on anything else......
Demigod is being released today. It's reported that Gamestop has jumped the gun and released it earlier than intended. Therefore, Stardock is...
Since there are some intense discussions about Windows 7 and Microsoft's practice of feature bundling, the nature of Microsoft's monopoly, and...
It looks like Spore Creature Creator will be released tomorrow, along with a trial version. However, it seems that some people already got the...
Apparently NVIDIA has released beta CUDA toolkit and SDK for MacOS X 10.5.2. I don't have an Intel Mac so I can't try that though.
Intel released some information about SSE4 in IDF. You can read it here: https://intel.wingateweb.com/published/BMAS005/BMAS005_100Eng.pdf...
Supreme Commander has gone gold. The release date is Febrary 20. Meanwhile, the multiplayer beta is still underway with a new patch, primarily for...
Microsoft released XNA Game Studio Express 1.0 and an update for DirectX SDK (December 2006). The new DirectX SDK contains support for Direct3D 10...
NEC has started shipping a DVD driver chip which supports both HD DVD and Blu-ray disc specifications. It's now sampling, and volume production is...
Today I found that the local 7-11 is selling Red Bull. Out of curiosity, I bought one and drank it. Then I felt sleepy and couldn't concentrate on...
This report talks about a new 2.0 firmware for PSP (and a new white PSP). The new firmware update includes: [Internet] - Added an internet...
I just saw the news here. I think that's pretty interesting.
Pioneer announced a new dual layer DVD-R format. They are going to propose their new format to DVD-Forum. Meanwhile, Philips and Mitsubishi...
People here keep talking about the high fee of internet connection. I think it's interesting to compare with other countries. Currently I use a...
I am working on a pixel shader benchmark framework. Basically it let you assign your own shaders, textures, texture coordinates, etc. for testing...
Simcity 4 is the first to use real-time 3D rendering in the Simcity series. Its graphics is very good. 3D rendering gives it flexible terrain, and...
Report It will be released in Japan on 11/7. It has some comparison between the PS2 version and the Windows version, but I can't really see the...
The newly announced i845G and i845GL has a new graphics core called "Extreme Graphics." According to Intel's whitepaper, it looks like a tile...
I just read the specification of the OpenGL extension NV_depth_clamp. This extension enables a 3D chip to disable far/near clip planes and clamp...