View Full Version : GForce2 : how use hardware acceleration with opengl
Bahamut_france
03-19-2001, 05:32 AM
Hi.
Now, i'm working with GLUT librarie. For me i'have not impression that acceleration card is working. Do I can do something to active hardware acceleration ?
Thanks for help
Relic
03-19-2001, 06:53 AM
Check glGetString(GL_VENDOR). If doesn't say NVIDIA, you don't have HW acceleration.
There ARE some operations which are not HW accelerated, even if you have the right pixelformat set. Stencil in 16 bit color res comes to my mind. Use true color, if that's the case.
Be more specific on what you believe is not HW accelerated.
Getting HWT&L is easy, but using it efficiently/properly is not at all easy. In some cases, performace might even be the same as SWT&L, if not worse.
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.