antiagainst / antiagainst.github.io

Generated website for my personal blog
https://lei.chat/
5 stars 0 forks source link

Android/Linux GPU Drivers: Internals and Resources | Lei.Chat() #5

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

Android/Linux GPU Drivers: Internals and Resources | Lei.Chat()

Recently I have been working on a library that needs to directly interact with GPU kernel drivers from various vendors on Android/Linux systems. Compared to various GPU APIs, information at this level is quite sparse; so it is not a straightforward task, to say the least, and ends up requiring me to piece multiple sources together to figure out the details. So I’m logging these driver internals and resources down in case it can be useful to others that are interested in these low-level bits.

https://www.lei.chat/posts/android-linux-gpu-drivers-internals-and-resources/

antiagainst commented 3 years ago

Hello there, Thanks for reading! If you'd like to leave a comment, you can do it directly here (which will require authorizing utterances), or you can directly comment on the backing GitHub issue.

msdos03 commented 1 year ago

Good article! Thanks for sharing

ruxbin commented 1 year ago

The pic is really awesome. Nice article to show the overview of the graphics stack. Thanks for sharing this!