]> git.tdb.fi Git - libs/gl.git/commit
Detect deprecation versions for extensions
authorMikko Rasa <tdb@tdb.fi>
Sat, 5 Nov 2016 23:37:55 +0000 (01:37 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 6 Nov 2016 10:45:55 +0000 (12:45 +0200)
commit5b539e1264a2a1342ee955ca0da978e48faf6f8f
treebdb672c13ec64428bf15cf91c79565dab2b6d89f
parentbd994b9a1376a021022e5145f30b7566e7923e4d
Detect deprecation versions for extensions

If the core profile is in use, deprecated extensions will be made
unavailable unless the driver explicitly advertises them.  In particular,
MSP_legacy_features is made unavailable so code that tries to access
legacy features with a core profile context will throw an exception.
Additionally no enable/disable calls will be generated for textures, as
they are only used for legacy texture units.
scripts/extgen.py