VirtualBox

Ignore:
Timestamp:
Jan 5, 2015 11:08:23 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
97523
Message:

VMSVGA3d: Reworked the 3.2 core GL profile specific code, putting it inside VBOX_VMSVGA3D_USE_OPENGL_CORE checks instead of RT_OS_DARWIN and always try get a value before falling in back on alternatives.

File:
1 edited

Legend:

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

    r53737 r53741  
    55
    66#
    7 # Copyright (C) 2006-2014 Oracle Corporation
     7# Copyright (C) 2006-2015 Oracle Corporation
    88#
    99# This file is part of VirtualBox Open Source Edition (OSE), as
     
    271271   VBoxDD_LIBS.win      += $(PATH_SDK_$(VBOX_WINPSDK)_LIB)/Opengl32.lib
    272272   VBoxDD_LDFLAGS.darwin += -framework OpenGL
     273   VBoxDD_DEFS.darwin   += VBOX_VMSVGA3D_USE_OPENGL_CORE  # Use the OpenGL 3.2 Core profile (see also VBoxSVGA3D_DEFS.darwin).
    273274  endif
    274275  Graphics/DevVGA-SVGA3d-ogl.cpp_CXXFLAGS.darwin = -F$(VBOX_PATH_MACOSX_SDK_10_7)/System/Library/Frameworks/
     
    14241425 VBoxSVGA3D_DEFS.win    += \
    14251426        USE_WIN32_OPENGL \
    1426         VBOX_WINE_WITHOUT_LIBWINE \
     1427        VBOX_WINE_WITHOUT_LIBWINE
     1428 VBoxSVGA3D_DEFS.darwin += VBOX_VMSVGA3D_USE_OPENGL_CORE  # Use the OpenGL 3.2 Core profile (VBoxSVGA3D_DEFS.darwin).
    14271429
    14281430 # WINE relies on a gcc 4.4 feature but we have 4.2 on Darwin
Note: See TracChangeset for help on using the changeset viewer.

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