VirtualBox

Changeset 99941 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
May 23, 2023 5:06:41 PM (20 months ago)
Author:
vboxsync
Message:

Main, FE/Qt: Wiping out old OpenGLTest code used widely across the project.

Location:
trunk/src/VBox/Main
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/Makefile.kmk

    r99915 r99941  
    4747 ifndef VBOX_ONLY_SDK
    4848  include $(PATH_SUB_CURRENT)/UnattendedTemplates/Makefile.kmk
    49   include $(PATH_SUB_CURRENT)/src-helper-apps/OpenGLTest/Makefile.kmk
    5049  if defined(VBOX_WITH_OPEN_WATCOM) && defined(VBOX_WITH_UNATTENDED)
    5150   include $(PATH_SUB_CURRENT)/src-helper-apps/os2/Makefile.kmk
     
    804803
    805804 ifdef VBOX_WITH_3D_ACCELERATION
    806   VBoxSVC_DEFS           += VBOX_WITH_3D_ACCELERATION
    807   VBoxSVC_LIBS           += $(PATH_STAGE_LIB)/VBoxOGLTest$(VBOX_SUFF_LIB)
    808   VBoxSVC_LDFLAGS.darwin += -framework OpenGL
     805  VBoxSVC_DEFS += VBOX_WITH_3D_ACCELERATION
    809806 endif
    810807
  • trunk/src/VBox/Main/src-server/HostImpl.cpp

    r98294 r99941  
    182182#include <VBox/settings.h>
    183183#include <VBox/sup.h>
    184 #ifdef VBOX_WITH_3D_ACCELERATION
    185 # include <VBox/VBoxOGL.h>
    186 #endif
    187184#include <iprt/x86.h>
    188185
     
    14761473
    14771474#ifdef VBOX_WITH_3D_ACCELERATION
    1478         bool fSupported = VBoxOglIs3DAccelerationSupported();
     1475        bool fSupported = true; // Test if Vulkan or DirectX is appropriately supported on the host
    14791476#else
    14801477        bool fSupported = false; /* shouldn't get here, but just in case. */
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