1. 23 3月, 2013 12 次提交
  2. 20 3月, 2013 1 次提交
  3. 19 3月, 2013 22 次提交
  4. 18 3月, 2013 5 次提交
    • A
      Merge remote-tracking branch 'kraxel/pixman.v8' into staging · e531761d
      Anthony Liguori 提交于
      # By Gerd Hoffmann (18) and others
      # Via Blue Swirl (1) and Gerd Hoffmann (1)
      * kraxel/pixman.v8: (37 commits)
        console: remove ds_get_* helper functions
        console: zap color_table
        console: stop using DisplayState in gfx hardware emulation
        console: zap displaystate from dcl callbacks
        cocoa: stop using DisplayState
        spice: stop using DisplayState
        sdl: stop using DisplayState
        vnc: stop using DisplayState
        gtk: stop using DisplayState
        console: add surface_*() getters
        console: rework DisplaySurface handling [dcl/ui side]
        console: rework DisplaySurface handling [vga emu side]
        sdl: drop dead code
        qxl: better vga init in enter_vga_mode
        qxl: zap qxl0 global
        spice: zap sdpy global
        console: kill DisplayState->opaque
        console: fix displaychangelisteners interface
        s390: Fix cpu refactoring fallout.
        target-mips: fix rndrashift_short_acc and code for EXTR_ instructions
        ...
      e531761d
    • G
      console: remove ds_get_* helper functions · 1562e531
      Gerd Hoffmann 提交于
      Switch the few remaining ds_get_* uses in console.c over to the new
      surface_* accessors.
      
      While doing so tripped over a few leftovers from commit
      a93a4a22 (code using depth == 0
      as indicator for textmode rendering).  Fixed them up.
      
      Finally dropped ds_get_* helper helpers.
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      1562e531
    • G
      console: zap color_table · cf6f0548
      Gerd Hoffmann 提交于
      qemu_create_surface hands out 32bpp surfaces.
      So we can just use color_table_rgb directly.
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      cf6f0548
    • G
      console: stop using DisplayState in gfx hardware emulation · c78f7137
      Gerd Hoffmann 提交于
      Use QemuConsole instead.  Updates interfaces in console.[ch] and adapts
      gfx hardware emulation code.
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      c78f7137
    • G
      console: zap displaystate from dcl callbacks · bc2ed970
      Gerd Hoffmann 提交于
      Now that nobody depends on DisplayState in DisplayChangeListener
      callbacks any more we can remove the parameter from all callbacks.
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      bc2ed970