• Mali-G76 Vulkan mesh skinning compute shader bug
    Hi, We are having issues of doing mesh skinning using Vulkan compute shader on Mali-G76 device (Samsung S10+) where at around a certain spot while transforming the vertices the device would just return...
  • Mali-G76 Vulkan mesh skinning compute shader bug
    Hi, We are having issues of doing mesh skinning using Vulkan compute shader on Mali-G76 device (Samsung S10+) where at around a certain spot while transforming the vertices the device would just return...
  • is extension GL_OES_EGL_image_external_essl3 not working properly in compute shader on Mali G71 gpu?
    I am trying to do some image processing on the camera feed using the compute shader on Android devices. However I am reading all black from the samplerExternalOES on the Samsung S8. I bind the texture...
  • is extension GL_OES_EGL_image_external_essl3 not working properly in compute shader on Mali G71 gpu?
    I am trying to do some image processing on the camera feed using the compute shader on Android devices. However I am reading all black from the samplerExternalOES on the Samsung S8. I bind the texture...
  • Does Mali GPU has shared(local) memory in one shader core for compute pipline? How can i access it?
    1、I got that in opengl graphics pipline, we can use pixel local storage to shared from each threads 2、I got that from opencl developer guide, opencl __local is not implement for arm mali gpu 3、I also...