|
30 | 30 | { |
31 | 31 | "title": "NME Shadow Map", |
32 | 32 | "playgroundId": "#M3QR7E#83", |
33 | | - "excludedGraphicsApis": [ "OpenGL" ], |
34 | | - "referenceImage": "nmeshadowmap.png", |
35 | | - "comments": { |
36 | | - "OpenGL": "xvfb : invalid enum with glRenderbufferStorage" |
37 | | - } |
| 33 | + "referenceImage": "nmeshadowmap.png" |
38 | 34 | }, |
39 | 35 | { |
40 | 36 | "title": "Procedural texture with NME", |
|
46 | 42 | "title": "GLTF Extension EXT_mesh_gpu_instancing", |
47 | 43 | "playgroundId": "#QFIGLW#9", |
48 | 44 | "renderCount": 10, |
49 | | - "errorRatio": 6, |
50 | | - "referenceImage": "gltfExtensionExtMeshGpuInstancingTest.png", |
51 | | - "excludedGraphicsApis": [ "OpenGL" ], |
52 | | - "comments": { |
53 | | - "OpenGL": "Test works with OpenGL but it so slow that CI times out" |
54 | | - } |
| 45 | + "errorRatio": 25, |
| 46 | + "referenceImage": "gltfExtensionExtMeshGpuInstancingTest.png" |
55 | 47 | }, |
56 | 48 | { |
57 | 49 | "title": "GLTF ext MSFT_LOD", |
|
72 | 64 | "title": "GLTF Extension KHR_materials_volume with attenuation", |
73 | 65 | "playgroundId": "#YG3BBF#18", |
74 | 66 | "referenceImage": "gltfExtensionKhrMaterialsVolumeAttenuation.png", |
75 | | - "excludedGraphicsApis": [ "OpenGL", "Metal" ], |
76 | | - "errorRatio": 1.2, |
| 67 | + "excludedGraphicsApis": [ "Metal" ], |
| 68 | + "errorRatio": 10, |
77 | 69 | "renderCount": 10, |
78 | 70 | "comments": { |
79 | | - "OpenGL": "xvfb : invalid enum with glRenderbufferStorage", |
80 | 71 | "Metal": "No object rendered" |
81 | 72 | } |
82 | 73 | }, |
|
152 | 143 | "title": "Glow layer and LODs", |
153 | 144 | "playgroundId": "#UNS6ZV#2", |
154 | 145 | "renderCount": 50, |
155 | | - "excludedGraphicsApis": [ "OpenGL", "D3D12", "Metal" ], |
| 146 | + "excludedGraphicsApis": [ "D3D12", "Metal" ], |
156 | 147 | "referenceImage": "glowlayerandlods.png", |
157 | 148 | "comments": { |
158 | | - "OpenGL": "xvfb : invalid enum with glRenderbufferStorage", |
159 | 149 | "D3D12": "Mapping a texture fails with error HRESULT 0x887A0005", |
160 | 150 | "Metal": "Result doesn't match reference" |
161 | 151 | } |
|
255 | 245 | { |
256 | 246 | "title": "Point light shadows", |
257 | 247 | "playgroundId": "#U2F7P9#4", |
258 | | - "excludedGraphicsApis": [ "OpenGL", "Metal" ], |
| 248 | + "excludedGraphicsApis": [ "Metal" ], |
259 | 249 | "referenceImage": "point-light-shadows.png", |
260 | 250 | "comments": { |
261 | | - "OpenGL": "xvfb : invalid enum with glRenderbufferStorage", |
262 | 251 | "Metal": "Rendered result doesn't match reference" |
263 | 252 | } |
264 | 253 | }, |
|
364 | 353 | "title": "Scissor test", |
365 | 354 | "playgroundId": "#W7E7CF#34", |
366 | 355 | "referenceImage": "scissor-test.png", |
367 | | - "excludedGraphicsApis": [ "D3D12", "OpenGL" ], |
| 356 | + "excludedGraphicsApis": [ "D3D12" ], |
368 | 357 | "comments": { |
369 | | - "D3D12": "reenable when automatic mip-maps issue is fixed in bgfx", |
370 | | - "OpenGL": "Incorrect rendering" |
| 358 | + "D3D12": "reenable when automatic mip-maps issue is fixed in bgfx" |
371 | 359 | } |
372 | 360 | }, |
373 | 361 | { |
374 | 362 | "title": "Scissor test with 0.9 hardware scaling", |
375 | 363 | "playgroundId": "#W7E7CF#34", |
376 | 364 | "replace": "//options//, hardwareScalingLevel = 0.9;", |
377 | 365 | "referenceImage": "scissor-test-2.png", |
378 | | - "excludedGraphicsApis": [ "D3D12", "OpenGL" ], |
| 366 | + "excludedGraphicsApis": [ "D3D12" ], |
379 | 367 | "errorRatio": 50, |
380 | 368 | "comments": { |
381 | | - "D3D12": "reenable when automatic mip-maps issue is fixed in bgfx", |
382 | | - "OpenGL": "Incorrect rendering" |
| 369 | + "D3D12": "reenable when automatic mip-maps issue is fixed in bgfx" |
383 | 370 | } |
384 | 371 | }, |
385 | 372 | { |
386 | 373 | "title": "Scissor test with 1.5 hardware scaling", |
387 | 374 | "playgroundId": "#W7E7CF#34", |
388 | 375 | "replace": "//options//, hardwareScalingLevel = 1.5;", |
389 | 376 | "referenceImage": "scissor-test-3.png", |
390 | | - "excludedGraphicsApis": [ "D3D12", "OpenGL" ], |
| 377 | + "excludedGraphicsApis": [ "D3D12" ], |
391 | 378 | "comments": { |
392 | | - "D3D12": "reenable when automatic mip-maps issue is fixed in bgfx", |
393 | | - "OpenGL": "Incorrect rendering" |
| 379 | + "D3D12": "reenable when automatic mip-maps issue is fixed in bgfx" |
394 | 380 | } |
395 | 381 | }, |
396 | 382 | { |
|
0 commit comments