VirtualBox

Ignore:
Timestamp:
Jun 24, 2013 2:30:18 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
86685
Message:

wddm/crOpenGL: r0-based visible regions handling, r0-based chromium commands submission debugged, more on new presentation mechanism, cleanup, etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/include/cr_error.h

    r41928 r46757  
    2828
    2929DECLEXPORT(void) crDebug(const char *format, ... ) PRINTF;
     30#ifdef DEBUG_misha
     31typedef void FNCRDEBUG(const char *format, ... ) PRINTF;
     32typedef FNCRDEBUG *PFNCRDEBUG;
     33DECLINLINE(PFNCRDEBUG) crGetDebug() {return crDebug;}
     34# define crWarning (RT_BREAKPOINT(), crDebug)
     35#else
    3036DECLEXPORT(void) crWarning(const char *format, ... ) PRINTF;
     37#endif
    3138DECLEXPORT(void) crInfo(const char *format, ... ) PRINTF;
    3239
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