From deee91ac9f2c8231dd993c5644d069a82e12f892 Mon Sep 17 00:00:00 2001 From: Dima Zavin Date: Fri, 4 Dec 2009 15:41:06 -0800 Subject: [PATCH] gralloc-qsd8k: Change composition_complete being a glfinish from stopship to a TODO We really need to fix this eventually, but it's not a ship blocker. Change-Id: I35f66988e7adba13e47c2a86e13a7425cc5aada3 Signed-off-by: Dima Zavin --- framebuffer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framebuffer.cpp b/framebuffer.cpp index 20a00ab..67001c3 100644 --- a/framebuffer.cpp +++ b/framebuffer.cpp @@ -151,7 +151,7 @@ static int fb_post(struct framebuffer_device_t* dev, buffer_handle_t buffer) static int fb_compositionComplete(struct framebuffer_device_t* dev) { - // STOPSHIP: Properly implement composition complete callback + // TODO: Properly implement composition complete callback glFinish(); return 0;