Sometimes I can be useful to download a changes contained in a Github pull request as a unified diff. It turns out to be very easy. To view a commit as a diff/patch file, just add .diff or .patch to the end of the URL
[Read More]
Mesa meets GC2000
Here is the first result of running mesatest_gles on mesa&etna:
[Read More]
GC2000 support for etnaviv
Today I hit an important milestone for etnaviv – an open source user-space driver for the Vivante GCxxx series of embedded GPUs. I finally got GC2000 support to a level that it seems to work. It took me some months to get there. At the beginning it sounds easy to...
[Read More]
Rebase Github fork
Today I needed to rebase my etnaviv fork to the current master of upstream. I need to say that
I never did this before but with git this is a breeze.
[Read More]
CMake: Post install scripts for debian
I am using cmake during my job to create Debian installation packages for different kind of software projects. Today I run into an issue. I needed to run some post installation steps. I know that this is quite easy possible within a deb file, but how to archive the same...
[Read More]