ATI Radeon 9000 Pro but can only get OpenGL 1.3

Hi,

I’m using windows XP pro SP2 and I have a ATI Radeon 9000. I have updated the latest driver from ATI but still my OpenGL version is still 1.3

Here is the output from my program:

OpengGL version: 1.3.4582 WinXP Release
GLU version: 1.2.2.0 Microsoft Corporation

I have no idea how to get the newer version of OpenGL. Will someone point me to the right direction?

Thank you,

Huynh-

Doesnt look like ATI is going to support OpenGL V1.4++ on Radeon 9000 class hardware. According to
http://delphi3d.net/hardware/listreports.php all the 9000, 9100 and 9200 boards only support 1.3 regardless of the driver. You need at least a Radeon 9500 to get OpenGL V1.5 support.

Why do you need a higher OpenGL version?

Hi,

Thank you for verifying that for me. I was trying to use cube map env mapping. I didn’t know I had to include glext.h to use features in higher version of OpenGL. Luckily, cube map is supported since version 1.3.

Huynh-