|
|
opengl 2.0 for winxp, intel945
Hello,
I need to run some opengl program on my laptop (winxp). My laptop
does not have a graphics card but only a intel 945GM chip. Where can I
get the opengl 2.0 or a software emulation?
I am currently using the opengl 1.4 in VS2008. I want to keep it
rather than have the newer version overwrite it in case the opengl2.0
refuses to work. What should I do?
Thank you.
|
|
0
|
|
|
|
Reply
|
gshy2014 (13)
|
3/15/2009 10:18:08 PM |
|
Neumann wrote:
> Hello,
> I need to run some opengl program on my laptop (winxp). My laptop
> does not have a graphics card but only a intel 945GM chip. Where can I
> get the opengl 2.0 or a software emulation?
Nowhere. In the Windows world anything beyond OpenGL 1.1 is delivered in
form of extensions. Those are brought by the graphics driver, depending on
the capabilities of the used hardware.
> I am currently using the opengl 1.4 in VS2008. I want to keep it
> rather than have the newer version overwrite it in case the opengl2.0
> refuses to work. What should I do?
Just use OpenGL 2.0: Access the proper extensions and you're done. Use a
extension loader library like GLEW to keep things simple.
--
OpenGL tip #42:
How to exactly map texture texels to screen pixels:
<http://preview.tinyurl.com/cgndc8>
|
|
0
|
|
|
|
Reply
|
Wolfgang
|
3/15/2009 10:51:27 PM
|
|
|
1 Replies
359 Views
(page loaded in 0.037 seconds)
|
|
|
|
|
|
|
|
|