Displaying 4 results from an estimated 4 matches for "repeatpad".
Did you mean:
repeated
2011 Jan 05
11
[Bug 32855] New: Incorrect image stretching with Render in RepeatPad mode, NV50
https://bugs.freedesktop.org/show_bug.cgi?id=32855
Summary: Incorrect image stretching with Render in RepeatPad
mode, NV50
Product: xorg
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.fr...
2012 Oct 24
0
[ANNOUNCE] xf86-video-nouveau 1.0.3
...from/upload_to screen
exa: fix comparison in download_from_screen
exa: remove exaMarkSync from download/upload screen
bump version to 1.0.3
Mario Kleiner (1):
dri2: Fix potential race and crash for swap at next vblank.
Sebastian Keller (1):
exa: use CLAMP_TO_EDGE for RepeatPad
git tag: xf86-video-nouveau-1.0.3
http://xorg.freedesktop.org/archive/individual/driver/xf86-video-nouveau-1.0.3.tar.bz2
MD5: b434a341cb7e0b45ef2cb0107b1fbe2d xf86-video-nouveau-1.0.3.tar.bz2
SHA1: b53d985badb19573e659f80eb49d2334012900ea xf86-video-nouveau-1.0.3.tar.bz2
SHA256: a2ae34046324e1...
2012 Oct 24
0
[ANNOUNCE] xf86-video-nouveau 1.0.3
...from/upload_to screen
exa: fix comparison in download_from_screen
exa: remove exaMarkSync from download/upload screen
bump version to 1.0.3
Mario Kleiner (1):
dri2: Fix potential race and crash for swap at next vblank.
Sebastian Keller (1):
exa: use CLAMP_TO_EDGE for RepeatPad
git tag: xf86-video-nouveau-1.0.3
http://xorg.freedesktop.org/archive/individual/driver/xf86-video-nouveau-1.0.3.tar.bz2
MD5: b434a341cb7e0b45ef2cb0107b1fbe2d xf86-video-nouveau-1.0.3.tar.bz2
SHA1: b53d985badb19573e659f80eb49d2334012900ea xf86-video-nouveau-1.0.3.tar.bz2
SHA256: a2ae34046324e1...
2012 Sep 25
4
[Bug 55310] New: incorrect rendering of some borders in certain gtk3 themes
...hen 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 rende...