How to get Opengl 2.0?

I downloaded the latest driver for my video card (ATI Radeon 9250 for WinXP), and I had to use glGetString(GL_VERSION) to find out the current version. It ended up being v1.3. Shouldn’t the latest version be 2.0? Why isn’t it 2.0? Thanks in advanced…

Hi pvaira,

it seems the ATi Radeon 9250 has hardware support for version 1.3 “only”

For information about OpenGL versions within 3D cards try to search http://www.delphi3d.net/

Hardware support for OpenGL 2.0 is feature of newer cards - but don’t worry, even with OpenGL 1.3 you can have a lot of fun

glPetr