VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @7759   17 年 vboxsync The BIOS logo stuff moved to VGA device. Added 24bpp bitmaps support.
(edit) @7755   17 年 vboxsync Added a flag to the MMIO2 registration and did some other MMIO2 …
(edit) @7752   17 年 vboxsync Dropped the pszDesc argument to *MMIORegisterGC/R0. It only persists …
(edit) @7685   17 年 vboxsync minor corrections
(edit) @7635   17 年 vboxsync The new MMIO2 code. WARNING! This changes the pci mapping protocol …
(edit) @7259   17 年 vboxsync vga: fixed 32bpp custom video modes, fixed assertion
(edit) @7074   17 年 vboxsync Missing one alignment change
(edit) @7072   17 年 vboxsync Make our devices use the RTGCPHYS32 type & backed out the alignment …
(edit) @7057   17 年 vboxsync Realigning after RTGCPHYS change.
(edit) @7055   17 年 vboxsync Realigning after RTGCPHYS change.
(edit) @7045   17 年 vboxsync Realigning after RTGCPHYS change.
(edit) @7026   17 年 vboxsync RTGCPHYS is now 64 bits wide on all host platforms
(edit) @6061   17 年 vboxsync Commented out 1600x1200 modes. Ubuntu fails too boot with them.
(edit) @5999   17 年 vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5976   17 年 vboxsync Removed the tests for KMK_USE_REDIRECT, KMK_USE_TEST, KMK_NEW_SED and …
(edit) @5898   17 年 vboxsync kBuild 0.1.2 preps: Avoid the shell at all costs because cygwin is …
(edit) @5706   17 年 vboxsync vga_draw_blank must not touch VRAM.
(edit) @5638   17 年 vboxsync Reset VRAM access handlers after a fullscreen update.
(edit) @5475   17 年 vboxsync export
(edit) @5471   17 年 vboxsync better this time …
(edit) @5470   17 年 vboxsync backed out, have to solve another problem first
(edit) @5469   17 年 vboxsync don't create vbetables.h in our source directory
(edit) @5454   17 年 vboxsync The generated VBE mode list MUST NOT include the terminator, else …
(edit) @5453   17 年 vboxsync warnings
(edit) @5450   17 年 vboxsync Synced with updated VGA/VESA BIOS.
(edit) @5156   17 年 vboxsync fixed check if a VESA mode fits into the guest VRAM
(edit) @4787   17 年 vboxsync Eliminated HCPTRTYPE and replaced with R3R0PTRTYPE where necessary.
(edit) @4712   17 年 vboxsync Implemented 8-bit DAC support. The VESA BIOS could aready turn it on …
(edit) @4682   17 年 vboxsync Fixed video modes 4 and 5. Address calculations weren't taking word …
(edit) @4639   17 年 vboxsync warning
(edit) @4539   17 年 vboxsync Modified double-scan and non-zero starting row scan count handling. …
(edit) @4382   17 年 vboxsync Extended the ROMRegister DevHlp interface to include a fShadow flag. …
(edit) @4333   17 年 vboxsync IN_GC -> !IN_RING3
(edit) @4151   17 年 vboxsync Missing fallbacks for GC & R0 contexts
(edit) @4071   17 年 vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @4065   17 年 vboxsync Workaround for a bug in certain guest additions.
(edit) @4053   17 年 vboxsync Use the generic VBoxVideo interface in Windows guest video driver.
(edit) @4027   17 年 vboxsync Direct draw heap and miniport heap memory reservation for Windows …
(edit) @4014   17 年 vboxsync Use pdmdrv.h and pdmdev.h where appropirate.
(edit) @3815   17 年 vboxsync Removed unnecesary debug assertion. Added comment.
(edit) @3628   17 年 vboxsync Wrong comment.
(edit) @3598   17 年 vboxsync Fixed a parallel build issue with BCC and fixed an incorrect dependency.
(edit) @3568   17 年 vboxsync Removed obsolete visible region methods.
(edit) @3554   17 年 vboxsync Compile fix
(edit) @3526   17 年 vboxsync Introduced RTRECT data type
(edit) @3525   17 年 vboxsync Added set and query visible region functions to PDMIDISPLAYPORT
(edit) @3290   17 年 vboxsync Implemented VBE function 0x4F09, set/get palette data. Used by Quake, …
(edit) @3155   17 年 vboxsync Allow the VM to start with NULL framebuffer.
(edit) @3153   17 年 vboxsync Multimonitor support.
(edit) @3082   17 年 vboxsync Reset the attribute controller state in the VGA BIOS.
(edit) @3074   17 年 vboxsync Forgot to fix VGA text mode here as well.
(edit) @3069   17 年 vboxsync Another fix for VGA text mode.
(edit) @3064   17 年 vboxsync Fixed screen corruption when switching DOS window to fullscreen.
(edit) @2981   17 年 vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2980   17 年 vboxsync InnoTek -> innotek: actual code changes (headers follow).
(edit) @2942   17 年 vboxsync Fixed video mode switch from fullscreen DOS to XP guest desktop.
(edit) @2784   18 年 vboxsync Converted to sub-makefiles.
(edit) @2569   18 年 vboxsync the string of valid CFG options in CFGMR3AreValuesValid() should be …
(edit) @2478   18 年 vboxsync [Mm]akefile -> Makefile.kmk
(edit) @2477   18 年 vboxsync export
(edit) @2475   18 年 vboxsync Makefile.kmk -> Makefile.kup
(edit) @2456   18 年 vboxsync Some build message adjustments. (depends on new kBuild)
(edit) @2366   18 年 vboxsync use kBuild-provided msg macros
(edit) @2269   18 年 vboxsync Stricter pointer typechecking. (R0 vs R3)
(edit) @2113   18 年 vboxsync Force the guest VRAM copying to the external buffer when taking screenshot.
(edit) @2106   18 年 vboxsync Do not block EMT while resizing the framebuffer.
(edit) @2079   18 年 vboxsync Added VBE_DISPI_INDEX_CMONITOR indexed register to pass the …
(edit) @2021   18 年 vboxsync r=bird: The framebuffer is still locked, that's why we didn't used to …
(edit) @2018   18 年 vboxsync corrected comment.
(edit) @1900   18 年 vboxsync free VGA memory when destructing the device
(edit) @1727   18 年 vboxsync Added expected config value to the list.
(edit) @1397   18 年 vboxsync Use VBOX_VERSION_STRING when possible.
(edit) @1115   18 年 vboxsync Check that the scan line width is not 0.
(edit) @908   18 年 vboxsync In DevVGA the line width in bytes was incorrectly calculated for non …
(edit) @521   18 年 vboxsync cosmetical fixes
(edit) @494   18 年 vboxsync Our change was contained in the upstream (slightly different: …
(edit) @493   18 年 vboxsync Changed printfs to Logs in DevVGA
(edit) @488   18 年 vboxsync fixed bustage.
(edit) @482   18 年 vboxsync 64-bit alignment. HCPTRTYPE -> R3PTRTYPE. And an question for Frank.
(edit) @473   18 年 vboxsync several small fixes merged from upstream
(edit) @332   18 年 vboxsync introduced PDMDevHlpGetVM()
(edit) @296   18 年 vboxsync use $(VBOX_VERSION)
(add) @1   55 年 vboxsync import
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette