commit | abaad3d95b5117a17886d37cf0228712801cd259 | [log] [tgz] |
---|---|---|
author | Zack Rusin <zackr@vmware.com> | Mon Dec 06 12:26:17 2021 -0500 |
committer | Zack Rusin <zackr@vmware.com> | Thu Dec 09 13:16:29 2021 -0500 |
tree | 245dac1264b5ae0a0d5d026fa71bef251fea46ca | |
parent | 4fb9326b96cbf9f751086969161a6c1d75bcd8f9 [diff] |
drm/vmwgfx: Allow checking for gl43 contexts To make sure we're running on top of hardware that can support GL4.3 we need to add a way of querying for those capabilities. DRM_VMW_PARAM_GL43 allows userspace to check for presence of GL4.3 capable contexts. Signed-off-by: Zack Rusin <zackr@vmware.com> Reviewed-by: Charmaine Lee <charmainel@vmware.com> Link: https://patchwork.freedesktop.org/patch/msgid/20211206172620.3139754-10-zack@kde.org