Bug 94979 - dolphin-emu rendering broken on gallium/SWR + crashing often
Summary: dolphin-emu rendering broken on gallium/SWR + crashing often
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Other (show other bugs)
Version: git
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: mesa-dev
QA Contact: mesa-dev
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-17 10:20 UTC by Markus Wick
Modified: 2016-11-11 22:57 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Markus Wick 2016-04-17 10:20:53 UTC
Offscreen renderingon my IVB is completely broken (often black, or some big triangles). The rendering crashes after some frames with one of the next asserts.

Example apitrace dump (captured on llvmpipe): http://markus.members.selfnet.de/dolphin/dolphin-swr.trace.bz2

-------------------------------------------------------

./rasterizer/core/clip.h(431): ASSERT: numEmittedVerts <= 7
	ClipSimd
	Unexpected vertex count from clipper.

-------------------------------------------------------

GetApiState (pDC=0xcc2cb6c0) at rasterizer/core/context.h:411
411	    SWR_ASSERT(pDC->pState != nullptr);

-------------------------------------------------------
Comment 1 Markus Wick 2016-11-11 22:57:17 UTC
Seems to be fine now. Thanks for all fixes.


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.