Changeset 53782 in vbox
- Timestamp:
- Jan 13, 2015 12:30:01 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97589
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r53543 r53782 113 113 #ifdef IN_RING3 114 114 # include <iprt/cdefs.h> 115 # include <iprt/ alloc.h>115 # include <iprt/mem.h> 116 116 # include <iprt/ctype.h> 117 117 #endif /* IN_RING3 */ … … 2036 2036 2037 2037 #if 0 //def VBOX_WITH_VDMA 2038 /* @todo: we get a second resize here when VBVA is on, while we actually should not */2038 /** @todo: we get a second resize here when VBVA is on, while we actually should not */ 2039 2039 /* do not do pfnResize in case VBVA is on since all mode changes are performed over VBVA 2040 2040 * we are checking for VDMA state here to ensure this code works only for WDDM driver, … … 2099 2099 return VINF_SUCCESS; 2100 2100 } 2101 /* @todo might crash if a blit follows a resolution change very quickly (seen this many times!) */2101 /** @todo might crash if a blit follows a resolution change very quickly (seen this many times!) */ 2102 2102 2103 2103 if ( s->svga.uWidth == VMSVGA_VAL_UNINITIALIZED
Note:
See TracChangeset
for help on using the changeset viewer.