From 9b52db212f8749b61e4cf775fe3244b94c5ae41c Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 21 Nov 2019 07:33:19 +0100 Subject: Bug 1156: EGL-GBM: Cleanup Code & Replace Newt GBM implementation GBM driver is now under egl/gbm subpackage and has been replaced by bcm_vc_iv boilerplate. Native code is reentrant capable and cleaned up. TODO: EGLDisplayUtil work with SharedResourceRunner --- make/build-common.xml | 8 ++++---- make/build-newt.xml | 41 +++++++++++++++++++++-------------------- make/scripts/tests.sh | 8 ++++---- 3 files changed, 29 insertions(+), 28 deletions(-) (limited to 'make') diff --git a/make/build-common.xml b/make/build-common.xml index 0967b6b0f..1d8928cf2 100644 --- a/make/build-common.xml +++ b/make/build-common.xml @@ -414,7 +414,7 @@ - + @@ -428,7 +428,7 @@ - + @@ -439,7 +439,7 @@ - + @@ -449,7 +449,7 @@ - + diff --git a/make/build-newt.xml b/make/build-newt.xml index 447a41189..c3fc22afd 100644 --- a/make/build-newt.xml +++ b/make/build-newt.xml @@ -49,7 +49,7 @@ setup.addNativeKD setup.addNativeIntelGDL setup.addNativeBroadcom ( always true if 'isLinux' ) - setup.addNativeGBM ( always true if 'isLinux' ) + setup.addNativeEGLGBM ( always true if 'isLinux' ) - Internal settings, may not be necessary to set them manually, since all JAR archives are orthogonal. @@ -76,7 +76,7 @@ - + @@ -90,7 +90,7 @@ - + @@ -103,7 +103,7 @@ - + @@ -156,8 +156,8 @@ - + @@ -245,7 +245,7 @@ - + @@ -332,7 +332,7 @@ - - - + + + @@ -525,11 +525,11 @@ - - - - - + + + + + @@ -899,7 +899,7 @@ - + @@ -948,7 +948,8 @@ - + + @@ -1094,9 +1095,9 @@ - + + includes="${java.part.driver.egl.gbm}"/>