VirtualBox

source: vbox/trunk/src/VBox/GuestHost

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @27708   15 years vboxsync crOpenGL: some initial support for new multimonitor code
(edit) @27398   15 years vboxsync crOpenGL: fix burn
(edit) @27396   15 years vboxsync crOpenGL: opengl 2.1 support
(edit) @27267   15 years vboxsync OpenGL: compile/warning fix
(edit) @27244   15 years vboxsync crOpenGL: non square uniform matricies support
(edit) @27152   15 years vboxsync GuestHost/OpenGL: warning
(edit) @27091   15 years vboxsync crOpenGL: add GL_ARB_pixel_buffer_object support
(edit) @27073   15 years vboxsync crOpenGL: tabs to spaces
(edit) @27072   15 years vboxsync crOpenGL: tabs to spaces
(edit) @27069   15 years vboxsync crOpenGL: tabs to spaces
(edit) @27034   15 years vboxsync GuestHost: annoying warning
(edit) @26670   15 years vboxsync GuestHost/OpenGL: warning
(edit) @26514   15 years vboxsync remainder: tabs -> spaces.
(edit) @26407   15 years vboxsync crOpenGL: fix host gpu crashes when running realflight3d g4 demo in guest
(edit) @26353   15 years vboxsync GuestHost/crOpenGL: little extra logging info.
(edit) @26163   15 years vboxsync PDM: s/pUsbReg/pReg/g (2nd try, backed out r57176)
(edit) @26031   15 years vboxsync warning
(edit) @25942   15 years vboxsync *: RTEnv usage cleanup - avoid RTEnvGet() as it doesn't necessarily …
(edit) @25806   15 years vboxsync *OpenGL/Makefile.kmk: Drop the -Wno-shadow as the template no longer …
(edit) @25771   15 years vboxsync *: Shut up -Wshadow warnings.
(edit) @25595   15 years vboxsync Additions/FreeBSD: OpenGL passthrough
(edit) @25592   15 years vboxsync Additions/FreeBSD: Updates for guest OpenGL
(edit) @25575   15 years vboxsync crOpenGL: free textures on guest appliction termination (#5206)
(edit) @25555   15 years vboxsync a-few-*.kmk: if1of have a space after the ',' to separate them from …
(edit) @25541   15 years vboxsync crOpenGL: fix corrupted surface rendering (#5695)
(edit) @25457   15 years vboxsync crOpenGL: use header files in the VBox tree on Linux and Solaris, not …
(edit) @25303   15 years vboxsync crOpenGL: properly restore context states after snapshot loading
(edit) @25216   15 years vboxsync crOpenGL: fix black screen after snapshots loading for apps using …
(edit) @25155   15 years vboxsync crOpenGL: better fix for blank screen after compiz loading
(edit) @25154   15 years vboxsync crOpenGL: fix various texture tracking issues
(edit) @25144   15 years vboxsync crOpenGL: typo causing annoying warnings
(edit) @25062   15 years vboxsync HGSMI,DevVGA: Use the offset based heap for the hostHeap (resides in …
(edit) @24891   15 years vboxsync crOpenGL: fix black screen in compiz after snapshot load (public #4868)
(edit) @24783   15 years vboxsync crOpenGL: up max texture size to 8192x8192
(edit) @24573   15 years vboxsync build fix
(edit) @24570   15 years vboxsync crOGL: gcc warnings (note that GLint is sometimes long!)
(edit) @24569   15 years vboxsync crOGL: gcc warning
(edit) @24229   15 years vboxsync glloader.py: fixed memset warnings on darwin.
(edit) @24142   15 years vboxsync GuestHost and HostServices/SharedClipboard/x11: fix a crash when …
(edit) @23694   15 years vboxsync crOpenGL: most changes to extend FBO support to ARB version
(edit) @23614   15 years vboxsync crOpenGL: remove src ptr assert when memcpy 0 bytes public #5158
(edit) @23452   15 years vboxsync Makefiles: Corrected properties.
(edit) @23437   15 years vboxsync crOpenGL: fix world of warcraft crash on second login
(edit) @23435   15 years vboxsync crOpenGL: comment typo
(edit) @23434   15 years vboxsync crOpenGL: fix crashes when saving depth textures
(edit) @23433   15 years vboxsync crOpenGL: fix snapshots for array uniforms
(edit) @23403   15 years vboxsync crOpenGL: fix uniform location isn't uint and fix array uniforms …
(edit) @23402   15 years vboxsync crOpenGL: fix missing printf parameter
(edit) @23399   15 years vboxsync crOpenGL: cache uniforms info
(edit) @23276   15 years vboxsync crOpenGL: remove todo
(edit) @23274   15 years vboxsync crOpenGL: snapshots support for GLSL shaders
(edit) @23123   15 years vboxsync crOpenGL: snapshots support for VBOs
(edit) @23110   15 years vboxsync crOpenGL: another burn fix
(edit) @23109   15 years vboxsync crOpenGL: fix burns
(edit) @23108   15 years vboxsync crOpenGL: change to proper ifdef
(edit) @23105   15 years vboxsync crOpenGL-OSX: '-current_version' is set in the base template …
(edit) @23094   15 years vboxsync crOpenGL: fix FBO/RBOs support, add snapshots compatibility
(edit) @22832   15 years vboxsync crOpenGL: only check for diff_api on host side
(edit) @22831   15 years vboxsync crOpenGL: fix GPU memory leak for apps not clearing VBOs/FBOs and …
(edit) @22683   15 years vboxsync Makefiles: Just test for VBOX_WITH_ADDITIONS_DRIVERS.
(edit) @22652   15 years vboxsync fixed OSE headers
(edit) @22651   15 years vboxsync GuestHost/HGSMI: do not build the R0 library by default on Linux, as …
(edit) @22619   15 years vboxsync HGSMI: export to OSE
(edit) @22539   15 years vboxsync crOpenGL: another copy paste fix
(edit) @22535   15 years vboxsync crOpenGL: Removed some gcc warnings & added a todo.
(edit) @22534   15 years vboxsync crOpenGL: format
(edit) @22514   15 years vboxsync crOpenGL: prevent 32<>64 bit cast warning
(edit) @22509   15 years vboxsync crOpenGL-OSX: Initial version for the Cocoa port.
(edit) @22365   15 years vboxsync warning
(edit) @22363   15 years vboxsync crOpenGL: fix FBO support when used by several guest applications
(edit) @22340   15 years vboxsync crOpenGL: comment out spamming debug message
(edit) @22284   15 years vboxsync crOpenGL: add compiled vertex array support
(edit) @22237   15 years vboxsync GuestHost/SharedClipboard/x11: always send nul-terminated text to …
(edit) @22234   15 years vboxsync GuestHost/SharedClipboard/x11: revert r50977, as Windows doesn't like …
(edit) @22233   15 years vboxsync GuestHost/SharedClipboard/x11: remove more bits which XFIXES made …
(edit) @22212   15 years vboxsync GuestHost/SharedClipboard/x11: fixed an accidental deletion and make …
(edit) @22191   15 years vboxsync GuestHost/SharedClipboard: the X11 clipboard code should not add nul …
(edit) @22190   15 years vboxsync GuestHost/SharedClipboard: use RTTEST in the X11 clipboard code
(edit) @22181   15 years vboxsync GuestHost/SharedClipboard: use the XFIXES notification extension in …
(edit) @22156   15 years vboxsync crOpenGL: evil tab sneaked in
(edit) @22155   15 years vboxsync crOpenGL: add GL_EXT_framebuffer_object support
(edit) @22154   15 years vboxsync crOpenGL: tabs to spaces
(edit) @21990   15 years vboxsync crOpenGL: fix 3d failure after snapshot loading
(edit) @21954   15 years vboxsync crOpenGL: fix stack corruption leading to crash when running call of duty
(edit) @21911   15 years vboxsync crOpenGL: fix graphics corruption in World of Warcraft
(edit) @21882   15 years vboxsync crOpenGL: add warnings for unexpected datatypes
(edit) @21854   15 years vboxsync crOpenGL: ignore gldrawpixels with incorrect type/format
(edit) @21853   15 years vboxsync crOpenGL: tabs to spaces
(edit) @21846   15 years vboxsync crOpenGL: make all messages appear in log file
(edit) @21845   15 years vboxsync crOpenGL: fix crash in SecondLife
(edit) @21843   15 years vboxsync crOpenGL: fix farcry crash on level load
(edit) @21841   15 years vboxsync crOpenGL: tabs to spaces
(edit) @21830   15 years vboxsync crOpenGL: minor fix for gl_ext_draw_range_elements + remove hack from …
(edit) @21776   15 years vboxsync ogl/vboxhgcm.c: adjust ioctl return code check for linux, init the …
(edit) @21765   15 years vboxsync crOpenGL: dump debug info in debug builds only
(edit) @21668   15 years vboxsync crOpenGL: fix memory leaks when terminating guest apps
(edit) @21651   15 years vboxsync SharedClipboard/x11: switch logging from debug to user-enabled release …
(edit) @21563   15 years vboxsync crOpenGL: fix some rare crashes when using server side VBOs
(edit) @21523   15 years vboxsync crOpenGL: add protocol version check(4108), add max connected clients check
(edit) @21434   15 years vboxsync GuestHost/SharedClipboard: test for correct update notifications about …
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