VirtualBox

Ignore:
Timestamp:
Apr 12, 2019 10:03:24 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
129998
Message:

GuestHost/OpenGL,HostServices/SharedOpenGL: Updates bugref:9407

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/util/blitter.cpp

    r76553 r78116  
    767767
    768768        pBlitter->pDispatch->EnableClientState(GL_VERTEX_ARRAY);
    769         pBlitter->pDispatch->VertexPointer(2, GL_FLOAT, 0, pVerticies);
     769        pBlitter->pDispatch->VertexPointer(2, GL_FLOAT, 0, pVerticies CRVBOX_HOST_ONLY_PARAM(1 /*fRealPtr*/));
    770770
    771771        pBlitter->pDispatch->EnableClientState(GL_TEXTURE_COORD_ARRAY);
    772         pBlitter->pDispatch->TexCoordPointer(2, GL_FLOAT, 0, pTexCoords);
     772        pBlitter->pDispatch->TexCoordPointer(2, GL_FLOAT, 0, pTexCoords CRVBOX_HOST_ONLY_PARAM(1 /*fRealPtr*/));
    773773
    774774        pBlitter->pDispatch->Enable(pSrc->target);
     
    795795
    796796        pBlitter->pDispatch->EnableClientState(GL_VERTEX_ARRAY);
    797         pBlitter->pDispatch->VertexPointer(2, GL_FLOAT, 0, pVerticies);
     797        pBlitter->pDispatch->VertexPointer(2, GL_FLOAT, 0, pVerticies CRVBOX_HOST_ONLY_PARAM(1 /*fRealPtr*/));
    798798
    799799        pBlitter->pDispatch->EnableClientState(GL_TEXTURE_COORD_ARRAY);
    800         pBlitter->pDispatch->TexCoordPointer(2, GL_FLOAT, 0, pTexCoords);
     800        pBlitter->pDispatch->TexCoordPointer(2, GL_FLOAT, 0, pTexCoords CRVBOX_HOST_ONLY_PARAM(1 /*fRealPtr*/));
    801801
    802802        pBlitter->pDispatch->Enable(pSrc->target);
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