cogl: Remove always-set COGL_FEATURE_ID_OFFSCREEN
https://gitlab.gnome.org/GNOME/mutter/merge_requests/866
This commit is contained in:

committed by
Georges Basile Stavracas Neto

parent
4523251849
commit
6a8830a551
@ -36,12 +36,6 @@ check_flags (TestFlags flags,
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
if (flags & TEST_REQUIREMENT_OFFSCREEN &&
|
||||
!cogl_has_feature (test_ctx, COGL_FEATURE_ID_OFFSCREEN))
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
if (flags & TEST_REQUIREMENT_FENCE &&
|
||||
!cogl_has_feature (test_ctx, COGL_FEATURE_ID_FENCE))
|
||||
{
|
||||
|
Reference in New Issue
Block a user