Just acquired a notebook with Radeon Xpress 200M card, installed Linux and ATI Linux driver 8.26.18 on it. OpenGL version reported by fglrxinfo utility is 2.0.5879, so I was thinking that finally I'll be able to approach writing some OpenGL 2.0 code. However:
1. There is no OpenGL 2.0 header file installed.
2. When listing symbols from libGL.so installed, seems like OpenGL 2.0 API is not there - for example, glCreateProgramObject() is not listed there, while glCreateProgramObjectARB() is listed.

So - any hint regarding does this card/driver actually have OpenGL 2.0 support or not, and if so, how to employ it from the code?

Thanks.