diff options
author | Sven Gothel <[email protected]> | 2015-10-12 08:09:54 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-10-12 08:09:54 +0200 |
commit | 3236695b3e3e86ce61ca973d94cae04e1d5ba1c0 (patch) | |
tree | 67083fc0db224d253767ab70d94d3265e8c8eb59 | |
parent | b13806a784f86b18764e9603d6c94ecb81d54dbb (diff) |
Drop Vendor Extensions: INGR and PGI for all profiles
-rw-r--r-- | make/config/jogl/gl-common-extensions.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/config/jogl/gl-common-extensions.cfg b/make/config/jogl/gl-common-extensions.cfg index 8d6709311..b9d4b0fc4 100644 --- a/make/config/jogl/gl-common-extensions.cfg +++ b/make/config/jogl/gl-common-extensions.cfg @@ -7,11 +7,11 @@ DropUniqVendorExtensions 3DFX # DropUniqVendorExtensions ATI DropUniqVendorExtensions HP DropUniqVendorExtensions IBM -# DropUniqVendorExtensions INGR <- FIXME: Re-enable for 2.4.0 +DropUniqVendorExtensions INGR DropUniqVendorExtensions MESA DropUniqVendorExtensions MESAX # DropUniqVendorExtensions NV -# DropUniqVendorExtensions PGI <- FIXME: Re-enable for 2.4.0 +DropUniqVendorExtensions PGI DropUniqVendorExtensions SGI DropUniqVendorExtensions SGIS DropUniqVendorExtensions SGIX |