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:
parent
427b3ce634
commit
deee91ac9f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user