VirtualBox

Ignore:
Timestamp:
Sep 4, 2013 4:23:11 PM (11 years ago)
Author:
vboxsync
Message:

crOpenGL: basics for no-alpha blits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_misc.c

    r48079 r48275  
    673673        Ctx.Base.id = cr_server.MainContextInfo.SpuContext;
    674674        Ctx.Base.visualBits = cr_server.MainContextInfo.CreateInfo.visualBits;
    675         rc = CrBltInit(&cr_server.Blitter, &Ctx, true, true, &cr_server.head_spu->dispatch_table);
     675        rc = CrBltInit(&cr_server.Blitter, &Ctx, true, true, NULL, &cr_server.head_spu->dispatch_table);
    676676        if (RT_SUCCESS(rc))
    677677        {
     
    14491449    crServerVBoxBlitterCtxInit(&BltCtx, &cr_server.MainContextInfo);
    14501450
    1451     rc = CrBltInit(&cr_server.RecorderBlitter, &BltCtx, true, true, &cr_server.TmpCtxDispatch);
     1451    rc = CrBltInit(&cr_server.RecorderBlitter, &BltCtx, true, true, NULL, &cr_server.TmpCtxDispatch);
    14521452    if (!RT_SUCCESS(rc))
    14531453    {
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