VirtualBox

Changeset 53729 in vbox for trunk/src/VBox/Devices/Graphics


Ignore:
Timestamp:
Jan 4, 2015 5:14:35 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
97507
Message:

VMSVGA3d/darwin: Using the use OpenGL 3.2 Core profile works better, but there are some snags like glGetString(GT_EXTENSIONS). Addressed a bunch of warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-ogl.cpp

    r53728 r53729  
    189189        GLenum iGlError = glGetError(); \
    190190        if (RT_UNLIKELY(iGlError != GL_NO_ERROR)) \
    191             LogRel(("VMSVGA3d: " #a_Expr " -> %#x\n", (int)a_enmGlValue, iGlError)); \
     191            LogRel(("VMSVGA3d: " #a_Expr " -> %#x\n", iGlError)); \
    192192    } while (0)
    193193
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