History log of /vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/server_presenter.cpp
Revision Date Author Comments Expand
06bb4b5cc82b007e3014977f0006901af14d1a98 53908 22-Jan-2015 vboxsync

Host 3D: do not upset GUI when it attempts to set scale factor when 3D output not yet initialized. Cache it and restore once output initialized.

6c41ba40bb15103f0b6c859cea851a005186d24f 53889 21-Jan-2015 vboxsync

Host 3D: a bit more error reporting for scaling factor stuff.

cce5a52df3d40b27d3db7953f677658f8e303e78 53858 19-Jan-2015 vboxsync

3D content scaling: keep window size parameters unchanged (not multiplied by scaling factor); update window geometry once scaling factor updated (fixes visual artifacts when Win guest login screen displayed).

dab81d4f2a16fc43b028798c9aeeecc70093b8e6 53856 16-Jan-2015 vboxsync

Host 3D: scaling: sync fb with scaling factor changes (experimental).

66cb510642921add88e1f7182b92cca2cff0d21f 53847 16-Jan-2015 vboxsync

Host 3D: content scalling: export IDisplay interface and connect it to OpenGL HGCM service.

9a4f89c56bc26398c787321ef37ef676c542ec25 53158 28-Oct-2014 vboxsync

Host 3D: Presentation framework: start dropping goto's.

5a96feeef6545e3b78a0e84669406a9ee2c8da2f 53153 27-Oct-2014 vboxsync

Host 3D: Chromium server: Presentation framework: drop unused code.

2c58a3c1c159c2fe32fdc0c82f1d30604fda0755 53145 26-Oct-2014 vboxsync

Host 3D: Chromium server: Presentation framework: move classes into separate files for better code reading (to be continued).