Package: smc
Version: 1.0-1
Severity: serious
Tags: patch

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.

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 ); 

-- 
| Darren Salt    | linux or ds at              | nr. Ashington, | Toon
| RISC OS, Linux | youmustbejoking,demon,co,uk | Northumberland | Army
| + Travel less. Share transport more.           PRODUCE LESS CARBON DIOXIDE.

If happiness is in your destiny, you need not be in a hurry.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to