• Getting started with UI engine. error
    Note: This was originally posted on 23rd August 2012 at http://forums.arm.com Hi I am just getting started with UI engine and have some problems running examples. This is the error I get. Error 1 error...
  • How much is the maximum resolution of texture updating ?
    I have a rk3399 based board. Can I drive a 4K screen ? My code looks like : while(1) { // update small part of my texture , eg 16 lines of a texture . // texture is big : 8292 x 2160 glTexSubImage2D...
  • Engineering software for accelerated systems
    Welcome to my series of blogs on engineering software for accelerated systems!  Special-purpose hardware designed to execute certain computations (prominently, GPUs designed to execute graphics computations...
  • create errors when I build the Mali™ GPU User Interface Engine
    Hello ,everyone I have a problem when I make the code of Maliā„¢ GPU User Interface Engine which I download today. my system is ubuntu 14.0  --32bit .And I had install the Xlib by apt-get install libX11...
  • How much is the maximum resolution of texture supported by Mali GPU?
    Even when enough VRAM would be available, the resolution of conventional texture is limited to 16K by 16K. Is the limit set by the graphics APIs or hardware? Is there such limit of texture resolution...