Detect Driver "Software Rasterizer"
Fixes a major regression which allowed OpenGL compositing to be used with software rasterizer, which either did not work or crashed directly. Cherry-picked from cf2f572 in branch KDE/4.7.
This commit is contained in:
parent
df75644817
commit
9f78276dc7
1 changed files with 4 additions and 0 deletions
|
@ -675,6 +675,10 @@ void GLPlatform::detect()
|
|||
m_driverVersion = 0;
|
||||
}
|
||||
|
||||
else if (m_renderer == "Software Rasterizer") {
|
||||
m_driver = Driver_Swrast;
|
||||
}
|
||||
|
||||
|
||||
// Driver/GPU specific features
|
||||
// ====================================================
|
||||
|
|
Loading…
Reference in a new issue