• OpenCL threads on Mali T628
    Hello Guys peterharris I am using a Mali T628 GPU on the Odroid XU3 board with Exynos 5422 chip. I have a couple of questions regarding OpenCL on the Mali GPU: 1. Can we get information of active threads...
  • [xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
    I was build drivers r4p0 for Orange Pi 2 (Allwiner H3 soc) And now get the error.... with runing es2_info [xcb] Unknown request in queue while appending request [xcb] Most likely this is a multi-threaded...
  • Multi-Threading in Vulkan
    In my previous blog post I explained some of the key concepts of Vulkan and how we implemented them in our internal graphics engine. In this post I will go into a bit more detail about how we implemented...
  • Does Mali OpenGL ES Emulator support sharing EGLImage accross contexts in a single thread?
    Hi, Does Mali OpenGL ES Emulator support sharing EGLImage accross contexts in a single thread? You can view the source code at https://github.com/selikhovalexey/eglimage/blob/master/eglimage.cpp...
  • Register spilling for different threads count
    Hi. According to Arm Mali GPU Datasheet 2020.pdf document there are several modes for maximum thread count, for Mali G76 it is 2 such modes, 768 threads for 0-32 work registers, and 384 for 33-64 work...