Searched hist:a93a4a226a2afba147ba5df688b85d844f537c68 (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/ui/ |
H A D | curses.c | diff a93a4a226a2afba147ba5df688b85d844f537c68 Fri Sep 28 08:02:08 CDT 2012 Gerd Hoffmann <kraxel@redhat.com> console: untangle gfx & txt updates
Stop abusing displaysurface fields for text mode displays. (bpp = 0, width = cols, height = lines).
Add flags to displaystate indicating whenever text mode display (curses) or gfx mode displays (sdl, vnc, ...) are present.
Add separate displaychangelistener callbacks for text / gfx mode resize & updates.
This allows to enable gfx and txt diplays at the same time and also paves the way for more cleanups in the future.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
H A D | spice-display.c | diff a93a4a226a2afba147ba5df688b85d844f537c68 Fri Sep 28 08:02:08 CDT 2012 Gerd Hoffmann <kraxel@redhat.com> console: untangle gfx & txt updates
Stop abusing displaysurface fields for text mode displays. (bpp = 0, width = cols, height = lines).
Add flags to displaystate indicating whenever text mode display (curses) or gfx mode displays (sdl, vnc, ...) are present.
Add separate displaychangelistener callbacks for text / gfx mode resize & updates.
This allows to enable gfx and txt diplays at the same time and also paves the way for more cleanups in the future.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
H A D | console.c | diff 1562e53112fd1082c656a06d953a7447ab17e6e1 Wed Mar 06 06:40:47 CST 2013 Gerd Hoffmann <kraxel@redhat.com> console: remove ds_get_* helper functions
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 a93a4a226a2afba147ba5df688b85d844f537c68 (code using depth == 0 as indicator for textmode rendering). Fixed them up.
Finally dropped ds_get_* helper helpers.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
H A D | vnc.c | diff a93a4a226a2afba147ba5df688b85d844f537c68 Fri Sep 28 08:02:08 CDT 2012 Gerd Hoffmann <kraxel@redhat.com> console: untangle gfx & txt updates
Stop abusing displaysurface fields for text mode displays. (bpp = 0, width = cols, height = lines).
Add flags to displaystate indicating whenever text mode display (curses) or gfx mode displays (sdl, vnc, ...) are present.
Add separate displaychangelistener callbacks for text / gfx mode resize & updates.
This allows to enable gfx and txt diplays at the same time and also paves the way for more cleanups in the future.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
/openbmc/qemu/include/ui/ |
H A D | console.h | diff 1562e53112fd1082c656a06d953a7447ab17e6e1 Wed Mar 06 06:40:47 CST 2013 Gerd Hoffmann <kraxel@redhat.com> console: remove ds_get_* helper functions
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 a93a4a226a2afba147ba5df688b85d844f537c68 (code using depth == 0 as indicator for textmode rendering). Fixed them up.
Finally dropped ds_get_* helper helpers.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|