Changeset 50987 in vbox for trunk/src/VBox/GuestHost/OpenGL/util/vboxhgcm.c
- Timestamp:
- Apr 7, 2014 5:08:07 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/util/vboxhgcm.c
r50984 r50987 1935 1935 uint32_t cbWriteback = parms->cbWriteback; 1936 1936 rc = parms->hdr.result; 1937 #ifdef DEBUG_misha 1938 /* catch it here to test the buffer */ 1939 Assert(RT_SUCCESS(parms->hdr.result) || parms->hdr.result == VERR_BUFFER_OVERFLOW); 1940 #endif 1937 1941 _crVBoxHGSMICmdBufferUnlock(pClient); 1938 1942 #ifdef DEBUG
Note:
See TracChangeset
for help on using the changeset viewer.