Changeset 32546 in vbox
- Timestamp:
- Sep 16, 2010 10:02:07 AM (14 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT/Graphics
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxDispD3D.cpp
r32545 r32546 6752 6752 } 6753 6753 #else 6754 //# define VBOXDISP_TEST_SWAPCHAIN6754 # define VBOXDISP_TEST_SWAPCHAIN 6755 6755 # ifdef VBOXDISP_TEST_SWAPCHAIN 6756 6756 VBOXDISP_D3DEV(pDevice); -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/context.c
r32545 r32546 1600 1600 struct wined3d_context *context = NULL; 1601 1601 1602 #ifdef DEBUG_misha 1602 1603 Assert(0); 1604 #endif 1603 1605 1604 1606 for(i = 0 ; i < device->numContexts ; i ++)
Note:
See TracChangeset
for help on using the changeset viewer.