VirtualBox

Changeset 104846 in vbox for trunk/include


Ignore:
Timestamp:
Jun 5, 2024 2:08:09 AM (8 months ago)
Author:
vboxsync
Message:

include/VBox,Main,DevVGA: Folded VBox/graphics.h into VBox/param.h and restored svga_reg.h to its vanilla state. bugref:10693

Location:
trunk/include/VBox
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/param.h

    r98103 r104846  
    214214
    215215
     216/** @defgroup grp_vbox_param_vga   VGA
     217 * @{ */
     218/** The default amount of VGA VRAM (in bytes). */
     219#define VGA_VRAM_DEFAULT            (_4M)
     220/** The minimum amount of VGA VRAM (in bytes). */
     221#define VGA_VRAM_MIN                (_1M)
     222/** The maximum amount of VGA VRAM (in bytes).  */
     223#define VGA_VRAM_MAX                (_1G)
     224
     225/** The minimum amount of SVGA VRAM (in bytes).   */
     226#define VBOX_SVGA_VRAM_MIN_SIZE     (4U * 640U * 480U)
     227/** The maximum amount of SVGA VRAM (in bytes) when 3D acceleration is enabled. */
     228#define VBOX_SVGA_VRAM_MIN_SIZE_3D  _16M
     229/** The maximum amount of SVGA VRAM (in bytes). */
     230#define VBOX_SVGA_VRAM_MAX_SIZE     _128M
     231/** @} */
     232
     233
    216234/** @defgroup grp_vbox_param_misc  Misc
    217235 * @{ */
Note: See TracChangeset for help on using the changeset viewer.

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