Merge lp:~timo-jyrinki/ubuntu/trusty/libsdl1.2/fix_backingstore_tearing into lp:ubuntu/trusty/libsdl1.2

Proposed by Timo Jyrinki
Status: Merged
Approved by: Brian Murray
Approved revision: 48
Merge reported by: Brian Murray
Merged at revision: not available
Proposed branch: lp:~timo-jyrinki/ubuntu/trusty/libsdl1.2/fix_backingstore_tearing
Merge into: lp:ubuntu/trusty/libsdl1.2
Diff against target: 43 lines (+23/-0)
3 files modified
debian/changelog (+8/-0)
debian/patches/sdl-check-for-SDL_VIDEO_X11_BACKINGSTORE.patch (+14/-0)
debian/patches/series (+1/-0)
To merge this branch: bzr merge lp:~timo-jyrinki/ubuntu/trusty/libsdl1.2/fix_backingstore_tearing
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+216524@code.launchpad.net

Commit message

* debian/patches/sdl-check-for-SDL_VIDEO_X11_BACKINGSTORE.patch:
  - Restore old backingstore behavior to prevent tearing
    (LP: #1280665)

To post a comment you must log in.
48. By Timo Jyrinki

propose releasing for trusty

Revision history for this message
Brian Murray (brian-murray) wrote :

This looks good to me, I'll go ahead and upload it.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2014-01-13 20:25:49 +0000
3+++ debian/changelog 2014-04-24 08:42:26 +0000
4@@ -1,3 +1,11 @@
5+libsdl1.2 (1.2.15-8ubuntu1.1) trusty; urgency=medium
6+
7+ * debian/patches/sdl-check-for-SDL_VIDEO_X11_BACKINGSTORE.patch:
8+ - Restore old backingstore behavior to prevent tearing
9+ (LP: #1280665)
10+
11+ -- Timo Jyrinki <timo.jyrinki@iki.fi> Sat, 19 Apr 2014 23:22:43 +0300
12+
13 libsdl1.2 (1.2.15-8ubuntu1) trusty; urgency=medium
14
15 * Merge from Debian unstable, remaining changes:
16
17=== added file 'debian/patches/sdl-check-for-SDL_VIDEO_X11_BACKINGSTORE.patch'
18--- debian/patches/sdl-check-for-SDL_VIDEO_X11_BACKINGSTORE.patch 1970-01-01 00:00:00 +0000
19+++ debian/patches/sdl-check-for-SDL_VIDEO_X11_BACKINGSTORE.patch 2014-04-24 08:42:26 +0000
20@@ -0,0 +1,14 @@
21+--- a/src/video/x11/SDL_x11video.c
22++++ b/src/video/x11/SDL_x11video.c
23+@@ -1088,10 +1088,8 @@
24+ }
25+ }
26+
27+-#if 0 /* This is an experiment - are the graphics faster now? - nope. */
28+ if ( SDL_getenv("SDL_VIDEO_X11_BACKINGSTORE") )
29+-#endif
30+- /* Cache the window in the server, when possible */
31++ /* Cache the window in the server when possible, on request */
32+ {
33+ Screen *xscreen;
34+ XSetWindowAttributes a;
35
36=== modified file 'debian/patches/series'
37--- debian/patches/series 2014-01-13 20:25:49 +0000
38+++ debian/patches/series 2014-04-24 08:42:26 +0000
39@@ -4,3 +4,4 @@
40 fix_window_resizing.diff
41 fix_joystick_misc_axes.diff
42 proper-autotools.patch
43+sdl-check-for-SDL_VIDEO_X11_BACKINGSTORE.patch

Subscribers

People subscribed via source and target branches

to all changes: