Run Open GL programs on the Raspberry Pi?

mesa, opengl, raspberry-pi, raspbian, sfml

Solution

You can run the Mesa software rasterizer to get desktop OpenGL support.

It'll be slow though. Really, really slow.

Problem

Can the Raspberry Pi run OpenGL programs? Like GL 1.x programs, not OpenGL ES 2.x which I know it can run. The reason I am asking, I have trouble having SFML 2 start on it.

Original source