From 259674fee271a3fdbbe9a31ef1787dcb25aea781 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 20 Nov 2015 13:46:41 +0100 Subject: [PATCH] (vivante fbdev) Add function pointer for rendering hardware contexts --- gfx/drivers_context/vivante_fbdev_ctx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gfx/drivers_context/vivante_fbdev_ctx.c b/gfx/drivers_context/vivante_fbdev_ctx.c index b4bb7c583c..00216546d8 100644 --- a/gfx/drivers_context/vivante_fbdev_ctx.c +++ b/gfx/drivers_context/vivante_fbdev_ctx.c @@ -206,4 +206,5 @@ const gfx_ctx_driver_t gfx_ctx_vivante_fbdev = { NULL, NULL, "vivante-fbdev", + egl_bind_hw_render, };