XENOS Demystified @ Beyond3D
Posted on the front page by Rys:
Dave Baumann, EIC over at Beyond3D, who's sat opposite me swearing at his laptop in a Canadian hotel, has just activated his analysis of the graphics hardware in XBOX360. Codenamed C1 by ATI and more commonly known as XENOS, the 3D hardware in Microsoft's new console is a radical departure from current PC 3D hardware in the way it processes tris and processes and pushes pixels.
In simple terms, an array of arithmetic units that can process vertex or pixel data, before outputting to a unified memory architecture via an off-die eDRAM and ROP processing package, C1 is the most advanced and capable graphics processor ever created. Here's a snippet.
With its unified shader pipeline Xenos has a fundamental difference with virtually all current shader capable graphics processors and whilst shader processing are enveloping both the geometry and raster pipeline, until now they have done both those elements distinctly. On Xenos there is a logical disconnect between the old OpenGL pipeline, which is basically the evolution path most graphics processors followed, as now the geometry and pixel shader processing are moved on to a single processing element of the chip as all the shader ALU's can dynamically be tasked with either vertex shader programs or pixel shader programs.
Check it out in full over here. It's a fairly technical read, so put your 3D hat on if you dare to venture into the analysis of what'll draw the images on the new XBOX.