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) @76793   6 years vboxsync 3D: Validation of glDeleteQueries arguments
(edit) @76792   6 years vboxsync 3D: GetMap(dfi)v code cleanup, bugref:9327
(edit) @76787   6 years vboxsync 3D: Parameters validation corrected, bugref:9327
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @74890   6 years vboxsync 3D: Memory allocations fixed, bugref:9251. Merged changes r125768, …
(edit) @73624   6 years vboxsync Main,SharedOpenGL: VRDP cleanup. bugref:9225
(edit) @73223   6 years vboxsync 3D: texture unpacking reworked, bugref:9192. Merged r123597, r123598, …
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @71680   7 years vboxsync SharedOpenGL: fixed compiler warning. bugref:9094
(edit) @71607   7 years vboxsync DevVGA,SharedOpenGL: Code cleanup in progress. bugref:9094
(edit) @71468   7 years vboxsync HostServices/SharedOpenGL: Check number of lines in shaders code, part 2.
(edit) @70976   7 years vboxsync HostServices/SharedOpenGL: bugref:9103: Update Compositor's stretch …
(edit) @70939   7 years vboxsync HostServices/SharedOpenGL: bugref:9103: Improved logging of Compositor …
(edit) @70601   7 years vboxsync 3D: SharedOpenGL code cleanup, bugref:9043
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @69474   7 years vboxsync *: scm updates - header files should have 'svn:keywords=Id Revision' …
(edit) @69390   7 years vboxsync HostServices/SharedOpenGL: scm updates
(edit) @66838   8 years vboxsync sharedogl/server_main: integers must first be cast thru uintptr_t …
(edit) @65381   8 years vboxsync bugref:8282: Additions/linux: submit DRM driver to the Linux kernel: …
(edit) @64670   8 years vboxsync HostServices/SharedOpenGL: bugref:8662: disable deallocation of all …
(edit) @63942   8 years vboxsync OpenGL: fixed the most annoying coding style flaws, mainly removing …
(edit) @63939   8 years vboxsync Build/scripts (bugref:6627): Python build scripts updated to generate …
(edit) @62783   8 years vboxsync HostServices,GuestHost: warnings
(edit) @62782   8 years vboxsync HostServices,GuestHost: warnings
(edit) @62489   8 years vboxsync (C) 2016
(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   10 years vboxsync Host 3D: Expando SPU, DLM module. - DLM module reworked. Now it uses …
(edit) @56473   10 years vboxsync Host 3D: extend SPU structure with interface for save/restore internal …
(edit) @56279   10 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
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