linux-sunxi / sunxi-mali

Sunxi Mali-400 support libraries.
56 stars 71 forks source link

update gl egl headers #5

Closed xlazom00 closed 11 years ago

xlazom00 commented 11 years ago

Can we update gles egl header files as mali drivers support some new futures for example dma-buf as EGLImage

https://codereview.chromium.org/12316111

Also nice future will be to detect if this future is enabled in drivers

libv commented 11 years ago

No. Not until we have binaries which we can distribute, and device kernels to match.

xlazom00 commented 11 years ago

And do you know if it possible to ask drivers if they support specific extension in EGL. I know that in opengl has this future if you want to check supported texture formats for example