| 
 | 
Hi all! 
I want use hardware acelerated video rendering on my Orange-Plus, but .. 
- > es2_info
 
  
- EGL_VERSION: 1.4 (DRI2)
 
 - EGL_VENDOR: Mesa Project
 
 - EGL_EXTENSIONS:
 
 -     EGL_MESA_configless_context, EGL_KHR_surfaceless_context
 
 - EGL_CLIENT_APIS: OpenGL OpenGL_ES OpenGL_ES2 OpenGL_ES3 
 
 - GL_VERSION: OpenGL ES 2.0 Mesa 10.3.2
 
 - GL_RENDERER: Software Rasterizer
 
 - GL_EXTENSIONS: ...
 
  Copy code I think, row "GL_RENDERER: Software Rasterizer" - it's not so good. 
Kernel modules with Mali drivers enabled: 
- > cat /etc/modules
 
  
- ump
 
 - mali
 
 - mali_drm
 
 - 8189es
 
  Copy code I'll try compile User Spase Blob from here. But .. I recive: 
- > make config
 
  
- rm -f config.mk
 
 - make config.mk
 
 - make[1]: Entering directory '/tmp/sunxi-mali'
 
 - make -f Makefile.config
 
 - make[2]: Entering directory '/tmp/sunxi-mali'
 
 - ABI="armhf" (Detected)
 
 - VERSION="UNKNOWN" (Detected)
 
 - Makefile.config:57: Unknown/unhandled Mali Version "UNKNOWN"
 
 - Makefile.config:58: Use VERSION=(r2p4,r3p0,r3p1,r3p2-01rel1) instead
 
 - Makefile.config:59: *** Unknown/unhandled Mali Version "UNKNOWN".  Stop.
 
 - make[2]: Leaving directory '/tmp/sunxi-mali'
 
 - Makefile:12: recipe for target 'config.mk' failed
 
 - make[1]: *** [config.mk] Error 2
 
 - make[1]: Leaving directory '/tmp/sunxi-mali'
 
 - Makefile:8: recipe for target 'config' failed
 
 - make: *** [config] Error 2
 
  Copy code Becouse in file .. function MALI_GET_API_VERSION return api_version.version eq 401 .. but expected value from 8 to 23 accotiated with .. driver api versions .. from r2p2 to r3p2-01rel3. 
 
So, how I can get hardware acelerated video ? 
Where I can get User Spase Blob (for Mali driver) for api version 401 ? 
I don\t want to compile kernel (with mali driver with api version less than r3p2-01rel3) .. I'am newbe in that. 
 
Sory for my english. 
 
 |   
 
 
 
 |