https://bugs.freedesktop.org/show_bug.cgi?id=35622
Summary: [i915g] 6358e6371b31671acbfa7c00336673f62ee928c5 result in a black screen in the main menu of portal in wine Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/Gallium/i915g AssignedTo: dri-devel@lists.freedesktop.org ReportedBy: cme3000@gmail.com
Created an attachment (id=44781) --> (https://bugs.freedesktop.org/attachment.cgi?id=44781) batchbuffer dumps of portal
Commit 6358e6371b31671acbfa7c00336673f62ee928c5 breaks portal in wine. If you start it with -console -novid it fails to render the main menu (it's just black). With I915_USE_BLITTER=yes it's rendered correctly again.
In the portal_batchbuffer.tar.gz is the dump of 'I915_DUMP_RAW_FILE=', good.batchbuffer with I915_USE_BLITTER=yes and bad.batchbuffer without.
https://bugs.freedesktop.org/show_bug.cgi?id=35622
--- Comment #1 from Daniel Vetter daniel@ffwll.ch 2011-03-26 13:48:33 PDT --- <danvet> CME, what gpu do you have? <CME> 00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
https://bugs.freedesktop.org/show_bug.cgi?id=35622
Daniel Vetter daniel@ffwll.ch changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|[i915g] |[i945gme] |6358e6371b31671acbfa7c00336 |6358e6371b31671acbfa7c00336 |673f62ee928c5 result in a |673f62ee928c5 result in a |black screen in the main |black screen in the main |menu of portal in wine |menu of portal in wine
https://bugs.freedesktop.org/show_bug.cgi?id=35622
--- Comment #2 from Christopher Egert cme3000@gmail.com 2011-03-28 13:43:55 PDT --- Created an attachment (id=44973) --> (https://bugs.freedesktop.org/attachment.cgi?id=44973) I915_NO_TILING="yes"
https://bugs.freedesktop.org/show_bug.cgi?id=35622
--- Comment #3 from Daniel Vetter daniel@ffwll.ch 2011-09-25 06:02:16 PDT --- Created an attachment (id=51587) View: https://bugs.freedesktop.org/attachment.cgi?id=51587 Review: https://bugs.freedesktop.org/review?bug=35622&attachment=51587
fixup for clear rect prim
Noticed while strolling through docs. Test-feedback highly appreciated.
Thanks, Daniel
https://bugs.freedesktop.org/show_bug.cgi?id=35622
--- Comment #4 from Daniel Vetter daniel@ffwll.ch 2011-09-25 07:32:38 PDT --- - I915_NO_TILING=yes doesn't help
- Also affected: http://pouet.net/prod.php?which=9469
- Disabling Y tiling (with a patch) doesn't help either.
https://bugs.freedesktop.org/show_bug.cgi?id=35622
--- Comment #5 from Daniel Vetter daniel@ffwll.ch 2011-09-25 07:49:29 PDT --- Disabling Y tiling and the fastclear (with clear rect prims) doesn't help.
https://bugs.freedesktop.org/show_bug.cgi?id=35622
Christopher Egert cme3000@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #6 from Christopher Egert cme3000@gmail.com 2012-06-10 07:37:11 PDT --- fixed with e2c08e824b9698f911fb6c20da43ce7476de0b3f
dri-devel@lists.freedesktop.org