-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MESA Gallium driver crashes on Windows 10RT (15035) #12
Comments
Cool, how can I help debugging here? I don't know how to create debug files with Clang. |
I'd say,
and collect stdout/stderr. Should be good enough for now. Once I rebuild the dependency tree all the way down (just merged downstream from master), I'll take a look. To generate full debug info w/CLang, pass |
Also |
Full MESA envvar forest: https://docs.mesa3d.org/envvars.html |
Alright, let me turn on my Surface really quickly to get a snap of it, I'm in Windows on my desktop right now so things are a bit slower. |
No hurry at all, just didn't want to block anything important with this regression myself. |
Ah, makes sense. By the way, I think I already found the issue with the Surface. It only has FL 9_1 (should have 9_3/11_1/11_3 on the Surface 2 (what I have) AFAIK, but wasn't enabled by drivers?). I'll still attach the screenshots though. Sorry for the full screen size screenshots, don't have an external mouse/keyboard plugged in and the Type Cover's mousepad sucks. |
yep |
Well... Thing is, that IS the cloned driver from RT8.1 😂 |
Ack. |
I would say it's interesting how ANGLE still works, but at the same time... GLES2 only needs DX9 sooo... 🤷♂️ |
The d3d12 adapter was intended for full D3D12, that's why the plan to backport it. |
You're not using more than one job? 🤔 |
I am using a local toolchain (llvm-mingw) build from the latest source release. Installed w/ |
Thinkpad T410, 6G RAM. |
Wait... There's no way that's latest source though. That's clang-12. Latest is clang-13. |
Ah. That's an older build. I updated it just a few days ago. https://github.com/armdevvel/llvm-mingw/releases/tag/13.0 |
Oh, cool, IC. (didn't refresh that tab in a while -) |
Can I update the binaries alone or it requires a new sysroot and effectively new everything? |
You can just update the binaries/libs/include/etc |
MESA (libgallium_wgl) crashes on Windows 10RT (15035).
Forking into separate issue to collect logs/dumps here.
Originally posted by @pahaze in #11 (comment)
The text was updated successfully, but these errors were encountered: