VirtualBox

source: vbox/trunk/src/VBox/HostServices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @54668   10 years vboxsync Spelling.
(edit) @54638   10 years vboxsync Looks like we have to do glFlush() before changing GL context on mac os x.
(edit) @54632   10 years vboxsync Mac OS X host 3D: unscaled HiDPI: always set viewport according to …
(edit) @54599   10 years vboxsync Mac OSX host 3D: unscaled HiDPI output: always allocate sufficient …
(edit) @54582   10 years vboxsync Host 3D unscaled HiDPI output: privide notifyHiDPIOutputPolicyChange() …
(edit) @54507   10 years vboxsync Host 3D: fix compilation warnings for crServer.
(edit) @54466   10 years vboxsync Mac OS X host 3D: preparation for output unscaled content to HiDPI monitor.
(edit) @54026   10 years vboxsync Host 3D: scaling: reduce number of runtime warnings/assertions.
(edit) @54025   10 years vboxsync Coding style.
(edit) @54024   10 years vboxsync Mac host 3D: use non-deprecated API call if possible when reshape 3D …
(edit) @53948   10 years vboxsync header fixes
(edit) @53908   10 years vboxsync Host 3D: do not upset GUI when it attempts to set scale factor when 3D …
(edit) @53894   10 years vboxsync Typo.
(edit) @53893   10 years vboxsync Host 3D: scaling: more debug logging.
(edit) @53889   10 years vboxsync Host 3D: a bit more error reporting for scaling factor stuff.
(edit) @53887   10 years vboxsync Host 3D: adjust renderer logging for Cocoa backend.
(edit) @53858   10 years vboxsync 3D content scaling: keep window size parameters unchanged (not …
(edit) @53856   10 years vboxsync Host 3D: scaling: sync fb with scaling factor changes (experimental).
(edit) @53854   10 years vboxsync Host 3D: content scaling: define scale factor range bounds.
(edit) @53852   10 years vboxsync fix
(edit) @53848   10 years vboxsync another Windows resource file
(edit) @53847   10 years vboxsync Host 3D: content scalling: export IDisplay interface and connect it to …
(edit) @53817   10 years vboxsync 3D: scaling: add simple check for input values to scale factor setter.
(edit) @53816   10 years vboxsync 3D: scalling factor: separate scaling factors along X and Y axes; move …
(edit) @53815   10 years vboxsync Rename include/VBox/VBoxOGLTest.h to more common name (VBoxOGL.h) …
(edit) @53814   10 years vboxsync Host 3D: prepare for content scaling.
(edit) @53804   10 years vboxsync 3D: naming: crServerHasMinimalCaps() -> crServerHasInsufficientCaps().
(edit) @53802   10 years vboxsync 3D: rename constant: CR_VBOX_CAP_HOST_CAPS_NOT_SUFFICIENT -> …
(edit) @53799   10 years vboxsync Host 3D + WDDM driver: add to host service a check to detect if host …
(edit) @53784   10 years vboxsync fixed @file information of a couple of .rc files
(edit) @53781   10 years vboxsync added a bunch of missing Windows resource files and fixed a few minor bugs
(edit) @53755   10 years vboxsync VMSVGA3d: Cleaning up some of the dual-profile mess, switched back to …
(edit) @53749   10 years vboxsync Use a context configured with the legacy OpenGL profile for getting …
(edit) @53741   10 years vboxsync VMSVGA3d: Reworked the 3.2 core GL profile specific code, putting it …
(edit) @53728   10 years vboxsync VMSVGA3d/darwin: Using the use OpenGL 3.2 Core profile works better, …
(edit) @53624   10 years vboxsync scm automatic cleanups.
(edit) @53601   10 years vboxsync Preps for replacing DevVGA-SVGA3d-cocoa.m with …
(edit) @53594   10 years vboxsync Mac OS X host: 3D: kCGLPFAWindow and NSOpenGLPFAWindow were …
(edit) @53583   10 years vboxsync OpenGLTestDarwin.cpp: hungarian spelling fixes.
(edit) @53582   10 years vboxsync OpenGLTestDarwin.cpp: Replaced the home-cooked execute-once with …
(edit) @53557   10 years vboxsync renderspu_cocoa_helper.m: Cleaned out unused RCD code (callbacks via …
(edit) @53556   10 years vboxsync renderspu_cocoa_helper.m: Cleanups.
(edit) @53554   10 years vboxsync VBoxOGLTest.h: Strict C prototypes.
(edit) @53550   10 years vboxsync HostServices/SharedOpenGL: properly uninit on error path during …
(edit) @53546   10 years vboxsync Mac OS X host: make 3D test more informative when it determines that …
(edit) @53400   10 years vboxsync Restore 3D state: fix SEGFAULT on X11 host (Linux): bind to …
(edit) @53262   10 years vboxsync Revert r96781, r96707 and r96693 since these commits affect 3D overlay …
(edit) @53234   10 years vboxsync Host 3D: Chromium server: drop non-functional code.
(edit) @53233   10 years vboxsync Host 3D: Chromium server: drop non-functional code.
(edit) @53232   10 years vboxsync Host 3D: Chromium server: drop non-functional code.
(edit) @53169   10 years vboxsync Fix log message.
(edit) @53167   10 years vboxsync Host 3D: Presentation framework: do not re-create 3D window on …
(edit) @53166   10 years vboxsync Host 3D: Chronium Server: drop unused code.
(edit) @53158   10 years vboxsync Host 3D: Presentation framework: start dropping goto's.
(edit) @53157   10 years vboxsync Host 3D: Chronium server: Presentation framework: fixed resources leak …
(edit) @53153   10 years vboxsync Host 3D: Chromium server: Presentation framework: drop unused code.
(edit) @53145   10 years vboxsync Host 3D: Chromium server: Presentation framework: move classes into …
(edit) @53103   10 years vboxsync Host 3D: remove obsolete code: drop OpenGLWorker thread.
(edit) @53088   10 years vboxsync Host 3D: reduce amount of debug logging.
(edit) @52978   10 years vboxsync IDisplay::GetScreenResolution returns status of the guest monitor.
(edit) @52807   10 years vboxsync crOpenGL: typo fix
(edit) @52641   10 years vboxsync crOpenGL: disable some verbose logging
(edit) @52639   10 years vboxsync crOpenGL: fix x11 resiizes
(edit) @52626   10 years vboxsync OSX: 3D: offline rendering: atomic variables: U8 -> U32 (thanks to …
(edit) @52625   10 years vboxsync crOpenGL some cleanup
(edit) @52624   10 years vboxsync crOpenGL: fix window ref counting
(edit) @52623   10 years vboxsync Mac OS X host: 3D: offline rendering check: fix atomic variables mess.
(edit) @52622   10 years vboxsync 3D: Mac OS X host: enable support for offline rendering.
(edit) @52616   10 years vboxsync crOpenGL: revert back ref counting change of r95873: the object owner …
(edit) @52614   10 years vboxsync crOpenGL: debugging
(edit) @52598   10 years vboxsync 3D: darwin host: fix a few memory leaks, objects initialization issues …
(edit) @52578   10 years vboxsync crOpenGL: fix racing
(edit) @52570   10 years vboxsync crOpenGL: debugging
(edit) @52560   10 years vboxsync crOpenGL: window reference
(edit) @52532   10 years vboxsync crOpenGL/osx: do not draw on hidden or unparented view
(edit) @52531   10 years vboxsync crOpenGL: bugfix
(edit) @52494   10 years vboxsync crOpenGL/osx: more sync with main thread
(edit) @52486   10 years vboxsync Set hFb after the cBuffers check.
(edit) @52485   10 years vboxsync server_muralfbo.cpp: crServerRedirMuralDbSyncFb can be called even if …
(edit) @52451   10 years vboxsync crOpenGL: command blocks flushing
(edit) @52430   10 years vboxsync crOpenGL: missing file
(edit) @52429   10 years vboxsync crOpenGL: 1. osx: do everything we can do in the main thread 2. bugfixes
(edit) @52398   10 years vboxsync crOpenGL: don't repaint invisible windows
(edit) @52391   10 years vboxsync crOpenGL: try fix rendering slowdown
(edit) @52384   10 years vboxsync crOpenGL: fix corupted framebuffer image on 3D desktop exits (UAC or …
(edit) @52368   10 years vboxsync crOpenGL: fix white window on fullscreen enter
(edit) @52350   10 years vboxsync more resize fixes, dumper fixes
(edit) @52329   10 years vboxsync wddm/crOpenGL: prevent shared objects from being deleted till they can …
(edit) @52261   10 years vboxsync crOpenGL/glx: enable present on main thread
(edit) @52260   10 years vboxsync crOpenGL: proper support of GetErr being called from display list, …
(edit) @52064   10 years vboxsync Main: IDisplay converted to use API wrappers.
(edit) @51976   10 years vboxsync SharedFolders: warning, LogRel if folder can not be loaded.
(edit) @51975   10 years vboxsync crOpenGL/OSX: fix garbage on resize
(edit) @51801   10 years vboxsync SharedOpenGL: cleanup.
(edit) @51676   10 years vboxsync SharedOpenGL: Makefile.kmk gcc build fix
(edit) @51672   10 years vboxsync SharedOpenGL: XPCOM build fix.
(edit) @51670   10 years vboxsync Main,Frontends: use safearray for IFramebuffer::Notify3DEvent
(edit) @51655   10 years vboxsync crOpenGL: move parse int tooling to util
(edit) @51559   11 years vboxsync crOpenGL: wglShareLists support
(edit) @51536   11 years vboxsync crOpenGL: try to fix vrdp
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette