VirtualBox

source: vbox/trunk/src/VBox/GuestHost

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @21430   15 years vboxsync HostServices/SharedClipboard: refactor target handling, clean up test …
(edit) @21429   15 years vboxsync GuestHost/SharedClipboard: make sure that we also notify when a format …
(edit) @21425   15 years vboxsync GuestHost/SharedClipboard: properly test and fix our selection of the …
(edit) @21423   15 years vboxsync crOpenGL: fix VBOs on NVidia cards
(edit) @21422   15 years vboxsync crOpenGL: fix VBOs support on 32/64 or 64/32 guest/host combinations
(edit) @21379   15 years vboxsync warning
(edit) @21312   15 years vboxsync crOpenGL: fix occasional local changes commited with r49656
(edit) @21311   15 years vboxsync crOpenGL: fix build, missing dependency
(edit) @21310   15 years vboxsync crOpenGL: host VBOs another file
(edit) @21309   15 years vboxsync crOpenGL: use host VBO's missed file
(edit) @21308   15 years vboxsync crOpenGL: use host side VBO when possible
(edit) @21306   15 years vboxsync crOpenGL: tabs to spaces
(edit) @21293   15 years vboxsync svn:eol-style native
(edit) @21269   15 years vboxsync HostServices/SharedClipboard: fixed handling of unknown formats on the …
(edit) @21227   15 years vboxsync VBoxGuest.h/VMMDev.h/VBoxGuestLib.h usage cleanup.
(edit) @21225   15 years vboxsync Eliminated the VMMDEVHYP[PTR|PHYS]* types.
(edit) @21185   15 years vboxsync GuestHost/SharedClipboard fix the clipboard on Solaris 10 and remove …
(edit) @21184   15 years vboxsync GuestHost/SharedClipboard: fix broken code for selecting the format to …
(edit) @21093   15 years vboxsync add build fix?
(edit) @21074   15 years vboxsync GuestHost/SharedClipboard: change the procedure to make the unit test …
(edit) @20975   15 years vboxsync crOpenGL: fix memory leak when using VBOs
(edit) @20970   15 years vboxsync crOpenGL: fix incorrect rendering of glDrawRangeElements
(edit) @20966   15 years vboxsync GuestHost/SharedClipboard: CRLF handling fix
(edit) @20815   15 years vboxsync crOpenGL: fix guest/host crashes when client app uses incorrect opengl …
(edit) @20813   15 years vboxsync crOpenGL: tabs to spaces
(edit) @20658   15 years vboxsync crOpenGL: add version info for guest dlls
(edit) @20635   15 years vboxsync crOpenGL: add WGL_EXT_pixel_format and WGL_ARB_pixel_format extensions
(edit) @20614   15 years vboxsync crOpenGL: define to allow running under opengl debuggers
(edit) @20609   15 years vboxsync crOpenGL FreeBSD library load fix
(edit) @20551   15 years vboxsync GuestHost/SharedClipboard: refactored the shared clipboard code to …
(edit) @20511   15 years vboxsync OSE header fixes
(edit) @20467   15 years vboxsync crOpenGL: aliases for pre opengl2.0 arb extensions
(edit) @20437   15 years vboxsync crOpenGL: fix various opengl 2.0 get functions
(edit) @20419   15 years vboxsync crOpenGL: add 2 more missing opengl 2.0 functions
(edit) @20411   15 years vboxsync crOpenGL: allow wine to query real host gpu vendor/version/renderer …
(edit) @20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20371   15 years vboxsync Misc: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @20327   16 years vboxsync crOpenGL: more opengl 2.0 functions
(edit) @20207   16 years vboxsync GuestHost: be less verbose during compile
(edit) @20183   16 years vboxsync crOpenGL: fix wrong ext opcodes packing
(edit) @20177   16 years vboxsync crOpenGL: remove another unnecessary ifdef
(edit) @20174   16 years vboxsync crOpenGL: packing/unpacking of part of opengl 2.0 functions
(edit) @20166   16 years vboxsync crOpenGL: fix naming typo
(edit) @20150   16 years vboxsync crOpenGL: typo + missing dep
(edit) @20147   16 years vboxsync crOpenGL: some opengl 2.0 parts
(edit) @20137   16 years vboxsync Solaris 10 builds again
(edit) @19878   16 years vboxsync crOpenGL: cleanup on failures
(edit) @19875   16 years vboxsync HostServices and GuestHost/SharedClipboard: hopefully fixed the broken …
(edit) @19842   16 years vboxsync SharedClipboard/GuestHost and HostServices/x11: use asynchronous host …
(edit) @19754   16 years vboxsync GuestHost/SharedClipboard/x11: more cleanups
(edit) @19704   16 years vboxsync GuestHost/SharedClipboard/x11: more clean-ups
(edit) @19553   16 years vboxsync GuestHost/SharedClipboard/x11: memory leak in the testcase
(edit) @19552   16 years vboxsync GuestHost/SharedClipboard/x11: cleanup
(edit) @19541   16 years vboxsync GuestHost/SharedClipboard/x11: fixes to the testcase
(edit) @19540   16 years vboxsync GuestHost/SharedClipboard/x11: code cleanup
(edit) @19536   16 years vboxsync GuestHost/SharedClipboard/x11: renamed a struct
(edit) @19535   16 years vboxsync GuestHost/SharedClipboard/x11: removed some debugging code
(edit) @19534   16 years vboxsync GuestHost/SharedClipboard/x11: test and fix handling of …
(edit) @19506   16 years vboxsync GuestHost/SharedClipboard/x11: add reading Latin1 from X11 to the …
(edit) @19505   16 years vboxsync GuestHost/SharedClipboard/x11: better testcases and a couple of fixes …
(edit) @19220   16 years vboxsync SharedClipboard/x11: fix a potential crash if a zero-length compound …
(edit) @19219   16 years vboxsync GuestHost/clipboard/x11: use Xt caching atom functions and fix the …
(edit) @19169   16 years vboxsync GuestHost/x11 clipboard: replaced the Xt main loop with a custom one …
(edit) @19152   16 years vboxsync HostServices and GuestHost/X11 clipboard: lots of changes, see defect …
(edit) @19099   16 years vboxsync crOpenGL: fix multicontext crashes (public bug #3762)
(edit) @19027   16 years vboxsync GuestHost/SharedClipboard: add testcases for the X11 clipboard code …
(edit) @18892   16 years vboxsync Fix buildboxes attempt.
(edit) @18890   16 years vboxsync GuestHost/SharedClipboard: fixes and an initial testcase
(edit) @18852   16 years vboxsync GuestHost/SharedClipboard: removed Utf16 support for X11 and split a …
(edit) @18756   16 years vboxsync HostServices/SharedClipboard: a couple of fixes and some assertions
(edit) @18708   16 years vboxsync GuestHost/SharedClipboard: reorganise constructor and destructor funcions
(edit) @18633   16 years vboxsync GuestHost/SharedClipboard: pass pointers instead of using globals …
(edit) @18613   16 years vboxsync GuestHost/SharedClipboard: recommitted x11-clipboard.cpp with more …
(edit) @18612   16 years vboxsync GuestHost/SharedClipboard: recommitted x11-clipboard.cpp with more history
(edit) @18586   16 years vboxsync HostServices/SharedClipboard/X11: added opaque data pointers to the …
(edit) @18585   16 years vboxsync HostServices/SharedClipboard: split up the X11 host clipboard code …
(edit) @18508   16 years vboxsync crVBoxHGCMDoDisconnect: unused variable warnings (host).
(edit) @18399   16 years vboxsync GuestHost/SharedClipboard: these were not yet for committing
(edit) @18398   16 years vboxsync HostServices/SharedClipboard: move the first code to the GuestHost …
(edit) @18386   16 years vboxsync GuestHost/OpenGL: util/vboxhgcm: Solaris ioctl request header fix.
(edit) @18380   16 years vboxsync crOpenGL: change debug messages
(edit) @18336   16 years vboxsync crOpenGL: try to fix solaris builds
(edit) @18328   16 years vboxsync crOpenGL: init mutexes as recursive, fix for #3758
(edit) @18326   16 years vboxsync crOpenGL: tabs to spaces
(edit) @18209   16 years vboxsync crOpenGL: remove some local defines
(edit) @18138   16 years vboxsync crOpenGL: allow debug output in release builds with CR_DEBUG/CR_DEBUG_FILE
(edit) @18111   16 years vboxsync crOpenGL: typo + warning if hgcm calls fail on guest side
(edit) @18109   16 years vboxsync crOpenGL: increase guest readback buffer size to 2k, to reduce …
(edit) @18088   16 years vboxsync crOpenGL: some code cleanup and small fixes
(edit) @17860   16 years vboxsync Additions/common/OpenGL: made the Linux OpenGL Additions use …
(edit) @17765   16 years vboxsync HGSMI: makefile for the common library.
(edit) @17190   16 years vboxsync warning
(edit) @16970   16 years vboxsync crOpenGL: evil tabs sneaked in
(edit) @16969   16 years vboxsync crOpenGL: don't allocate memory for textures on host side (#3461)
(edit) @16939   16 years vboxsync crOpenGL: tabs to spaces
(edit) @16915   16 years vboxsync crOpenGL: use chromium functions for malloc/free
(edit) @16912   16 years vboxsync crOpenGL: use custom CRASSERT instead of assert
(edit) @16911   16 years vboxsync VBoxOGLcrutil: this'll work
(edit) @16910   16 years vboxsync VBoxOGLcrutil: another shot at windows link issues…
(edit) @16906   16 years vboxsync a shot at the debug build break in VBoxOGLcrutil after assert->Assert.
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