VirtualBox

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


Ignore:
Timestamp:
Mar 5, 2015 9:34:48 PM (10 years ago)
Author:
vboxsync
Message:

darwin build fix.

File:
1 edited

Legend:

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

    r54659 r54660  
    36473647                        glGetBufferParameteriv(GL_ARRAY_BUFFER, GL_BUFFER_SIZE, &cbStrictBufSize);
    36483648                        Assert(VMSVGA3D_GL_IS_SUCCESS(pContext));
     3649# ifdef VMSVGA3D_OGL_WITH_SHARED_CTX
    36493650                        AssertMsg(cbStrictBufSize >= (int32_t)pMipLevel->cbSurface,
    3650                                   ("cbStrictBufSize=%#x cbSurface=%#x isAssociatedContext=%#x pContext->id=%#x\n",
    3651                                    (uint32_t)cbStrictBufSize, pMipLevel->cbSurface, pSurface->idAssociatedContext, pContext->id));
     3651                                  ("cbStrictBufSize=%#x cbSurface=%#x pContext->id=%#x\n", (uint32_t)cbStrictBufSize, pMipLevel->cbSurface, pContext->id));
     3652# else
     3653                        AssertMsg(cbStrictBufSize >= (int32_t)pMipLevel->cbSurface,
     3654                                  ("cbStrictBufSize=%#x cbSurface=%#x isAssociatedContext=%#x pContext->id=%#x\n", (uint32_t)cbStrictBufSize, pMipLevel->cbSurface, pSurface->idAssociatedContext, pContext->id));
     3655# endif
    36523656#endif
    36533657
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