qt6-bb10/tests/auto/gui/qopenglconfig
Laszlo Agocs a8a8cdd24b Add support for driver_description and os.release in GPU blacklists
os.version is the kernel version which is just not very useful or easy to
use for us. Instead, introduce a string that allows easy differentiation
between Windows 7 and 8.

From the adapter identifier the driver description is often helpful too,
especially in virtual machines.

These allow writing rules like:

{ "description": "Use WARP in some Win 8 and 8.1 VMs",
  "os": { "type": "win", "release": [ "8", "8.1" ] },
  "driver_description": "VMware SVGA 3D",
  "features": [ "disable_desktopgl", "disable_d3d9", "disable_d3d11" ]
}

Change-Id: I196f6b44d7bb9e42ef47f61f4c28d8aa79afb7c4
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
2015-06-26 15:27:31 +00:00
..
buglist.json Add support for driver_description and os.release in GPU blacklists 2015-06-26 15:27:31 +00:00
qopenglconfig.pro Add support for GPU bug list reading. 2015-02-14 16:23:47 +00:00
tst_qopenglconfig.cpp Add support for driver_description and os.release in GPU blacklists 2015-06-26 15:27:31 +00:00