Linked by David Adams on Thu 29th Jul 2010 17:44 UTC, submitted by Debjit
Permalink for comment 434777
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
Features
Linked by Thom Holwerda on 06/13/13 14:35 UTC
Linked by Thom Holwerda on 06/11/13 17:07 UTC
Linked by Thom Holwerda on 06/10/13 23:13 UTC
Linked by Thom Holwerda on 06/08/13 14:57 UTC
Linked by Thom Holwerda on 06/07/13 11:40 UTC
Linked by Thom Holwerda on 06/04/13 12:45 UTC
Linked by nfeske on 05/31/13 10:12 UTC
Linked by Thom Holwerda on 05/29/13 16:59 UTC
Linked by Thom Holwerda on 05/24/13 17:26 UTC
Linked by Thom Holwerda on 05/21/13 21:38 UTC
More Features »
Sponsored Links



Member since:
2009-10-04
I'm not sure how you think 3.3 or 4.1 would "be a better fit". The best fit is the lowest version that does all the things they want it to do. Requiring newer versions for the sake of "newness" is idiotic.
OpenGl 3.0 is the biggest change. Going from 2.x to 3.0 is a lot harder than going from 3.0 to 4.1. OpenGL 3.0 was the big release that fixed the major architectural problems. All the releases after that were minor incremental improvements (just new extensions).
As I said in my previous comment, if KDE is smart (which I'm sure they are), they will only require the specific extensions that they use, not a certain OpenGL version. This means that, for example, an OpenGL 2.x driver that provides nearly all of the OpenGL 3.0 extensions except for one unimportant one (and thus it can't be called OpenGL 3.0) that KDE doesn't use, would still be able to run KDE SC. Mesa is already nearly to this point. Most of OpenGL 3.0 is implemented, it's just missing a few parts.