]> git.tdb.fi Git - libs/gl.git/commit
Make backend idenfication more generic
authorMikko Rasa <tdb@tdb.fi>
Thu, 30 Sep 2021 21:11:46 +0000 (00:11 +0300)
committerMikko Rasa <tdb@tdb.fi>
Thu, 30 Sep 2021 21:38:52 +0000 (00:38 +0300)
commite6077f9f25b794c174e1017c2c0763e77a6fddda
treed7f0b895f825e90d1b11cc2d6d53a5e31a142eef
parent8e553af57b712051f47293c971671f4f6a939be2
Make backend idenfication more generic

The API and version queries are now in their own file and extension.h is
reserved for the OpenGL extension mechanism.
source/core/backend.cpp [new file with mode: 0644]
source/core/backend.h [new file with mode: 0644]
source/core/deviceinfo.cpp
source/core/extension.cpp
source/core/extension.h
source/core/texture.cpp
source/glsl/compiler.cpp
source/glsl/features.cpp
source/glsl/features.h
source/glsl/finalize.cpp
source/glsl/output.cpp