mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-06 03:28:00 +02:00
drm: Remove unneccesary drm_output_prepare_render() call
This commit is contained in:
parent
9c46ff1a1e
commit
53e79898a4
1 changed files with 0 additions and 2 deletions
|
|
@ -99,8 +99,6 @@ drm_output_present(struct wlsc_output *output_base)
|
|||
(struct drm_compositor *) output->base.compositor;
|
||||
uint32_t fb_id = 0;
|
||||
|
||||
if (drm_output_prepare_render(&output->base))
|
||||
return -1;
|
||||
glFlush();
|
||||
|
||||
output->current ^= 1;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue