Delete old content.
Remove deprecated content.
gitlab-ci: Build meson-mingw32-x86_64 w/o zlib.
https://github.com/Microsoft/DirectXTK/wiki/ComPtr#constructing-assigning-and-copying-comptr also makes this explicit. It says: If you want to give a raw pointer to a ComPtr without changing the reference count, you need to use Attach.
Microsoft::WRL::ComPtr::Attach leaks references
I just tried with i686-w64-mingw32-g++ 6.3.0 that's included with Ubuntu 17.10 and no longer can repro. I'm not sure if the issue was truly fixed between 6.2.0 and 6.3.0, or is a fluke. I didn't spot any pertinent bug fix on https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=6.3
Deprecate. Refer to Linux drivers source code.
svga: Clamp advertised PIPE_SHADER_CAP_MAX_TEMP...