VirtualBox

source: vbox/trunk/src/VBox/Devices/Graphics

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @35380   14 years vboxsync Makefiles: The PATH_<target> variable is deprated, use …
(edit) @35353   14 years vboxsync Move the misc files the in src/VBox/Devices/ directory into a build/ …
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @35163   14 years vboxsync gcc 4.2.1 OS X warnings
(edit) @35104   14 years vboxsync Devices/Graphics: make VBOXWDDM_WITH_VBVA code that X.Org guests also …
(edit) @35026   14 years vboxsync VBE: As the comment says, returned size is in 64-byte blocks (avoids …
(edit) @35025   14 years vboxsync VGA: Setting X resolution also needs to set virtual width.
(edit) @35002   14 years vboxsync DevVGA: do not use invalid VBE values when resizing (fixes crash while …
(edit) @34849   14 years vboxsync Devices/Graphics: clean up VBE register setting and do not overwrite …
(edit) @34674   14 years vboxsync Devices/Graphics: r68469, fixed
(edit) @34667   14 years vboxsync Devices/Graphics: check requested screen sizes to be sure they fit in …
(edit) @34490   14 years vboxsync VBoxVideo: remove leading underscore from structure names and make …
(edit) @34404   14 years vboxsync include/VBox/Hardware/VBoxVideoVBE.h, …
(edit) @34399   14 years vboxsync Devices/Graphics, Additions: move the VBE I/O port-related definitions …
(edit) @34243   14 years vboxsync PDM: Added search paths to the device and driver DLL CFGM nodes so …
(edit) @34203   14 years vboxsync dev/vga: saved state fix for solaris host
(edit) @34188   14 years vboxsync wddm/3d: saved state working for Aero (current frame still needs to be …
(edit) @34182   14 years vboxsync wddm/3d: saved state fixes 1
(edit) @34163   14 years vboxsync PGMR3PhysRomRegister/PDMDevHlpROMRegister: Added cbBinary argument to …
(edit) @34141   14 years vboxsync 2d: solaris burn fix, additianal saved state fix
(edit) @34140   14 years vboxsync 2d: saved state as part of vga state
(edit) @34129   14 years vboxsync 2d: fix save state deadlock (xtracker#5335)
(edit) @34024   14 years vboxsync VGA: Added support for double scanned text modes.
(edit) @34014   14 years vboxsync scm whitespace cleanup
(edit) @33974   14 years vboxsync Fixed MSVC warnings (unary minus applied to unsigned type).
(edit) @33875   14 years vboxsync VGA: solaris fix (for some reason, moddi3.c is not part of VMMGC.gc)
(edit) @33855   14 years vboxsync VGA: 64-bit build fix
(edit) @33853   14 years vboxsync Stupid C++
(edit) @33851   14 years vboxsync VGA: Added optional realistic vsync/blank status bit emulation.
(edit) @33850   14 years vboxsync VGABIOS: Really wait for retrace when asked to do so.
(edit) @33823   14 years vboxsync wddm/3d: disable debug assertion
(edit) @33676   14 years vboxsync scm cleanup run.
(edit) @33656   14 years vboxsync *: rebrand Sun (L)GPL disclaimers
(edit) @33650   14 years vboxsync build fix
(edit) @33648   14 years vboxsync fix builds
(edit) @33644   14 years vboxsync dev/vga: fix VGAState inconsistency across different .cpp files
(edit) @33578   14 years vboxsync solaris burn fix
(edit) @33575   14 years vboxsync build fix
(edit) @33574   14 years vboxsync build fix
(edit) @33572   14 years vboxsync wddm/3d: enable hgsmi for chromium
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33519   14 years vboxsync VGA: Fixed repaint problems caused by taking screenshots.
(edit) @33511   14 years vboxsync DevVGA: Always build logging in debug builds, with different levels. …
(edit) @33501   14 years vboxsync DevVGA: Folded conditional compilation which only made the code harder …
(edit) @33455   14 years vboxsync DevVGA: Removed unused code that was getting in the way.
(edit) @33306   14 years vboxsync wddm/3d: scrolling with aero 8x speedup, bugfixing + profiling
(edit) @33263   14 years vboxsync VGA: Advertise unrestricted horizontal resolutions.
(edit) @33216   14 years vboxsync wddm/3d: chromium hgsmi fixes
(edit) @33178   14 years vboxsync VGA: Improve compatibility with bad old VESA software (Sanctuary Woods).
(edit) @33177   14 years vboxsync Better fix.
(edit) @33176   14 years vboxsync Darn alignment…
(edit) @33174   14 years vboxsync VGA: Allow loading VGA BIOS from file. Also dump GC registers.
(edit) @33173   14 years vboxsync VBE: Do not allocate big buffers on stack (get mode info fn).
(edit) @33171   14 years vboxsync wddm/3d: chromium hgsmi fixes
(edit) @33146   14 years vboxsync wddm/3d: chromium hgsmi, host part + guest part debugging
(edit) @33091   14 years vboxsync VGA: Dump more state information.
(edit) @33089   14 years vboxsync VGA: Cleaned up saved state and VBE registers management a bit.
(edit) @33076   14 years vboxsync VGA: Properly return an error when screenshot was not taken.
(edit) @33041   14 years vboxsync VGA: Disabled bytewise I/O in BIOS, de-uglified conditional code.
(edit) @33040   14 years vboxsync DevVGA: Need to take number of planes into account, too.
(edit) @33001   14 years vboxsync VGA: Documented VBE_BYTEWISE_IO purpose.
(edit) @32999   14 years vboxsync DevVGA: Better variable naming, corrected assertion.
(edit) @32978   14 years vboxsync DevVGA: Update the number of pages for all VBE modes based on VRAM size.
(edit) @32974   14 years vboxsync Forgot to reset variables after update.
(edit) @32950   14 years vboxsync VGA: Merge pfnUpdateRect calls for text modes, too.
(edit) @32904   14 years vboxsync wddm/3d: better shgsmi channel perf test
(edit) @32902   14 years vboxsync VGA: If only offsets changed and host does not share VRAM, a full mode …
(edit) @32897   14 years vboxsync VGA: Removed mode width restriction, broke out pitch calculation.
(edit) @32877   14 years vboxsync wddm/3d: basics for chromium over hgsmi
(edit) @32816   14 years vboxsync VGABIOS: 4bpp modes have zero bytes per pixel, not one.
(edit) @32812   14 years vboxsync VGA: Added debugger command to dump VBE state.
(edit) @32811   14 years vboxsync VGA: Proper visible width calculation.
(edit) @32807   14 years vboxsync VGA: Make sure the selected bank cannot get past VRAM size.
(edit) @32802   14 years vboxsync VGABIOS: Fixed 4bpp mode sets.
(edit) @32794   14 years vboxsync Devices/Graphics/DevVGA: fix a bug in r14534 which set scan line pitch …
(edit) @32769   14 years vboxsync DevVGA: Added a screen update stat.
(edit) @32676   14 years vboxsync Devices/Graphics: minor fix (free alloc'd string)
(edit) @32622   14 years vboxsync wddm: VBOXWDDM->VBOX_WITH_WDDM
(edit) @32585   14 years vboxsync DevVGA: fixed redraw problems if a secondary screen is left of the …
(edit) @32502   14 years vboxsync vgaInfoText: Fixed div by zero error.
(edit) @32436   14 years vboxsync more rebranding
(edit) @32404   14 years vboxsync missing svn:keywords
(edit) @32260   14 years vboxsync dev/vga: saved state fix
(edit) @32259   14 years vboxsync dev/vga: fix vgaPortUpdateDisplayRect for non-zero framebugger vram offset
(edit) @32250   14 years vboxsync wddm: 1. guest installer uninstall 2. dev/vga saved state fix
(edit) @32241   14 years vboxsync wddm: 1. guest installler integration (uninstall needs additional …
(edit) @31434   14 years vboxsync vgaInfoText: dump more, check more, still stuff left to be done.
(edit) @31195   14 years vboxsync Attempt to fix crashes in DevVGA::vgaPortTakeScreenshot (xTracker 5146).
(edit) @30886   14 years vboxsync Devices/Graphics: quick workaround for the crash when taking a …
(edit) @30605   14 years vboxsync DevVGA: Do not attempt to dump non-printable characters.
(edit) @30524   14 years vboxsync DevVGA.cpp,rombios.c: Disable the logo from DevVGA instead of …
(edit) @30326   14 years vboxsync PGM: PGMShwModifyPage/PGMShwSetPage -> PGMShwMakePageWritable, …
(edit) @29798   15 years vboxsync wddm: driver update w/o reboot working; dummy context creation in …
(edit) @29742   15 years vboxsync wddm/2D: more impl (get caps + initialization working)
(edit) @28951   15 years vboxsync DevVGA: fixed off-by-one range check
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28379   15 years vboxsync dev/VGA: avoid extra resizes when HGSMI & VBVA is used (for now …
(edit) @28376   15 years vboxsync typo
(edit) @28375   15 years vboxsync more branding
(edit) @28240   15 years vboxsync IDisplay::InvalidateAndUpdate for multimonitor, DrawToScreen fix for …
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