(no title)
pyalot2 | 11 years ago
But that's not my issue, I acknowledge freely that OpenGL drivers are bad. I just don't quite see how that's a failing of OpenGL, rather than the vendors who actually implement the drivers.
pyalot2 | 11 years ago
But that's not my issue, I acknowledge freely that OpenGL drivers are bad. I just don't quite see how that's a failing of OpenGL, rather than the vendors who actually implement the drivers.
cwyers|11 years ago
http://arstechnica.com/gaming/2013/03/sony-dives-deep-into-t...
kevingadd|11 years ago
Jach|11 years ago
Mikeb85|11 years ago
Also uses Clang and a bunch of Unixy open source stuff...
wtetzner|11 years ago
fixermark|11 years ago
I've had to deal with cards that explicitly lie to the software about the capabilities by specifying they support a shader feature that's implemented in software without acceleration (!!!). There's no way to tell via the software that the driver is emulating the feature besides enabling it and noticing your engine now performs in the seconds-per-frame range. So we blacklist the card from that feature set and move on, because that's what you do when you're a game engine developer.