VirtualBox

source: vbox/trunk/src/VBox/HostServices/SharedOpenGL/crserverlib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @59198   9 years vboxsync SharedOpenGL: bugref:6538: require OpenGL 2.1
(edit) @57929   9 years vboxsync SharedOpenGL: initial support for DrawBuffers (n == 1) in the state …
(edit) @57909   9 years vboxsync Chromium OpenGL: removed hack from crserverlib/get_sizes.py because …
(edit) @57543   9 years vboxsync warning
(edit) @57421   9 years vboxsync wrong
(edit) @57420   9 years vboxsync crOpenGL: DECLCALLBACK and a warning
(edit) @56970   9 years vboxsync crserverlib: Use AssertLogRelRCReturn instead of AssertRCReturn when …
(edit) @56946   9 years vboxsync Host 3D: Display Lists: fix list IDs translation on crServer layer; …
(edit) @56939   9 years vboxsync Host 3D: force notify Render SPU about parent window ID change in …
(edit) @56922   9 years vboxsync 3D: Display List: Expando SPU and DLM module code significantly …
(edit) @56827   9 years vboxsync HostServices/SharedOpenGL: Missing return in the out of memroy error …
(edit) @56566   9 years vboxsync Host 3D: Expando SPU, DLM module. - DLM module reworked. Now it uses …
(edit) @56473   9 years vboxsync Host 3D: extend SPU structure with interface for save/restore internal …
(edit) @56279   9 years vboxsync va_end(), warning
(edit) @55998   10 years vboxsync SharedOpenGL: fix crFbBltGetContentsScaledDirect regression
(edit) @55973   10 years vboxsync 3D: WDDM: addition to r100476: compatibility to earlier revisions.
(edit) @55971   10 years vboxsync 3D: WDDM: consider sub-regions on FLIP operation.
(edit) @55832   10 years vboxsync Host 3D: back to usage of DEPTH_STENCIL attachement.
(edit) @55831   10 years vboxsync SharedOpenGL: crServerRedirMuralFbClear must release textures.
(edit) @55798   10 years vboxsync 3D: restoring state: ignore invalid DEPTH/STENCIL data when restoring …
(edit) @55766   10 years vboxsync 3D: save state: fix accedental SEGFAULT.
(edit) @55764   10 years vboxsync 3D: saving state: fix broken in r100180 SSM versioning.
(edit) @55763   10 years vboxsync 3D: saving state: try to make code a little bit more readable/structurized.
(edit) @55762   10 years vboxsync Host 3D: DLM: dump local stuff (preparing for saving Display Lists).
(edit) @55761   10 years vboxsync 3D: saving state: use separate buffers for DEPTH and STENCIL data. …
(edit) @55758   10 years vboxsync 3D: saving state: since we use glReadPixels() in order to read image …
(edit) @55748   10 years vboxsync SharedOpenGL: fix CrFbBltGetContents and …
(edit) @55747   10 years vboxsync SharedOpenGL: fix CrFbBltGetContents and …
(edit) @55213   10 years vboxsync Host 3D: fix SEGFAULT on old X11 i915 driver on 3D state restore: use …
(edit) @55212   10 years vboxsync Host 3D: revert improper SEGFAULT fix introduced by r97041.
(edit) @55014   10 years vboxsync Host 3D: crServer: move things in place: shader-related stuff from …
(edit) @55013   10 years vboxsync Host 3D: crServer: move things in place: texture-related stuff -> …
(edit) @54934   10 years vboxsync Host 3D: crServer: move glGenLists() handler from autogenerated .c to …
(edit) @54905   10 years vboxsync Host 3D: Chromium server: add Expando SPU and DLM module in order to …
(edit) @54834   10 years vboxsync Frontend,SharedOpenGL: 3D notification without safearray.
(edit) @54747   10 years vboxsync Host 3D: prevent Presentation Framework assertion when setting scale …
(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) @54026   10 years vboxsync Host 3D: scaling: reduce number of runtime warnings/assertions.
(edit) @53908   10 years vboxsync Host 3D: do not upset GUI when it attempts to set scale factor when 3D …
(edit) @53889   10 years vboxsync Host 3D: a bit more error reporting for scaling factor stuff.
(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) @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) @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) @53550   10 years vboxsync HostServices/SharedOpenGL: properly uninit on error path during …
(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) @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) @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) @52807   10 years vboxsync crOpenGL: typo fix
(edit) @52641   10 years vboxsync crOpenGL: disable some verbose logging
(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) @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) @52260   10 years vboxsync crOpenGL: proper support of GetErr being called from display list, …
(edit) @51975   10 years vboxsync crOpenGL/OSX: fix garbage on resize
(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
(edit) @51524   11 years vboxsync DevVGA/crOpenGL: bugfixes, logging
(edit) @51442   11 years vboxsync crOpenGL: fix flickering on osx
(edit) @51432   11 years vboxsync crOpenGL: better window sync
(edit) @51423   11 years vboxsync crOpenGL: window visibility fix
(edit) @51356   11 years vboxsync crOpenGL: save state for pended command blocks
(edit) @51349   11 years vboxsync crOpenGL: saved state fixes, misc fixes
(edit) @51335   11 years vboxsync crOpenGL: saved state fixes
(edit) @51330   11 years vboxsync crOpenGL: more extended flexible caps info, backwards compatibility fixes
(edit) @51323   11 years vboxsync crOpenGL: warning fix
(edit) @51320   11 years vboxsync crOpenGL: multi-screen fixes
(edit) @51269   11 years vboxsync wddm: enable complex topology for CmdVbva
(edit) @51260   11 years vboxsync wddm: resize enhancements & fixes
(edit) @51217   11 years vboxsync crOpenGL: pdm led, some fixes to follow
(edit) @51201   11 years vboxsync crOpenGL: enable GetAttribsLocations
(edit) @51200   11 years vboxsync crOpenGL: getAttribLocations
(edit) @51157   11 years vboxsync crCmd/wddm/crOpenGL: some optimization & cleanup
(edit) @51152   11 years vboxsync crOpenGL: fix NPE
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