View Issue Details

IDProjectCategoryView StatusLast Update
0001075FSS5PC100Displaypublic2012-06-11 14:24
Reporterzutter Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionV1.11 
Target VersionV1.13Fixed in VersionV1.13 
Summary0001075: Add new acceleration mode which does not use cache for BitBlt.
DescriptionAdd new acceleration mode which does not use cache for BitBlt.
Forum Link
Found Driver Version
Fixed Driver Version

Activities

zutter

2012-06-11 14:23

manager   ~0000684

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;