← Back to team overview

registry team mailing list archive

[Bug 217908] Re: FFe: Pixellated Images in Firefox/Opera due to incorrect EXTEND_PAD implementation in several video drivers

 

Launchpad has imported 1 comments from the remote bug at
http://bugs.freedesktop.org/show_bug.cgi?id=19839.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2009-01-30T13:22:56+00:00 Tom Jaeger wrote:

Created an attachment (id=22390)
patch

XRender supports four possible repeat types: RepeatNone, RepeatNormal,
RepeatPad and RepeatReflect?. The driver currently only handles the
first two, so it should fall back to software when it encounters
RepeatPad or RepeatReflect. This is currently forcing cairo to use slow
client-side rendering, thus preventing firefox from enabling bilinear
filtering on linux.  Test cases can be found in the corresponding ati
driver bug report:

http://bugs.freedesktop.org/show_bug.cgi?id=19712

Note that pixman currently implements RepeatReflect incorrectly, so the
last test case will fail.

Reply at: https://bugs.launchpad.net/firefox/+bug/217908/comments/147


** Changed in: xf86-video-mga
   Importance: Unknown => Medium

-- 
FFe: Pixellated Images in Firefox/Opera due to incorrect EXTEND_PAD implementation in several video drivers
https://bugs.launchpad.net/bugs/217908
You received this bug notification because you are a member of Registry
Administrators, which is the registrant for Libpixman.