Changeset 106098 in vbox for trunk/src/VBox
- Timestamp:
- Sep 19, 2024 5:30:20 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp
r106061 r106098 3754 3754 uint32_t cbCmd = sizeof(uint32_t); 3755 3755 3756 LogF unc(("[cid=%d] %s %d\n", (int32_t)idDXContext, vmsvgaR3FifoCmdToString(cmdId), cmdId));3756 LogFlowFunc(("[cid=%d] %s %u\n", (int32_t)idDXContext, vmsvgaR3FifoCmdToString(cmdId), cmdId)); 3757 3757 # ifdef LOG_ENABLED 3758 3758 # ifdef VBOX_WITH_VMSVGA3D … … 3777 3777 */ 3778 3778 /** @todo This code is very similar to the FIFO loop command processing. Think about merging. */ 3779 LogFlow(("cmdId=%u\n", cmdId));3780 3779 switch (cmdId) 3781 3780 {
Note:
See TracChangeset
for help on using the changeset viewer.