-
Note: This was originally posted on 9th October 2009 at http://forums.arm.comPlease feel free to use this forum as a community resource for ideas on how to utilise the tools made available for application development on Mali GPUs.
-
Note: This was originally posted on 16th November 2009 at http://forums.arm.comHi,We'd like to know which tool or tools have you used so far from the Mali Developer Tools, what feedback do you have already and what would you like to see next?Thanks…
-
Note: This was originally posted on 7th April 2010 at http://forums.arm.comHi all,I am trying to install the MALI GPU UI engine on my HP Laptop and I am getting a problem which other ppl reported to me as well so I think it is usefull to expose it here…
-
Note: This was originally posted on 12th May 2011 at http://forums.arm.comHello, Recently I decided to try out Mali Developer Tools, which look very promising.Unfortunately I have a problem with Shader Development Studio.When trying to make SimpleTest…
-
Note: This was originally posted on 22nd November 2011 at http://forums.arm.comWe've been running into issues using the offline compiler on Eclipse 3.7.1. The OpenGLES Emulator version 1.3 is installed, as is the Mali GPU Offline Shader Compiler v2.2…
-
Note: This was originally posted on 20th July 2012 at http://forums.arm.comHi,I'm trying to configure the shader development studio, following the documentation didn't work. After trying different solution proposed in this forum I'm still stuck, with…
-
Note: This was originally posted on 12th October 2009 at http://forums.arm.comWhile there are a variety of Mali GPU licensees currently designing Mali GPUs into their SoCs, there are not necessarily many development boards available to the general public…
-
Note: This was originally posted on 30th January 2013 at http://forums.arm.comHi,Where is the OpenCL SDK for Mali GPUs if available, and when will it be if not?Many thanks,Tim
-
Note: This was originally posted on 3rd June 2010 at http://forums.arm.comHi guys,We're pleased to announce the availability of the latest open source release r2p0-05rel0 of the the Mali-200 and Mali-400 GPUs Linux Device Drivers available under GPLv2…
-
Note: This was originally posted on 3rd June 2011 at http://forums.arm.comHello,I'm an Android dev and have bought the SGS 2 I9100 (GPU Mali 400). I have developed a tool calledGPUBench and tested on this device and found a bug which cause many artefact…
-
Note: This was originally posted on 3rd October 2011 at http://forums.arm.comHi All,I am a little bit confused about this driver issue. I want to use Performance Analysis Tool. In optimization guide it is stated that in order to collect hw counter data…
-
Note: This was originally posted on 27th December 2011 at http://forums.arm.comHi,From what I understand, each ARM licensee provides their own Linux user-space Mali drivers. I assume the sentence "To build a functional OpenGL ES or OpenVG driver you need…
-
Note: This was originally posted on 19th January 2013 at http://forums.arm.comWe have Linux kernel 2.6.34 compiled with Mali and UMP modules. We have not had compile errors. Everything completes fine. These modules are initialized within the init.rc…
-
Note: This was originally posted on 19th March 2013 at http://forums.arm.comHellor there!! How are you? This is my first post here!!I have a BIG problem a few days ago! I have a ODROID-PC with a Exynos 4210 (Cortex A9 - Mali400) and I compiled Android…
-
Note: This was originally posted on 15th October 2009 at http://forums.arm.comAs we come up with various tips and hints that might help application developers working on Mali GPUs we will be posting them here so that you have instant access to them prior…
-
Note: This was originally posted on 17th December 2009 at http://forums.arm.comPreviously only available to ARM Mali licensees, ARM has now made the Mali GPU OpenGL ES Application Development Guide and the Mali GPU OpenVG Application Development Guide…
-
Note: This was originally posted on 7th November 2010 at http://forums.arm.comHi Guys,Trying to port an akready well running Sw from Fedora PC to the Mali400 on ST7108 chip, with GLES-2.0, I got a problem working with Framebuffer Objects.Everything is…
-
Note: This was originally posted on 26th October 2011 at http://forums.arm.comDriver info:EGL_VENDOR: ARMEGL_VERSION: 1.4 Linux-r2p0-05rel0GL_RENDERER: Mali-400 MPSample code:GLuint texHandle;
GLuint fboHandle;
GLenum format = GL_RGB;
glGenTextures(1, &texHandle…
-
Note: This was originally posted on 9th March 2012 at http://forums.arm.comHi all,i try to render scene in an off screen way, controlling the location of my pixels (the pointer is fixed by myself). It seems that MALI400 is not supporting eglCreatePixmapSurface…
-
Note: This was originally posted on 16th April 2012 at http://forums.arm.comHi, I would like to offload the main CPU from some heavy brute-force signal processing and use the GPU for that.For example, multiplying an array of floats by a scalar, or doing…
-
Note: This was originally posted on 27th July 2012 at http://forums.arm.comHello,We have to render GLES2 program to full screen.We are using A10 Board which is using Mali 400.It's working perfectly with 1280x720.But if I change window size to 1920x1080…
-
Note: This was originally posted on 17th August 2012 at http://forums.arm.comHi,I am facing many problems with Mali 400. One of the big issue is lib is close source so can't change anything.I am in advance stage of product development but stuck with…
-
-
Note: This was originally posted on 12th September 2012 at http://forums.arm.comWhen I try the SAMSUNG S3 run the above code, I failed.void GLImageRenderBlux::initEGL(int width, int height, SkBitmap bitmap){ const EGLint attribList[] = { EGL_WIDTH, width…
-
Note: This was originally posted on 23rd January 2013 at http://forums.arm.comHi,i am very much interested in GPGPU on mobile devices. According to Google Android 4.2 on Nexus 10 is supporting Renderscript running on GPU.Over the past weeks we have implemented…