commit | f843d2d5967598fe48b2825dbb2f0fa65fd57938 | [log] [tgz] |
---|---|---|
author | Courtney Goeltzenleuchter <courtneygo@google.com> | Mon Dec 21 16:41:47 2015 -0700 |
committer | Tony Barbour <tony@LunarG.com> | Tue Dec 22 13:38:27 2015 -0700 |
tree | 69e93bae615cec400743e7da63420eec14b4c777 | |
parent | 75fae5907c4b2b204562f5686998d6634081ad72 [diff] |
loader: Properly filter ICD extensions As of NVIDIA driver 355.00.19, the ICD's CreateInstance checks for invalid extension names and it turns out the loader was passing on DEBUG_REPORT when it should have been filtered out. This change re-constructs the ICD's extension list to do that filtering.