Hi Darren, On 9/4/07, Darren Salt <[EMAIL PROTECTED]> wrote: > smc is unplayably slow when using the R300 driver due to the lack of Render > acceleration. This lack requires that operations such as anti-aliased line > drawing are done in software. >
Thanks for reporting, and the best of all for providing a patch to try to fix the problem. > This patch works around the problem. > > --- ./src/video/video.cpp.orig 2007-09-04 23:08:22.000000000 +0100 > +++ ./src/video/video.cpp 2007-09-04 23:09:21.000000000 +0100 > @@ -473,8 +473,9 @@ > // Smooth Shading > glShadeModel( GL_SMOOTH ); > // Line Smoothing > - glEnable( GL_LINE_SMOOTH ); > - glHint( GL_LINE_SMOOTH_HINT, GL_NICEST ); > +// disabled due to extreme slowdown with the R300 driver (no Render accel) > +// glEnable( GL_LINE_SMOOTH ); > +// glHint( GL_LINE_SMOOTH_HINT, GL_NICEST ); > > // clear color > glClearColor( 0, 0, 0, 1 ); > I am going to work on it today. Best Regards, -- Muammar El Khatib. Linux user: 403107. Key fingerprint = 90B8 BFC4 4A75 B881 39A3 1440 30EB 403B 1270 29F1 http://muammarelkhatib.net | http://www.teorex.org ,''`. : :' : `. `' `- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]