VirtualBox

Changeset 20097 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 27, 2009 3:44:26 PM (16 years ago)
Author:
vboxsync
Message:

Main: reenable 3d hardware test

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/HostImpl.cpp

    r20095 r20097  
    112112
    113113#ifdef VBOX_WITH_CROGL
    114 //# include "cr_spu.h"
     114extern "C" {
     115 extern void * crSPULoad(void *, int, char *, char *, void *);
     116 extern void crSPUUnloadChain(void *);
     117}
    115118#endif /* VBOX_WITH_CROGL */
    116119
     
    257260
    258261#ifdef VBOX_WITH_CROGL
    259 /*  SPU *spu;
     262    void *spu;
    260263    spu = crSPULoad(NULL, 0, "render", NULL, NULL);
    261264    if (spu)
     
    263266        crSPUUnloadChain(spu);
    264267        f3DAccelerationSupported = true;
    265     }*/
     268    }
    266269#endif /* VBOX_WITH_CROGL */
    267270
  • trunk/src/VBox/Main/Makefile.kmk

    r20095 r20097  
    401401endif
    402402
     403ifdef VBOX_WITH_CROGL
     404 VBoxSVC_LIBS         += \
     405 $(PATH_LIB)/VBoxOGLhostspuload$(VBOX_SUFF_LIB) \
     406 $(VBOX_LIB_OGL_HOSTCRUTIL)
     407endif
     408
    403409win/VBoxSVC.rc_INCS  = $(PATH_VBoxSVC)
    404410win/VBoxSVC.rc_DEPS  = $(PATH_VBoxSVC)/VBoxSVC.rgs $(PATH_VBoxSVC)/VBoxSVC-icon.rc
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