View Full Version : Optimization
c0d3Junk3Y
08-05-2003, 04:44 AM
Where if anywhere can I find info oon how to optimize a bit of code?
Relic
08-05-2003, 04:51 AM
OpenGL code? Learn to use google. http://www.sgi.com/software/opengl/advanced97/notes/node205.html
Otherwise pretty off topic. But here you go: http://developer.intel.com/intelpress/sum_soc.htm
kehziah
08-05-2003, 05:03 AM
Optimize your algorithms first. It should give far better results than blindly trying to write your inner loop in asm.
c0d3Junk3Y
08-05-2003, 12:32 PM
Was able to optimize the code without redoing the algorithms I just added a filter. GL_NEAREST and it cleaned up nicely.
Relic
08-06-2003, 03:16 AM
Oh, you had a specific problem and asked "how to optimize a bit of code". http://www.opengl.org/discussion_boards/ubb/rolleyes.gif
Would have been easier to answer if you had presented the offending code.
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.