• Error while compiling a Compute Shader on Nexus 10
    I'm trying to compile a compute shader that starts with : #version 310 es layout (local_size_x = 1) in; layout (local_size_y = 1) in; layout (local_size_z = 1) in; and I get the following error : 0:3...
  • Renderscript on Nexus 10
    Note: This was originally posted on 23rd January 2013 at http://forums.arm.com Hi, i am very much interested in GPGPU on mobile devices. According to Google Android 4.2 on Nexus 10 is supporting Renderscript...
  • Shader bug r12p1
    I've recently discovered shader sampling bug on r12p1 on S7 series. Looks visually similar to what we previously had on r7p0. Reproducing issue Scenario 1. Dolphin emulator: http://dl.dolphin-emu.org...
  • Shader Development Studio Configuration
    Note: This was originally posted on 20th July 2012 at http://forums.arm.com Hi, I'm trying to configure the shader development studio, following the documentation didn't work. After trying different solution...
  • Shader Development Studio Problem
    Note: This was originally posted on 12th May 2011 at http://forums.arm.com Hello, Recently I decided to try out Mali Developer Tools, which look very promising. Unfortunately I have a problem with Shader...