1### Before submitting your bug report: 2- Check if a new version of Mesa is available which might have fixed the problem. 3- If you can, check if the latest development version (git main) works better. 4- Check if your bug has already been reported here. 5- For any logs, backtraces, etc - use [code blocks](https://docs.gitlab.com/ee/user/markdown.html#code-spans-and-blocks), GitLab removes line breaks without this. 6 - Do not paste long logs directly into the description. Use https://gitlab.freedesktop.org/-/snippets/new, attachments, or a pastebin with a long expiration instead. 7- As examples of good bug reports you may review one of these - #2598, #2615, #2608 8 9 10Otherwise, please fill the requested information below. 11And please remove anything that doesn't apply to keep things readable :) 12 13 14The title should effectively distinguish this bug report from others and be specific to issue you encounter. When writing the title of the bug report, include a short description of the issue, the hardware/driver(s) affected and application(s) affected. 15 16 17### System information 18 19Please post `inxi -GSC -xx` output ([fenced with triple backticks](https://docs.gitlab.com/ee/user/markdown.html#code-spans-and-blocks)) OR fill information below manually 20 21 22- OS: (`cat /etc/os-release | grep "NAME"`) 23- GPU: (`lspci -nn | grep VGA` or `lshw -C display -numeric`) 24- Kernel version: (run `uname -a`) 25- Mesa version: (`glxinfo -B | grep "OpenGL version string"`) 26- Xserver version (if applicable): (`sudo X -version`) 27- Desktop manager and compositor: 28 29#### If applicable 30- DXVK version: 31- Wine/Proton version: 32 33 34### Describe the issue 35 36Please describe what you are doing, what you expect and what you're 37seeing instead. How frequent is the issue? Is it a one time occurrence? Does it appear multiple times but randomly? Can you easily reproduce it? 38 39"It doesn't work" usually is not a helpful description of an issue. 40The more detail about how things are going wrong, the better. 41 42 43### Regression 44 45Did it used to work? It can greatly help to know when the issue started. 46 47 48### Log files as attachment 49- Output of `dmesg` 50- Backtrace 51- Gpu hang details 52 53 54### Screenshots/video files (if applicable) 55 56 57 58### Any extra information would be greatly appreciated 59