Hi, I have a problem during porting midgard Mali GPU for X11 environment.
I'm following the document 'Integration Manual Rev:r5p0' which your company distributed.
But at the section '2.7.3 Downloading Khronos API headers', I can't connect to the link 'https://silver.arm.com/browse/ZX001' so I failed to download these khronos header files.
When I register a account and log-in, this link just go to the ARM main page.
Does this link obsolete? Or is there other way to download OpenGL ES & OpenCL Khronos API header files?
I'm lost!
Hi Moonami,
HW accelerated graphics rendering is achieved through the OpenGL ES API, but improving performance of video players depends on whether you are referring to rendering performance, which can be achieved with OpenGL ES, or video decode performance, which as Pete says might be achievable through implementing video decode on top of OpenCL, but is more typically done by using dedicated hardware on the device exposed through something like OpenMAX. VLC almost certainly has this functionality already, and so long as you have the necessary userspace libs for the video decode hardware (talk to your SoC vendor) then it should "just work".
Hth,
Chris