Python Primer for the Impatient
Python Primer
for the Impatient
Lua Primer for the Impatient
Lua Primer
for the Impatient
OpenGL interpolation qualifiers (GLSL)
OpenGL interpolation
qualifiers (GLSL)
GLSL Hacker - Pixel hacking with GLSL, Lua and Python under Windows, Linux and Mac OSX
GLSL Hacker 0.5.0
 
OpenGL 4 Tessellation on Mac OS X
OpenGL 4 Tessellation
on Mac OS X
GpuTest 0.4.0 - Cross Platform OpenGL Benchmark for Windows, OS X and Linux
GpuTest 0.4.0 for Windows
Mac OS X and Linux

Posts Tagged ‘graphics rendering pipeline’


Graphics Rendering Pipelines

Be the first to comment - What do you think?  Posted by JeGX - 2008/08/10 at 11:03

Categories: 3D Engines, Game Development, Programming   Tags: , , , ,

With the upcoming Intel’s Larrabee, we are heading to a fully programmable rendering pipeline. The following image shows the graphics pipeline evolution:


It seems the old days of graphics programming gurus (where you have to code everything like the polyfiller) are back…
-source-