-
Notifications
You must be signed in to change notification settings - Fork 8
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
Enables shader disassembly on Windows/MSVC #136
Conversation
1b0f36a
to
08769bc
Compare
a general comment here: we need to add |
Shader disassembly relies on mesa generated code (ir3-isa.c) that MSVC refused to compile because it had zero size arrays. This change checks ensures there are no zero sized arrays and adds compile checks for msvc