From: Mikko Rasa Date: Thu, 15 Sep 2016 14:49:15 +0000 (+0300) Subject: Don't attempt to create buffers by default if they are not supported X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=ecc365c5262f9fde0e50dbb451b33c9e5fcf9ecc;hp=ecc365c5262f9fde0e50dbb451b33c9e5fcf9ecc;p=libs%2Fgl.git Don't attempt to create buffers by default if they are not supported Rendering from client memory is a relic from the past but since the change is rather trivial might as well support it. ---