Linked by Thom Holwerda on Mon 9th Apr 2012 11:03 UTC
Thread beginning with comment 513300
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[2]: Sweet, more javascript and OpenGL...
by Neolander on Mon 9th Apr 2012 16:08
in reply to "RE: Sweet, more javascript and OpenGL..."
There is a world between avoiding something and forcing its use.
Take cairo : it can use hardware acceleration when available, but does not ask you to emulate a GPU in software (which is pretty much what an OpenGL software renderer does, applying GPU-optimized rendering techniques to hardware that has a fully different set of capabilities) when no reliable driver is around.
This is how things should work when one cannot assert the presence of a decent GPU driver, as is the case on any minority OS due to the broken way GPUs are designed today.
Edited 2012-04-09 16:25 UTC




Member since:
2005-07-08
Yeah, every Linux user wants a toolkit that avoids completely using modern hardware-accelerated functionality. We all should aim for mediocrity.