Skip to content

8275303: sun/java2d/pipe/InterpolationQualityTest.java fails with D3D basic render driver #523

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions jdk/src/windows/native/sun/java2d/d3d/D3DBadHardware.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ static const ADAPTER_INFO badHardware[] = {
// All Intel Chips.
{ 0x8086, ALL_DEVICEIDS, NO_VERSION, OS_ALL },

// Microsoft Basic Render Driver (as maybe used in VMs such as VirtualBox)
{ 0x1414, 0x008c, NO_VERSION, OS_ALL },

// ATI Mobility Radeon X1600, X1400, X1450, X1300, X1350
// Reason: workaround for 6613066, 6687166
// X1300 (four sub ids)
Expand Down