Displaying 1 result from an estimated 1 matches for "nv50exapicttexture".
Did you mean:
nv40exapicttexture
2012 Sep 25
4
[Bug 55310] New: incorrect rendering of some borders in certain gtk3 themes
...heme), 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 an...