drm: Remove unneccesary drm_output_prepare_render() call
This commit is contained in:
@@ -99,8 +99,6 @@ drm_output_present(struct wlsc_output *output_base)
|
|||||||
(struct drm_compositor *) output->base.compositor;
|
(struct drm_compositor *) output->base.compositor;
|
||||||
uint32_t fb_id = 0;
|
uint32_t fb_id = 0;
|
||||||
|
|
||||||
if (drm_output_prepare_render(&output->base))
|
|
||||||
return -1;
|
|
||||||
glFlush();
|
glFlush();
|
||||||
|
|
||||||
output->current ^= 1;
|
output->current ^= 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user