What spec GPU is required for GPU volumentric rendering?

On what type/age of PCs would the software based volumetric renderer be preferable/required compared to the GPU renderer? Realistically these days now that even integrated chipsets are DirectX10 compatible (good by and good riddance Intel GMA chipsets!) should any non-budget machine be able to do volumetric rendering on the GPU?

I don’t think we’ve done anything systematic to check but when things aren’t working we typically hear about it. Slicer relies on the vtk volume rendering infrastructure, and it’s pretty widely compatible with recent GPUs (and even older ones). You might try the vtk users mailing list for ideas of what is and isn’t supported (see vtk.org).

Slicer uses OpenGL for rendering, so DirectX compatibility is not needed.

Current Slicer stable version can use some integrated chipsets for GPU-based rendering, but they are not much faster than CPU (maybe 1.5x-3x faster, while a strong GPU is 20-100x faster).

Slicer will switch to a new rendering backend very soon (this week?). The new backend uses newer OpenGL API, which should improve compatibility with integrated chipsets and it should also be somewhat faster.

Sure - D3D version is just an easier check as you have to meet all features to pass, unlike OGL which is less clear :slight_smile:

I was mainly wondering if the software renderer is largely obsolete or should be a fall-back rather than the default, given that any decent computer in the last 5 years sounds like it will give better GPU rendering than software? Or do you find people have enough problems with GPU that software is still widely used?

Many integrated boards are not compatible with the current (old) backend. With the new backend, the compatibility is much better, but sometimes you have no graphics card at all (headless systems on cloud) or there are limitations of the GPU (maximum memory, texture size, image size, etc.). For these cases, we’ll keep CPU volume rendering option functional.