Skip to content
Snippets Groups Projects
  1. Nov 08, 2021
  2. Nov 06, 2021
  3. Nov 05, 2021
    • Richard Henderson's avatar
      Merge remote-tracking branch 'remotes/kraxel/tags/egl-20211105-pull-request' into staging · c39deb21
      Richard Henderson authored
      
      gtk: a collection of egl fixes.
      
      # gpg: Signature made Fri 05 Nov 2021 07:30:21 AM EDT
      # gpg:                using RSA key A0328CFFB93A17A79901FE7D4CB6D8EED3E87138
      # gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>" [full]
      # gpg:                 aka "Gerd Hoffmann <gerd@kraxel.org>" [full]
      # gpg:                 aka "Gerd Hoffmann (private) <kraxel@gmail.com>" [full]
      
      * remotes/kraxel/tags/egl-20211105-pull-request:
        ui/gtk-egl: blitting partial guest fb to the proper scanout surface
        ui/gtk: gd_draw_event returns FALSE when no cairo surface is bound
        ui/gtk-egl: guest fb texture needs to be regenerated when reinitializing egl
        ui/gtk-egl: make sure the right context is set as the current
        ui/gtk-egl: un-tab and re-tab should destroy egl surface and context
        virtio-gpu: splitting one extended mode guest fb into n-scanouts
      
      Signed-off-by: default avatarRichard Henderson <richard.henderson@linaro.org>
      c39deb21
    • Richard Henderson's avatar
      Merge remote-tracking branch 'remotes/jasonwang/tags/net-pull-request' into staging · e4d96a7e
      Richard Henderson authored
      
      # gpg: Signature made Thu 04 Nov 2021 11:42:00 PM EDT
      # gpg:                using RSA key EF04965B398D6211
      # gpg: Good signature from "Jason Wang (Jason Wang on RedHat) <jasowang@redhat.com>" [marginal]
      # gpg: WARNING: This key is not certified with sufficiently trusted signatures!
      # gpg:          It is not certain that the signature belongs to the owner.
      # Primary key fingerprint: 215D 46F4 8246 689E C77F  3562 EF04 965B 398D 6211
      
      * remotes/jasonwang/tags/net-pull-request:
        Fix virtio-net-pci* "vectors" compat
        e1000: fix tx re-entrancy problem
      
      Signed-off-by: default avatarRichard Henderson <richard.henderson@linaro.org>
      e4d96a7e
    • Dongwon Kim's avatar
      ui/gtk-egl: blitting partial guest fb to the proper scanout surface · 1350ff15
      Dongwon Kim authored and Gerd Hoffmann's avatar Gerd Hoffmann committed
      
      eb_fb_blit should be able to blit partial image of guest display (blob res)
      in case multiple displays are configured for the guest and they are set as extended-
      desktop mode.
      
      v2: egl_fb includes dmabuf info then make egl_fb_blit position and size
          parameters programmed in dmabuf structure (previously position/size
          parameters were given to egl_fb_blit separately)
          (Vivek Kasireddy)
      
          changed the commit message as there is no interface change to egl_fb_blit
      
      Cc: Gerd Hoffmann <kraxel@redhat.com>
      Cc: Vivek Kasireddy <vivek.kasireddy@intel.com>
      Signed-off-by: default avatarDongwon Kim <dongwon.kim@intel.com>
      Message-Id: <20211104065153.28897-6-dongwon.kim@intel.com>
      Signed-off-by: Gerd Hoffmann's avatarGerd Hoffmann <kraxel@redhat.com>
      1350ff15
    • Dongwon Kim's avatar
      ui/gtk: gd_draw_event returns FALSE when no cairo surface is bound · 7cf87257
      Dongwon Kim authored and Gerd Hoffmann's avatar Gerd Hoffmann committed
      
      gd_draw_event shouldn't try to repaint if surface does not exist
      for the VC.
      
      Cc: Gerd Hoffmann <kraxel@redhat.com>
      Signed-off-by: default avatarDongwon Kim <dongwon.kim@intel.com>
      Message-Id: <20211104065153.28897-4-dongwon.kim@intel.com>
      Signed-off-by: Gerd Hoffmann's avatarGerd Hoffmann <kraxel@redhat.com>
      7cf87257
Loading