Module: Mesa
Branch: master
Commit: be5773fa8dfe9255d9abaf5c7d5bbbd2d922da08
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=be5773fa8dfe9255d9abaf5c7d5bbbd2d922da08

Author: Rob Herring <r...@kernel.org>
Date:   Mon Jul 31 09:32:10 2017 -0500

Android: fix compile error for DRI2 loader getCapability

Fix compile failure from commit 1bf703e4ea5c ("dri_interface,egl,gallium:
only expose RGBA visuals on Android").

Fixes: 1bf703e4ea5c ("dri_interface,egl,gallium: only expose RGBA visuals on 
Android")
Cc: 17.2 <mesa-sta...@lists.freedesktop.org>
Reviewed-by: Marek Olšák <marek.ol...@amd.com>
Signed-off-by: Rob Herring <r...@kernel.org>

---

 src/egl/drivers/dri2/platform_android.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/egl/drivers/dri2/platform_android.c 
b/src/egl/drivers/dri2/platform_android.c
index bae42412b5..50a8248695 100644
--- a/src/egl/drivers/dri2/platform_android.c
+++ b/src/egl/drivers/dri2/platform_android.c
@@ -1142,7 +1142,7 @@ static const __DRIdri2LoaderExtension 
droid_dri2_loader_extension = {
    .getBuffers           = NULL,
    .flushFrontBuffer     = droid_flush_front_buffer,
    .getBuffersWithFormat = droid_get_buffers_with_format,
-   .getCapability        = droid_get_capability;
+   .getCapability        = droid_get_capability,
 };
 
 static const __DRIimageLoaderExtension droid_image_loader_extension = {

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to