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 <dima@android.com>
This commit is contained in:
Dima Zavin 2009-12-04 15:41:06 -08:00
parent 427b3ce634
commit deee91ac9f

View File

@ -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;