Summary: |
REGoth/bgfx: util_blitter_generate_mipmap: Assertion `!util_format_has_stencil(desc)' failed. |
Product: |
Mesa
|
Reporter: |
Christoph Haag <haagch> |
Component: |
Mesa core | Assignee: |
mesa-dev |
Status: |
RESOLVED
MOVED
|
QA Contact: |
mesa-dev |
Severity: |
normal
|
|
|
Priority: |
medium
|
|
|
Version: |
git | |
|
Hardware: |
Other | |
|
OS: |
All | |
|
Whiteboard: |
|
i915 platform:
|
|
i915 features:
|
|
Attachments: |
application output
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 140708 [details] application output REGoth: ../src/gallium/auxiliary/util/u_blitter.c:2048: util_blitter_generate_mipmap: Assertion `!util_format_has_stencil(desc)' failed. REGoth is a project reimplementing the game engine used for Gothic 1 and 2. They use bgfx for rendering and the assert is caused by whatever that library is doing. Its startup output is attached. This may be an application bug, but commenting out that assert makes ReGoth work with seemingly no ill effect, so it would be nice if it could be verified that it's a valid assert and report it downstream to bgfx if it is. Only tried with radeonsi latest git on RX 480 but the location of the assert probably applies to all drivers.