From: Dmitry S. <sin...@ac...> - 2000-04-09 00:22:37
|
I wrote: > I have a problem with Mesa-3.1(3.2) software rendering on Linux. My > application works fine on 3.0 but very slow on 3.1(3.2). I can't find a > cause of this problem. Can somebody help me? Thank you for your answers! I was discovered a cause of my problem. It was a filtration mode (GL_NEAREST and GL_LINEAR). I have a following results of experiments with my program: Mesa-3.0, GL_NEAREST: 8..9 FPS Mesa-3.0, GL_LINEAR: 7 FPS Mesa-3.1, GL_NEAREST: 6 FPS Mesa-3.1, GL_LINEAR: 3 FPS The libraries was builded "as is" (without any additional options). I don't understand why GL_LINEAR working so slow on 3.1. |