summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/dbusmenu/qdbusmenutypes.cpp
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@theqtcompany.com>2015-06-23 16:37:16 +0200
committerLaszlo Agocs <laszlo.agocs@theqtcompany.com>2015-06-26 15:27:31 +0000
commita8a8cdd24b99f1d984e8395d77025d1d11817afd (patch)
tree69622f45bdfff306e59e0c852a98ef88033ca84a /src/platformsupport/dbusmenu/qdbusmenutypes.cpp
parentdb377a420207be84b314b836d2756c57a25d057f (diff)
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>
Diffstat (limited to 'src/platformsupport/dbusmenu/qdbusmenutypes.cpp')
0 files changed, 0 insertions, 0 deletions