Merge remote-tracking branch 'remotes/kraxel/tags/pull-console-20150119-1' into staging
ui: add shared surface format negotiation.
# gpg: Signature made Mon 19 Jan 2015 12:47:36 GMT using RSA key ID D3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>"
# gpg: aka "Gerd Hoffmann <gerd@kraxel.org>"
# gpg: aka "Gerd Hoffmann (private) <kraxel@gmail.com>"
* remotes/kraxel/tags/pull-console-20150119-1:
ui/sdl2: Support shared surface for more pixman formats
ui/sdl: Support shared surface for more pixman formats
ui/gtk: Support shared surface for most pixman formats
ui/spice: Support shared surface for most pixman formats
ui/vnc: Support shared surface for most pixman formats
ui/pixman: add qemu_pixman_check_format
ui: Add dpy_gfx_check_format() to check backend shared surface support
ui: Make qemu_default_pixman_format() return 0 on unsupported formats
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- hw/display/vga.c 14 additions, 4 deletionshw/display/vga.c
- include/ui/console.h 4 additions, 0 deletionsinclude/ui/console.h
- include/ui/qemu-pixman.h 2 additions, 0 deletionsinclude/ui/qemu-pixman.h
- include/ui/sdl2.h 2 additions, 0 deletionsinclude/ui/sdl2.h
- ui/console.c 25 additions, 0 deletionsui/console.c
- ui/gtk.c 7 additions, 6 deletionsui/gtk.c
- ui/qemu-pixman.c 28 additions, 1 deletionui/qemu-pixman.c
- ui/sdl.c 20 additions, 6 deletionsui/sdl.c
- ui/sdl2-2d.c 13 additions, 0 deletionsui/sdl2-2d.c
- ui/sdl2.c 7 additions, 6 deletionsui/sdl2.c
- ui/spice-display.c 7 additions, 6 deletionsui/spice-display.c
- ui/vnc.c 8 additions, 7 deletionsui/vnc.c
Loading
Please register or sign in to comment