VirtualBox

Ignore:
Timestamp:
Jan 26, 2011 10:25:07 AM (14 years ago)
Author:
vboxsync
Message:

wined3d: check for valid ctx before checking error codes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/wined3d_private.h

    r35650 r35720  
    815815    if(!__WINE_IS_DEBUG_ON(_FIXME, __wine_dbch___default)) break;   \
    816816    err = glGetError();                                             \
     817    if (!pwglGetCurrentContext())                                   \
     818    {                                                               \
     819        ERR(">>>>>>>>>>>>>>>>> NULL ctx issuing %s @ %s / %d\n",    \
     820            A, __FILE__, __LINE__);                                 \
     821        break;                                                      \
     822    }                                                               \
    817823    if (err == GL_NO_ERROR) {                                       \
    818824       TRACE("%s call ok %s / %d\n", A, __FILE__, __LINE__);        \
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