• Offline shader compiler tools
    Does such a tool exists? I am working with some researchers in computer vision on porting to GPU some of their algorithm. Does ARM provide a mean to protect shader content? I understand the general case...
  • How to run offline shader compiler?
    I tried running the off line shader compiler on ubuntu64, for Mali-400 target. This fails, see below. How can I get it to run? The malisc in top level dir does seem to work, but does not support Mali...
  • Offline shader compiler for Mali Bifrost?
    When will the offline shader compiler for the Mali Bifrost GPUs be available? There is already a shipping product (Huawei Mate 9) that has it.
  • Infinite loop in MALI T6xx shader compiler?
    Hello ARM, In testing today, we found what appears to be an infinite loop in the mali T6xx shader compiler. Tested against Galaxy Note 2014 running 4.4.2. Two shaders are here attached: -shader0291.txt...
  • a shader complie error
    precision highp float; attribute vec3 InPosition; attribute vec3 InNormal; attribute vec4 InDiffuse; attribute vec2 InTexCoord0; uniform vec4 FogDistance; uniform mat4 LocalToScreen; uniform mat4 LocalToView;...