mirror of
https://github.com/brl/mutter.git
synced 2025-04-16 15:19:39 +00:00
renderer-native: Advertise COGL_FEATURE_ID_PRESENTATION_TIME
Since it's now implemented (e9e4b2b72e). Fortunately forgetting to advertise it didn't matter because there isn't any code yet that checks for it.
This commit is contained in:
parent
262a3ecbd6
commit
f6f188dad4
@ -2069,6 +2069,8 @@ meta_renderer_native_init_egl_context (CoglContext *cogl_context,
|
|||||||
MetaRendererNativeGpuData *renderer_gpu_data = cogl_renderer_egl->platform;
|
MetaRendererNativeGpuData *renderer_gpu_data = cogl_renderer_egl->platform;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
COGL_FLAGS_SET (cogl_context->features,
|
||||||
|
COGL_FEATURE_ID_PRESENTATION_TIME, TRUE);
|
||||||
COGL_FLAGS_SET (cogl_context->features,
|
COGL_FLAGS_SET (cogl_context->features,
|
||||||
COGL_FEATURE_ID_SWAP_BUFFERS_EVENT, TRUE);
|
COGL_FEATURE_ID_SWAP_BUFFERS_EVENT, TRUE);
|
||||||
/* TODO: remove this deprecated feature */
|
/* TODO: remove this deprecated feature */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user