cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

georgeouzou
Adept I

Cannot work with EGL/OpenGLES SDK in Windows and Linux

Hello,

I have a RX 480 GPU and a dual boot Windows 10 / Ubuntu 16.04 system.

I cannot seem to make EGL library work even for the most simple cases (getting an EGLDisplay) as the executable crashes at eglGetDisplay() function.

I tried getting an EGLDisplay with EGL_DEFAULT_DISPLAY or a display by first creating an EGLNativeDisplayType (hdc for windows, X11 Display for ubuntu)

but all cases segfault.

Is EGL not supported anymore? And why include libEGL.so in AMDGPU-PRO driver if it is unusable?

The driver Windows: Crimson ReLive 17.1.1

The driver for Ubuntu: AMDGPU-PRO 17.10

0 Likes
2 Replies
dwitczak
Staff

Thank you for your blog post. As mentioned in another thread on the forums, we do not provide EGL support at the moment. We're working on restoring it.

The fact that the libEGL.so library is included is an omission on our end.

OpenGL ES SDK is working on Windows 7, but the native OpenGL ES implementation has some problem with MSAA, please see

https://community.amd.com/message/2709736#comment-2709736

0 Likes