GPU Caps Viewer

Last update : September 16, 2014

GPU Caps Viewer is a video card information utility that gives details about hardware (GPU) and software (OpenGL, OpenCL and CUDA API level support).

The current version of the program is 1.21.1.2 released on September 5, 2014. The following pictures show the informations displayed  for my desktop PC used for some tests with the outstanding ReconstructMe Project.

GPU Caps Viewer 1.16.0 : General View

GPU Caps Viewer 1.16.0 : CUDA View

GPU Caps Viewer 1.16.0 : OpenCL View

GPU Caps Viewer has been developed by Jérôme [JeGX] Guinot from Switzerland. He considers himself as OpenGL developer and GPU torturer. He is the owner of the blog Geeks3D providing informations about 3D tech news each and every day. He is also the founder of the website oZone3D.Net (“Heat up your graphics card”) and maintains the personal log JeGX’s Infamous Lab (former JeGX’s DevBlog). Some other creations of JeGX are GeeXLab, FurMark, TessMark, FluidMark, ShaderToyMark, GPU Shark, GLinspector, EVGA OC Scanner and MSI Kombustor.

The program  contains 11 OpenGL and 8 OpenCL demos.

WebGL – OpenGL for the Web

WebGL brings plugin-free 3D to the web, implemented right into the browser. Major browser developpers Apple (Safari), Google (Chrome), Mozilla (Firefox), and Opera (Opera) are members of the WebGL Working Group.

WebGL is a cross-platform, royalty-free web standard for a low-level 3D graphics API based on OpenGL ES 2.0, exposed through the HTML5 Canvas element as Document Object Model interfaces.  It stays very close to the OpenGL ES 2.0 specification, with some concessions made for what developers expect out of memory-managed languages such as JavaScript.

WebGL  is developped by the Khronos Group, a not for profit, member-funded consortium focused on the creation of royalty-free open standards for parallel computing, graphics and dynamic media on a wide variety of platforms and devices. The Khronos Group was founded in January 2000 by a number of leading media-centric companies, including 3Dlabs, ATI, Discreet, Evans & Sutherland, Intel, NVIDIA, SGI and Sun Microsystems.

A guide how to get a WebGL implementation is available at the Khronos wiki website.

The current stable version of the Google Chrome 8 browser can be WebGL enabled by entering about:flags in the address bar and enabling the feature. A better (default) support of WebGL is provided with the Google Chrome Canari browser (the development version 10.0.614.0).

The following links point to websites with useful informations, tutorials, tools and ressources about WebGL :