• Mali 450 r6p1 & DMABUF
    Hello, I have been trying to use DMABUF With egl on a Mali 450 (on an odroid C2). I was able to successfully use it with the following setup for a 1920x1080 image : const EGLint img_attrs[] = {      ...
  • Mali 450 r6p1 & DMABUF
    Hello, I have been trying to use DMABUF With egl on a Mali 450 (on an odroid C2). I was able to successfully use it with the following setup for a 1920x1080 image : const EGLint img_attrs[] = {      ...
  • umplock equivalent for Mali-400 dmabuf version
    Really glad to see initial dmabuf support in r4p0, to replace ump, i.e. using this variant string: VARIANT=mali400-r1p1-gles11-gles20-linux-monolithic-no_profiling-x11-dma_buf Thanks for implementing...
  • umplock equivalent for Mali-400 dmabuf version
    Really glad to see initial dmabuf support in r4p0, to replace ump, i.e. using this variant string: VARIANT=mali400-r1p1-gles11-gles20-linux-monolithic-no_profiling-x11-dma_buf Thanks for implementing...
  • How to get a SRGB default framebuffer in egl
    Hello again! I'm following a tutorial on (desktop) OpenGL 3.3 about gamma correction. Basically to gain automatic gamma-corrected colors on the DESKTOP opengl we have to do: 1) Use the SRGBA texture format...