• How to disable two shader cores on the Rk3288 board Mali-T760 Mp4
    Hello I am working on a RK3288 board, it is having Mali-T760 MP4 GPU. can someone help me how to disable two shader cores on this board. I actually was looking for the Mali-T760 MP2 config on the same...
  • 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...
  • What is the relation between Mali shader core and OpenCL work-group
    Hi all: I use a RK3288 with mali T760 MP4 board. T760 has 16 shader core. (1) Is there 64 shader core (16*4) in mali T760 MP4? (2) Does one opencl work-group use more than 1 shader core ? Thank you...
  • using offline compiled shader?
    Hi, I want to use the Mali off-line shader compiler, to compile the Vertex shader and Fragment shaders. I am using function below. glShaderBinary(1, &vertexShader, GL_MALI_SHADER_BINARY_ARM, (void*)&buffer...
  • 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;...