View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001075 | FSS5PC100 | Display | public | 2012-06-11 14:12 | 2012-06-11 14:24 |
Reporter | zutter | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | V1.11 | ||||
Target Version | V1.13 | Fixed in Version | V1.13 | ||
Summary | 0001075: Add new acceleration mode which does not use cache for BitBlt. | ||||
Description | Add new acceleration mode which does not use cache for BitBlt. | ||||
Forum Link | |||||
Found Driver Version | |||||
Fixed Driver Version | |||||
|
Add mode 0x20: m_G2DControlArgs.AccelLevel = NewSetting.AccelLevel; m_G2DControlArgs.UseSWAccel = 1; m_G2DControlArgs.HWOnOff = 1; m_G2DControlArgs.UseBitBlt = 1; m_G2DControlArgs.UseLineDraw = 0; m_G2DControlArgs.UseAlphaBlend = 0; m_G2DControlArgs.UseFillRect = 0; m_G2DControlArgs.UseStretchBlt = (G2D_BYPASS_HW_STRETCHBLT) ? (0) : (1); m_G2DControlArgs.CachedBlt = 0; m_G2DControlArgs.OverrideEmulFunc = G2D_OVERRIDE_EMULSEL; m_G2DControlArgs.UseVideoMemoryForAllSuraces = 0; m_G2DControlArgs.UseHWRotator = 0; m_G2DControlArgs.SetBltLimitSize = 0; |