|
@@ -25,7 +25,6 @@
|
|
|
#include <winternl.h>
|
|
|
#include <d3d9.h>
|
|
|
#include "d3d11-subsystem.hpp"
|
|
|
-#include "intel-nv12-support.hpp"
|
|
|
|
|
|
struct UnsupportedHWError : HRError {
|
|
|
inline UnsupportedHWError(const char *str, HRESULT hr)
|
|
@@ -574,11 +573,6 @@ void gs_device::InitDevice(uint32_t adapterIdx)
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
- /* Intel CopyResource is very slow with NV12 */
|
|
|
- if (desc.VendorId == 0x8086 && IsOldIntelPlatform(desc.DeviceId)) {
|
|
|
- return;
|
|
|
- }
|
|
|
-
|
|
|
ComQIPtr<ID3D11Device1> d3d11_1(device);
|
|
|
if (!d3d11_1) {
|
|
|
return;
|