Michael
Michael

Reputation: 1607

Opengl-3 programming on old laptop hardware

I'm interested in doing some initial development targeting OpenGL 3. Unfortunately, my hardware is ~6 years out of date, and it doesn't look like ATI provides any drivers for my video card which support the newer OpenGL API's.

Are there any software implementations of the OpenGL 3 API's? I'm aware the performance will likely be dreadfully slow, but it'd be enough to hold me over until I can purchase a new laptop :)

Upvotes: 1

Views: 699

Answers (1)

Jerry Coffin
Jerry Coffin

Reputation: 490178

Mesa 3D is probably your best bet.

Upvotes: 3

Related Questions