View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001053 | FSS5PV210 | Display | public | 2012-05-16 20:15 | 2012-05-18 13:33 |
Reporter | froelich | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Product Version | V0.20 | ||||
Target Version | V0.20 | Fixed in Version | V0.30 | ||
Summary | 0001053: Adobe Flash-Movies are not shown correctly | ||||
Description | Order of function calls must be: InitAcceleration() AllocResources() | ||||
Found Driver Version | V1.4 | ||||
Fixed Driver Version | V1.5 | ||||
Forum Link | |||||
|
Additionally we add new reg value VidMemCache to switch on/off caching of video memory. Parameters in call to VirtualSetAttributes() are not correct. We changed to CeSetMemoryAttributes(). In case VidMemCache = 1 we set to PAGE_WRITETHROUGH. In case VidMemCache = 0 we set to PAGE_WRITECOMBINE. Default value is VidMemCache = 0. This gives lower performance but less flickering. |
|
VideMemCache=1 = PAGE_WRITETHRU This mode is pretty well supported by display driver and 2D accelaration unit. The 2D code calls CacheFlush() to get good results. This mode improves drawing performance. OpenGL will not work corrcetly. This includes Silverlight. |