I am trying to test the proprietary drivers for PowerVR GPU with the Native SDK and I am not very sure how to do this. where should the drivers be included? in the include directory of the build directory? on the host system they are in /usr/lib but the Example Files can‘t find them…
Hi , it‘s the PowerVR BXE-4-32 MC1 , on a RISCV64 board
I have some staging source libraries and I have the built drivers from the platform provider.
I have built a custom mesa with the lib and pkgconfig and i would like to test the driver output. there are also test binaries provided with the DDK but unfortunately I can‘t run them so I would like to use the Native SDK. The drivers have old names like libGLESv1.so libGLESv2.so etc. and the Native SDK is searching for recent file names like libgles.so . Is there a specific version of the SDK I have to use?