dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 91919] Black layout options in libreoffice impress
@ 2015-09-08 14:01 bugzilla-daemon
  2015-09-08 14:02 ` bugzilla-daemon
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: bugzilla-daemon @ 2015-09-08 14:01 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 2094 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=91919

            Bug ID: 91919
           Summary: Black layout options in libreoffice impress
           Product: Mesa
           Version: 11.0
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/Gallium/radeonsi
          Assignee: dri-devel@lists.freedesktop.org
          Reporter: glin@suse.com
        QA Contact: dri-devel@lists.freedesktop.org

Created attachment 118139
  --> https://bugs.freedesktop.org/attachment.cgi?id=118139&action=edit
Black layout options in libreoffice impress

After upgrading mesa to 10.6.0 or later, some graphs in libreoffice impress
became black squares. It also happened on some background images so some slides
just became totally black. Per my bisect result, the first bad commit is this
one:

commit cf6f33ee68ca56df1650762634fa9c038359c3ec
Author: Eduardo Lima Mitev <elima@igalia.com>
Date:   Thu Mar 12 08:16:09 2015 +0100

    mesa: Check for valid PBO access in gl(Compressed)Tex(Sub)Image calls

Theoretically, this commit should impact every graphic driver, but I only got
this issue on the system with Radeon HD 7770 vga card. The other system with
only intel vga card (with mesa 10.6.2) displayed everything as expected, so
it's likely to be a bug in the radeonsi driver.

I also found a similar issue in a gtk program(*) which draws a white line with
cairo but the whole became black after upgrading mesa. Here are the lines
suffer the problem:

src/core/caret.cpp: void CCaret::DrawInverse()

        if (m_Cairo == NULL) {
                m_Cairo = gdk_cairo_create(m_pParent->window);
        }
        cairo_set_source_rgb(m_Cairo, 1, 1, 1);
        cairo_set_operator(m_Cairo, CAIRO_OPERATOR_DIFFERENCE);
        cairo_rectangle(m_Cairo, m_Pos.x, m_Pos.y, m_Width, m_Height);
        cairo_fill(m_Cairo);

Hope this can help to narrow down the scope.

(*) https://github.com/pcman-bbs/pcmanx

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 3673 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 91919] Black layout options in libreoffice impress
  2015-09-08 14:01 [Bug 91919] Black layout options in libreoffice impress bugzilla-daemon
@ 2015-09-08 14:02 ` bugzilla-daemon
  2015-09-09  2:48 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2015-09-08 14:02 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 404 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=91919

Gary Lin <glin@suse.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #118139|text/plain                  |image/png
          mime type|                            |

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1038 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 91919] Black layout options in libreoffice impress
  2015-09-08 14:01 [Bug 91919] Black layout options in libreoffice impress bugzilla-daemon
  2015-09-08 14:02 ` bugzilla-daemon
@ 2015-09-09  2:48 ` bugzilla-daemon
  2015-09-09 15:37 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2015-09-09  2:48 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 254 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=91919

--- Comment #1 from Michel Dänzer <michel@daenzer.net> ---
Please attach the corresponding /var/log/Xorg.0.log file.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1028 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 91919] Black layout options in libreoffice impress
  2015-09-08 14:01 [Bug 91919] Black layout options in libreoffice impress bugzilla-daemon
  2015-09-08 14:02 ` bugzilla-daemon
  2015-09-09  2:48 ` bugzilla-daemon
@ 2015-09-09 15:37 ` bugzilla-daemon
  2015-09-09 15:49 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2015-09-09 15:37 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 325 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=91919

--- Comment #2 from Gary Lin <glin@suse.com> ---
Created attachment 118169
  --> https://bugs.freedesktop.org/attachment.cgi?id=118169&action=edit
The Xorg log of the system with the black squares

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1259 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 91919] Black layout options in libreoffice impress
  2015-09-08 14:01 [Bug 91919] Black layout options in libreoffice impress bugzilla-daemon
                   ` (2 preceding siblings ...)
  2015-09-09 15:37 ` bugzilla-daemon
@ 2015-09-09 15:49 ` bugzilla-daemon
  2015-09-10  2:44 ` bugzilla-daemon
  2015-09-10 13:36 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2015-09-09 15:49 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 259 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=91919

--- Comment #3 from Gary Lin <glin@suse.com> ---
Forgot to mention that the system is gentoo linux and I am using
mesa-11.0.0_rc3.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1002 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 91919] Black layout options in libreoffice impress
  2015-09-08 14:01 [Bug 91919] Black layout options in libreoffice impress bugzilla-daemon
                   ` (3 preceding siblings ...)
  2015-09-09 15:49 ` bugzilla-daemon
@ 2015-09-10  2:44 ` bugzilla-daemon
  2015-09-10 13:36 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2015-09-10  2:44 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 552 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=91919

--- Comment #4 from Michel Dänzer <michel@daenzer.net> ---
> [  7195.649] (II) LoadModule: "glamoregl"
> [  7195.649] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so
> [  7195.677] (II) Module glamoregl: vendor="X.Org Foundation"
> [  7195.677] 	compiled for 1.17.2, module version = 0.6.0

You're using glamor from the old standalone tree. Does the problem also occur
with glamor from the xserver tree?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1386 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 91919] Black layout options in libreoffice impress
  2015-09-08 14:01 [Bug 91919] Black layout options in libreoffice impress bugzilla-daemon
                   ` (4 preceding siblings ...)
  2015-09-10  2:44 ` bugzilla-daemon
@ 2015-09-10 13:36 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2015-09-10 13:36 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1115 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=91919

Gary Lin <glin@suse.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #5 from Gary Lin <glin@suse.com> ---
(In reply to Michel Dänzer from comment #4)
> > [  7195.649] (II) LoadModule: "glamoregl"
> > [  7195.649] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so
> > [  7195.677] (II) Module glamoregl: vendor="X.Org Foundation"
> > [  7195.677] 	compiled for 1.17.2, module version = 0.6.0
> 
> You're using glamor from the old standalone tree. Does the problem also
> occur with glamor from the xserver tree?

Ah, right. I pulled in the old glamor to fix a dependency issue wrongly.
Changing to glamor from xserver works for me. Now everything works as expected.

Sorry for the noise and thank you for all the wonderful work :)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2707 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-09-10 13:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-08 14:01 [Bug 91919] Black layout options in libreoffice impress bugzilla-daemon
2015-09-08 14:02 ` bugzilla-daemon
2015-09-09  2:48 ` bugzilla-daemon
2015-09-09 15:37 ` bugzilla-daemon
2015-09-09 15:49 ` bugzilla-daemon
2015-09-10  2:44 ` bugzilla-daemon
2015-09-10 13:36 ` bugzilla-daemon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox