VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @25732   15 years vboxsync PDMCritSect: Deployed lock ordering. (ring-3 only, only DEBUG_bird atm)
(edit) @25226   15 years vboxsync *: Assert(RT_SUCCESS(rc)) -> AssertRC(rc)
(edit) @25213   15 years vboxsync 2d accel: delay loading gl dlls for win
(edit) @25068   15 years vboxsync DevVGA_VBVA: logging.
(edit) @25062   15 years vboxsync HGSMI,DevVGA: Use the offset based heap for the hostHeap (resides in …
(edit) @25052   15 years vboxsync HGSMI/VBVA: enable VRDP commands only if there are connected RDP clients.
(edit) @25050   15 years vboxsync HGSMIHost.cpp: Did a quick cleanup of the saved state error handling …
(edit) @24940   15 years vboxsync DevVGA_VBVA: save mouse pointer shape data only if shape is present.
(edit) @24926   15 years vboxsync 2d accel: clear the Graphics Device IRQ in case it is set on reset
(edit) @24925   15 years vboxsync 2d video: fix VM reset issues
(edit) @24779   15 years vboxsync DevVGA_VBVA: avoid crash if callback is NULL (xTracker 4461).
(edit) @24714   15 years vboxsync DevVGA_VBVA: save and restore mouse pointer.
(edit) @24678   15 years vboxsync Misc: Shut up annoying gcc warnings on darwin.
(edit) @24495   15 years vboxsync DevVGA: Restore version 1 saved states (very recent regression).
(edit) @24373   15 years vboxsync Updated screenshot API (xTracker 4364).
(edit) @24288   15 years vboxsync VGA: more critical section protection required
(edit) @24265   15 years vboxsync Devices,VMM: Replaced all VERR_SSM_LOAD_CONFIG_MISMATCH returns with …
(edit) @24166   15 years vboxsync 2d accel: fix the typo; some dbg assertions
(edit) @24163   15 years vboxsync 2d accel: propper command release on failure
(edit) @24162   15 years vboxsync 2d accel: fix reset handling
(edit) @24156   15 years vboxsync 2d accel: fix HGSMIReset
(edit) @24111   15 years vboxsync DevVGA_VBVA: disable reset assertion for everyone but Misha
(edit) @24095   15 years vboxsync DevVGA_VBVA: shut up annoying reset assertion (DEBUG_bird only). …
(edit) @24053   15 years vboxsync 2d accel: perform data reset VGA device reset
(edit) @24044   15 years vboxsync 2d accel: fix unnecessary unlock g->h commands
(edit) @23985   15 years vboxsync DevVGA: Save and verify the basic config.
(edit) @23793   15 years vboxsync HGSMI: use IO ports 3b0/3d0
(edit) @23452   15 years vboxsync Makefiles: Corrected properties.
(edit) @23118   15 years vboxsync DevVGA_VBVA.cpp: Fixed a too greedy memset in vbvaVHWAHHCommandCreate. …
(edit) @22920   15 years vboxsync Video hw accel: fallback for PBO allocation failure
(edit) @22841   15 years vboxsync build fix
(edit) @22837   15 years vboxsync buildfix
(edit) @22793   15 years vboxsync SSM,*: Renamed phase to pass (uPhase/SSM_PHASE_FINAL) and wrote the …
(edit) @22751   15 years vboxsync vide hw accel: fix the bug in using glShaderSource to make it work on Mac
(edit) @22729   15 years vboxsync DevVGA: gcc warning
(edit) @22726   15 years vboxsync HGSMI/VBVA saved state.
(edit) @22652   15 years vboxsync fixed OSE headers
(edit) @22622   15 years vboxsync HGSMI: export to OSE
(edit) @22621   15 years vboxsync HGSMI: export to OSE
(edit) @22584   15 years vboxsync Devices: tab
(edit) @22498   15 years vboxsync docs
(edit) @22483   15 years vboxsync HGSMI/VBVA saved state.
(edit) @22480   15 years vboxsync SSM,VMM,Devices,Main,VBoxBFE: Live snapshot/migration SSM API adjustments.
(edit) @22470   15 years vboxsync HGSMI/VBVA VGA removed obsolete code.
(edit) @22468   15 years vboxsync HGSMI/VBVA VGA saved state updates.
(edit) @22444   15 years vboxsync HGSMI/VBVA use PCI IO ports.
(edit) @22416   15 years vboxsync Logging.
(edit) @22412   15 years vboxsync HGSMI/VBVA updates
(edit) @22388   15 years vboxsync Pass the number of guest monitors to VGA device.
(edit) @22277   15 years vboxsync PDMDRVREG change (big changeset).
(edit) @22274   15 years vboxsync HGSMI saved state impl (not debugged yet)
(edit) @22215   15 years vboxsync video hw accel: basics for saved state support
(edit) @21997   15 years vboxsync VGABIOS: Must be the same size in both debug and release builds - …
(edit) @21957   15 years vboxsync Corrected assertion
(edit) @21596   15 years vboxsync video hw accel: interrupt support in guest video adapter & driver, …
(edit) @21410   15 years vboxsync vga: Fixed debug text screen dumps in vgaR3Reset (take into account …
(edit) @21227   15 years vboxsync VBoxGuest.h/VMMDev.h/VBoxGuestLib.h usage cleanup.
(edit) @21188   15 years vboxsync Add hotplug flag to PDMR3DeviceAttach/Detach
(edit) @21131   15 years vboxsync vgabios: Define alternate 14x9 and 16x9 font subtables; some software …
(edit) @20723   15 years vboxsync Deal better with fatal assertions & the vga lock.
(edit) @20458   16 years vboxsync First protect the dirty pages and then update the display. We might …
(edit) @20444   16 years vboxsync Protect VGA accesses with a critical section.
(edit) @20374   16 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20367   16 years vboxsync Devices: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @20087   16 years vboxsync TM,*: Proper timer callback locking and pvUser for devices.
(edit) @19844   16 years vboxsync HGSMI: post host VBVA commands to display; Video HW Accel: mechanism …
(edit) @19711   16 years vboxsync HGSMI: host->guest command processing working
(edit) @18988   16 years vboxsync PGM api changes
(edit) @18927   16 years vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
(edit) @18769   16 years vboxsync Show F12 text white pixels only (save the background).
(edit) @18728   16 years vboxsync New splash screen.
(edit) @18720   16 years vboxsync DevVGA: Count IOMMMIOMapMMIO2Page calls, fix signed/unsigned compare …
(edit) @18265   16 years vboxsync config file cleanup + small copyright year update
(edit) @18232   16 years vboxsync IOMMMIOModifyPage -> IOMMMIOMapMMIO2Page.
(edit) @18231   16 years vboxsync DevVGA: IOMMMIOModifyPage should be working with the new phys code now.
(edit) @18143   16 years vboxsync VMM,Devices: Changed ROM registration and fixed some shadowed ROM …
(edit) @18133   16 years vboxsync DevVGA: Temorarily disabled the IOMMMIOModifyPage stuff for the new …
(edit) @17767   16 years vboxsync HGSMI: graphics device code.
(edit) @17335   16 years vboxsync Use PDMDevHlpCanEmulateIoBlock
(edit) @17326   16 years vboxsync Update
(edit) @17325   16 years vboxsync Adjusted recompiler fallback method
(edit) @17308   16 years vboxsync DevVGA: Alignment fix.
(edit) @17298   16 years vboxsync Comment update
(edit) @17297   16 years vboxsync Experimental forced rescheduling to the recompiler for intensive …
(edit) @15977   16 years vboxsync Devices/VGA: round custom video modes up to an X resolution which is a …
(edit) @15878   16 years vboxsync Comment for the vga_update_display parameter for full update (xTracker …
(edit) @15877   16 years vboxsync A parameter for vga_update_display for full update (xTracker #3356).
(edit) @15876   16 years vboxsync Devices/VGA: reinstated r40263 along with a fix for resolution changes …
(edit) @15872   16 years vboxsync Removed a DEBUG_sunlover log statement.
(edit) @15867   16 years vboxsync VGA device must take into account the start address of the visible …
(edit) @15807   16 years vboxsync Check writes from the recompiler as well
(edit) @15680   16 years vboxsync Remap MMIO memory as well for recompiler writes
(edit) @15667   16 years vboxsync DevVGA: Made the ubuntu live cd boot screen fast on darwin. Fixed …
(edit) @15665   16 years vboxsync Devices/VGA: reverted r40263 as it caused display problems in some …
(edit) @15125   16 years vboxsync VGA: fixed saved state
(edit) @15120   16 years vboxsync Removed bank mask which assumed power of two VRAM size, replaced with …
(edit) @14918   16 years vboxsync Use GMODE_BLANK also when Screen Off bit in SR01 is set. Fixes garbage …
(edit) @14886   16 years vboxsync Also added a command to dump DAC registers.
(edit) @14879   16 years vboxsync Added a few VGA register dump debug helpers (see 'info help').
(edit) @14829   16 years vboxsync DevVGA: fixed some stats.
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