Hi! I downloaded Mali_OpenGL_ES_SDK_v2.4.4, and compiled the samples on my ODROID C1+ (with Ubuntu). This is the tutorial that I used for compiling the samples(ODROID Forum • View topic - OpenGL ES 2.0 SDK on ODROID-C1 ). I am neither familiar with…
Hi! I downloaded Mali_OpenGL_ES_SDK_v2.4.4, and compiled the samples on my ODROID C1+ (with Ubuntu). This is the tutorial that I used for compiling the samples(ODROID Forum • View topic - OpenGL ES 2.0 SDK on ODROID-C1 ). I am neither familiar with…
Hi,
I want to optimize my app which is running on mali gpu. ARM offers some developer tools like mali debugger, DS-5 streamline, etc. A document(http://infocenter.arm.com/help/topic/com.arm.doc.dui0363d/DUI0363D_opengl_es_app_dev_guide…
hi i created a hardware that calculates the square root of (a^2+b^2 )
i sent the inputs (a and b) with assembly and that was fine however when i tried to send them using c code the hardware take them as inputs calculates a^2 + b^2 but never do the square…
Hi ARM,
Really great that you have also released the mali midgard gpu X11 user space drivers for firefly (r6p0-02rel0)! TNX!
Now I want to merge the corresponding kernel device driver (r6p0-02rel0) with a linux kernel for firefly.
And then use it together…
description:
cant update to android 6.0 because r7p0 broke rendering in dolphin emulator, also when mali T760 will support ES3.2 and those extension:
OES_buffer_storage is a very simple extension
OES_base_vertex not that hard, but now required for ES…
I'm using the Mali-T76x fbdev drivers for Firefly and want to use /dev/fb1 as a second display. Is it possible to call eglGetDisplay() with an argument other than EGL_DEFAULT_DISPLAY in order to use a different framebuffer device?
Hi, I'm trying to compile the mali drivers for an Amlogic armv7 kernel. But when i try to make modules I've got this error message :
from drivers/amlogic/gpu/mali/platform/meson_bu/meson_main2.c:14:
drivers/amlogic/gpu/mali/platform/meson_bu/meson_main2…
I’m an optimization algorithm engineer, and I’m very interested on the hardware architectures of ARM Cortex-A? and Mali Midgard. As far as I know for the ARM Cortex-A?, the memory system of ARM consists of the following:
L1 Cache: L1D/L1P
L2…
Hello!
I have artefacts when I use EGLImage on following configuration:
Distributive: Ubuntu 15.10
Mali user space driver: r7p0-02rel0
Weston commit: eaa43fc3103d67fe0182994032e851d10a2521a3
Wayland commit: d6d7dab487a8acd02c1fae45eea78954411c51b8
Wayland-protocol…
Hi!
I am developing UI application for embedded system running on Mali-400 GPU.
So far I have stumbled with following strange behavior: glDrawElements works differently if called with
different parameters.
Scenario: 8 vertices, 12 indices describing 2 rectangles…
Any plans supporting this extensions? I'm seeing Mali currently doesn't supports it for some reason
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 does not mandate such endeavor as the application…
I run my 3D games/applications without problems. This is the output it made:
FATAL - GLES: (GLNativeProxy::FunctionTable::GLFunction<void __cdecl(unsigned in
t,int,unsigned int const *)>::checkMissingVersions 2455) Couldn't find symbol 'g
Thanks @ARM for releasing updated Wayland drivers for the Odroid-XU3/4.
Good to see both gbm_platform and wayland_platform extensions are part of one binary.
I didn't test yet thoroughly the drivers, but there are a couple of issues I found annoying:…
cannot locate symbol "log2" referenced by "libGLES_mgd.so"
I want to know if there is any available document regarding the integration of the Mali Egil on android/ubuntu. If there is any document giving some information about the working, the code flow and testing of the same.
Also wanted to know if there is any…
Hi,
I have a custom OS that does a lot of things with SoCs but now, I wish to add a display to it with a custom made GUI.
Currently, I am very interested to use OpenGL ES and video acceleration.
Do your binary driver has lot of links with the Linux/Android…
Hi There,
I am looking for ARM V550/egile VPU Linux device drivers source code, where do I get it? Does ARM supplies it? Also how about the VPU internal firmware?
Kindly let me know the details asap.
Thanks,
Mani.
Hi Community,
I am building test suite for Open GL ES 2.0 with EGL support.When I run app ,i am getting above error while getting EGL extensions with API egl.querystring().
Anything I am missing here OR is it because of libMAli.so/libEGL.so/user-space-driver…
Dear all,
How to get kernel code and user space lib android M of Mali 400MP?
This is utgard structure.
Can not find it at ARM Mali Utgard GPU series User Space Drivers?
please support me.
Thank you
I am using Samsung Galaxy S7 edge with Android 6.0.1
Hello!
I am newbie. Now I understand a little work with Open GLES. I am using X11 Mali drivers on Odroid XU4 (Mali T628MP6). I have a question about the joint use of Open CL and Open GLES with X11 drivers (interop?). For example like you have a good…
I would like to use steamline DS5 to collect GPU information from odroid XU4. however :
many GPU counters are missing.
I used this kernel source :GitHub - hardkernel/linux at odroidc-3.10.y . It is version Linux odroid 3.10.103. My DS5 version is…