VirtualBox

Changeset 33750 in vbox


Ignore:
Timestamp:
Nov 3, 2010 9:00:26 PM (14 years ago)
Author:
vboxsync
Message:

wddm/3d: wine fix, hgcm + chromium increase max num clients

Location:
trunk/src/VBox
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/context.c

    r33684 r33750  
    15991599        IWineD3DSwapChain *swapchain = NULL;
    16001600        if (target && SUCCEEDED(IWineD3DSurface_GetContainer(target, &IID_IWineD3DSwapChain, (void **)&swapchain))) {
    1601             context_validate(current_context, (IWineD3DSwapChainImpl*)swapchain);
     1601            context_validate(context, (IWineD3DSwapChainImpl*)swapchain);
    16021602            IWineD3DSwapChain_Release(swapchain);
    16031603        }
    16041604        else {
    16051605                                                                                                    /* tmp work-around */
    1606             context_validate(current_context,
    1607                     NULL //(IWineD3DSwapChainImpl*)current_context->device->swapchains[current_context->device->NumberOfSwapChains-1]
     1606            context_validate(context,
     1607                    NULL //(IWineD3DSwapChainImpl*)context->device->swapchains[context->device->NumberOfSwapChains-1]
    16081608                                                                                );
    16091609        }
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuestInternal.h

    r33540 r33750  
    208208    /** Array containing HGCM client IDs associated with this session.
    209209     * This will be automatically disconnected when the session is closed. */
    210     uint32_t volatile           aHGCMClientIds[8];
     210    uint32_t volatile           aHGCMClientIds[64];
    211211#endif
    212212    /** The last consumed VMMDEV_EVENT_MOUSE_POSITION_CHANGED sequence number.
  • trunk/src/VBox/GuestHost/OpenGL/include/cr_server.h

    r33319 r33750  
    2929
    3030#define CR_MAX_WINDOWS 100
    31 #define CR_MAX_CLIENTS 20
     31#define CR_MAX_CLIENTS 64
    3232
    3333/*@todo must match MaxGuestMonitors from SchemaDefs.h*/
  • trunk/src/VBox/GuestHost/OpenGL/util/error.c

    r33684 r33750  
    197197#ifdef WINDOWS
    198198    }
    199 #if !defined(DEBUG_leo) && !defined(DEBUG_ll158262)
     199#if !defined(DEBUG_leo) && !defined(DEBUG_ll158262) && !(defined(DEBUG_misha) && defined(IN_GUEST))
    200200    if (crGetenv( "CR_DEBUG_ON_ERROR" ) != NULL)
    201201#endif
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