瀏覽代碼

broaden buggy intel driver detection

David Rose 17 年之前
父節點
當前提交
3fcf0d4c8f
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      panda/src/dxgsg9/wdxGraphicsWindow9.cxx

+ 2 - 2
panda/src/dxgsg9/wdxGraphicsWindow9.cxx

@@ -1141,9 +1141,9 @@ consider_device(wdxGraphicsPipe9 *dxpipe, DXDeviceInfo *device_info) {
   _wcontext._monitor = device_info->_monitor;
 
   if (strcmp(device_info->szDriver, "igdumd32.dll") == 0 &&
-      device_info->_driver_version.QuadPart <= 0x0007000e000a0531LL &&
+      device_info->_driver_version.QuadPart <= 0x0007000e000affffLL &&
       dx_intel_compressed_texture_bug) {
-    // Disable compressed textures for this buggy driver (7.14.10.1329
+    // Disable compressed textures for this buggy driver (7.14.10.65535
     // and earlier--I don't know whether any other drivers also
     // exhibit the bug).
     _wcontext._intel_compressed_texture_bug = true;