JDK-6691737 : D3D: inconsistent vsync rate with v-synced BufferStrategy
Type:Bug
Component:client-libs
Sub-Component:2d
Affected Version:6u10
Priority:P3
Status:Closed
Resolution:Fixed
OS:windows_xp
CPU:x86
Submitted:2008-04-21
Updated:2010-10-14
Resolved:2008-05-13
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
EVALUATION
It looks like this depends on whether some application in the system uses
high resolution timer or not.
We should use D3DPRESENT_INTERVAL_ONE presentation interval instead of
D3DPRESENT_INTERVAL_DEFAULT for v-synced swap chains to get more
precise v-sync tracking (at the expense of slightly higher cpu
usage (2-3%).