Changeset 55239 in vbox
- Timestamp:
- Apr 14, 2015 10:49:20 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVbva.cpp
r52808 r55239 1007 1007 if (!pvBuffer) 1008 1008 { 1009 WARN(("failed to allocate contiguous buffer , trying nopping the tail"));1009 WARN(("failed to allocate contiguous buffer %d bytes, trying nopping the tail", cbCmd)); 1010 1010 uint32_t cbTail = VBoxVBVAExGetFreeTail(&pVbva->Vbva); 1011 1011 if (!cbTail)
Note:
See TracChangeset
for help on using the changeset viewer.