qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] b2af43: spice: surface switch fast path requi


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] b2af43: spice: surface switch fast path requires same form...
Date: Tue, 22 Sep 2015 05:00:04 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: b2af43cc379e1d4c30d92af257bedebf0e3f618a
      
https://github.com/qemu/qemu/commit/b2af43cc379e1d4c30d92af257bedebf0e3f618a
  Author: Gerd Hoffmann <address@hidden>
  Date:   2015-09-21 (Mon, 21 Sep 2015)

  Changed paths:
    M ui/spice-display.c

  Log Message:
  -----------
  spice: surface switch fast path requires same format too.

Commit "555e72f spice: rework mirror allocation, add no-resize fast path"
adds a fast path for surface switches which does't go through the full
primary surface destroy and re-recreation in case the new surface is
identical to the old one (page-flip).  It checks the size only though,
but the format must be identical too.  This patch adds the format check.

Commit "0002a51 ui/spice: Support shared surface for most pixman
formats" increases the chance to actually trigger this.

https://bugzilla.redhat.com/show_bug.cgi?id=1247479

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 6138fbdebd72f6822367e88d14ddc635b5a5ddfb
      
https://github.com/qemu/qemu/commit/6138fbdebd72f6822367e88d14ddc635b5a5ddfb
  Author: Peter Maydell <address@hidden>
  Date:   2015-09-22 (Tue, 22 Sep 2015)

  Changed paths:
    M ui/spice-display.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150921-1' into 
staging

spice: surface switch fast path requires same format too.

# gpg: Signature made Mon 21 Sep 2015 10:05:54 BST using RSA key ID D3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <address@hidden>"
# gpg:                 aka "Gerd Hoffmann <address@hidden>"
# gpg:                 aka "Gerd Hoffmann (private) <address@hidden>"

* remotes/spice/tags/pull-spice-20150921-1:
  spice: surface switch fast path requires same format too.

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/9e72681d1679...6138fbdebd72

reply via email to

[Prev in Thread] Current Thread [Next in Thread]