Hi experts,
I have noticed that there is a repo under "git://git.ti.com/graphics/img-pvr-sdk.git". But it just contians some binaries not cover the code.
Could i have the place to download the source code of these demos?
Thanks,
Hutian
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi experts,
I have noticed that there is a repo under "git://git.ti.com/graphics/img-pvr-sdk.git". But it just contians some binaries not cover the code.
Could i have the place to download the source code of these demos?
Thanks,
Hutian
Hello,
Powervr SDK is provided by Imagination technologies. It can be found here:
Please note that examples change over time so you may have to look at older SDK if you want a particular demo. Here is the git tree:
https://github.com/powervr-graphics/Native_SDK
Regards
Hemant
Hi Hemant,
I want to find a demo which can initial EGL from DRM, but current Native_SDK does not have it.
When i try to use NullWS to initial EGL,i will get an error which can't find a displayport.(i have disabled the weston).
Could you do me a favor, to find a demo which can initial EGL from DRM?
Thanks,
hutian
You can use Wayland examples from the SDK:
Alternatively, you can look at kmscube:
https://gitlab.freedesktop.org/mesa/kmscube
Regards
Hemant