• Vulkan & Validation Layers
    Why the validation layers? Unlike OpenGL, Vulkan drivers don't have a global context, don't maintain a global state and don't have to validate inputs from the application side. The goal is to reduce CPU...
  • r8p0 driver update for Mali-t760 galaxy s6
    description: cant update to android 6.0 because r7p0 broke rendering in dolphin emulator, also when mali T760 will support ES3.2 and those extension: OES_buffer_storage is a very simple extension...
  • Compressed but not mipmapped data (Streamline capture)
    Hi guys, I'm trying to narrow down the texture usage of a frame. Essentially, at the tail end of the frame I'm seeing a fair bit of compressed but NOT mipmapped texture data. Is it possible this is...
  • Uniform blocks can't be read on Galaxy S6(Mali-T760 MP8)
    Hello Fragment Shader can't read uniform block On Galaxy S6(Mali-T760 MP8). For example, these uniform block parameters are NaN. layout(std140, column_major) uniform _ub_params_vec4 { vec4 _ub_param0;...
  • Mali-T760 GPU restart
    Taken from dmesg of an android device running an Arm / Mali chipset with T760 gpu. We were running a gpu accelerated app playing video via the standard android media player API. <3>[1124289.194595...