* [Bug 55310] New: incorrect rendering of some borders in certain gtk3 themes
@ 2012-09-25 9:34 bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
[not found] ` <bug-55310-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
0 siblings, 1 reply; 5+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2012-09-25 9:34 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
[-- Attachment #1.1: Type: text/plain, Size: 2036 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=55310
Priority: medium
Bug ID: 55310
Assignee: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Summary: incorrect rendering of some borders in certain gtk3
themes
QA Contact: xorg-team-go0+a7rfsptAfugRpC6u6w@public.gmane.org
Severity: normal
Classification: Unclassified
OS: All
Reporter: sebastian-keller-Mmb7MZpHnFY@public.gmane.org
Hardware: Other
Status: NEW
Version: unspecified
Component: Driver/nouveau
Product: xorg
Created attachment 67669
--> https://bugs.freedesktop.org/attachment.cgi?id=67669&action=edit
Screenshot showing the problem
When using a gtk3 theme that uses "border-image" with the "stretch" as repeat
mode (such as Adwaita, the default theme), gtk3 uses cairo to scale the image.
When using the "image" backend of cairo everything looks as expected. Using the
X backend on a "intel" driver should work as well (as I'm told). But using the
"nouveau" driver gives some fading out borders.
After changing NV50EXAPictTexture to use CLAMP_TO_EDGE for RepeatPad like the
intel driver does
(http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/tree/src/i915_render.c?id=c6008068372709c73034163eddc902b47bf87d24#n327)
the result looks like the one rendered with the "image" backend.
I'm attaching the patch and a screenshot that shows the rendering issue, how it
looks with the image backend and after the patch.
For the screenshot I've made the top right pixel in the top border red
(#ff0000). In the first screenshot you can see how the color "fades away"
because it gets blended with some transparent pixels when scaled. In the second
and third screenshot the rightmost pixel before the corner is #ff0000.
I've only tested the patch for nv50 but the nv40 one should work as well if the
defines are correct.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 3688 bytes --]
[-- Attachment #2: Type: text/plain, Size: 181 bytes --]
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
^ permalink raw reply [flat|nested] 5+ messages in thread[parent not found: <bug-55310-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>]
* [Bug 55310] incorrect rendering of some borders in certain gtk3 themes [not found] ` <bug-55310-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/> @ 2012-09-25 9:37 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ 2012-09-25 16:29 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ ` (2 subsequent siblings) 3 siblings, 0 replies; 5+ messages in thread From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2012-09-25 9:37 UTC (permalink / raw) To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW [-- Attachment #1.1: Type: text/plain, Size: 336 bytes --] https://bugs.freedesktop.org/show_bug.cgi?id=55310 --- Comment #1 from Sebastian Keller <sebastian-keller-Mmb7MZpHnFY@public.gmane.org> --- Created attachment 67670 --> https://bugs.freedesktop.org/attachment.cgi?id=67670&action=edit Patch to fix the issue -- You are receiving this mail because: You are the assignee for the bug. [-- Attachment #1.2: Type: text/html, Size: 1332 bytes --] [-- Attachment #2: Type: text/plain, Size: 181 bytes --] _______________________________________________ Nouveau mailing list Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org http://lists.freedesktop.org/mailman/listinfo/nouveau ^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug 55310] incorrect rendering of some borders in certain gtk3 themes [not found] ` <bug-55310-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/> 2012-09-25 9:37 ` [Bug 55310] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2012-09-25 16:29 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ 2012-09-26 1:21 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ 2012-09-26 16:20 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ 3 siblings, 0 replies; 5+ messages in thread From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2012-09-25 16:29 UTC (permalink / raw) To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW [-- Attachment #1.1: Type: text/plain, Size: 451 bytes --] https://bugs.freedesktop.org/show_bug.cgi?id=55310 Marcin Slusarz <marcin.slusarz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #67669|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: 1088 bytes --] [-- Attachment #2: Type: text/plain, Size: 181 bytes --] _______________________________________________ Nouveau mailing list Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org http://lists.freedesktop.org/mailman/listinfo/nouveau ^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug 55310] incorrect rendering of some borders in certain gtk3 themes [not found] ` <bug-55310-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/> 2012-09-25 9:37 ` [Bug 55310] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ 2012-09-25 16:29 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2012-09-26 1:21 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ 2012-09-26 16:20 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ 3 siblings, 0 replies; 5+ messages in thread From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2012-09-26 1:21 UTC (permalink / raw) To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW [-- Attachment #1.1: Type: text/plain, Size: 631 bytes --] https://bugs.freedesktop.org/show_bug.cgi?id=55310 Ben Skeggs <skeggsb-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Ben Skeggs <skeggsb-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> --- Thanks for the patch, I modified it slightly to fix nvc0_exa.c in the same way and pushed it to git! -- You are receiving this mail because: You are the assignee for the bug. [-- Attachment #1.2: Type: text/html, Size: 2051 bytes --] [-- Attachment #2: Type: text/plain, Size: 181 bytes --] _______________________________________________ Nouveau mailing list Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org http://lists.freedesktop.org/mailman/listinfo/nouveau ^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug 55310] incorrect rendering of some borders in certain gtk3 themes [not found] ` <bug-55310-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/> ` (2 preceding siblings ...) 2012-09-26 1:21 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2012-09-26 16:20 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ 3 siblings, 0 replies; 5+ messages in thread From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2012-09-26 16:20 UTC (permalink / raw) To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW [-- Attachment #1.1: Type: text/plain, Size: 595 bytes --] https://bugs.freedesktop.org/show_bug.cgi?id=55310 Rui Tiago Matos <tiagomatos-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tiagomatos-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org --- Comment #3 from Rui Tiago Matos <tiagomatos-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> --- *** Bug 41133 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. [-- Attachment #1.2: Type: text/html, Size: 2091 bytes --] [-- Attachment #2: Type: text/plain, Size: 181 bytes --] _______________________________________________ Nouveau mailing list Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org http://lists.freedesktop.org/mailman/listinfo/nouveau ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-09-26 16:20 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-25 9:34 [Bug 55310] New: incorrect rendering of some borders in certain gtk3 themes bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
[not found] ` <bug-55310-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
2012-09-25 9:37 ` [Bug 55310] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2012-09-25 16:29 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2012-09-26 1:21 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2012-09-26 16:20 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.