Skip to content

Commit bc0379e

Browse files
committed
8275303: sun/java2d/pipe/InterpolationQualityTest.java fails with D3D basic render driver
Reviewed-by: serb, psadhukhan
1 parent 0b8dd4a commit bc0379e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/java.desktop/windows/native/libawt/java2d/d3d/D3DBadHardware.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ static const ADAPTER_INFO badHardware[] = {
5454
// All Intel Chips.
5555
{ 0x8086, ALL_DEVICEIDS, NO_VERSION, OS_ALL },
5656

57+
// Microsoft Basic Render Driver (as maybe used in VMs such as VirtualBox)
58+
{ 0x1414, 0x008c, NO_VERSION, OS_ALL },
59+
5760
// ATI Mobility Radeon X1600, X1400, X1450, X1300, X1350
5861
// Reason: workaround for 6613066, 6687166
5962
// X1300 (four sub ids)

0 commit comments

Comments
 (0)