| Summary: | AMD "amdgpu" proprietary driver 19.30 and OpenGL video not working | ||
|---|---|---|---|
| Product: | SDL | Reporter: | cpasjuste <cpasjuste> |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED INVALID | QA Contact: | Sam Lantinga <slouken> |
| Severity: | blocker | ||
| Priority: | P2 | ||
| Version: | 2.0.10 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
|
Description
cpasjuste
2019-12-16 14:02:41 UTC
More information's: Note that the testgl2 sample is working fine. Here is the full (non working) code (that work with OpenGLES and NVIDIA OpenGL): https://github.com/Cpasjuste/libcross2d/blob/master/source/platforms/sdl2/sdl2_gl_renderer.cpp Please contact the libcross2d author. They should be using SDL_GL_GetProcAddress() to retrieve all OpenGL functions. Thanks! I am the libcross2d author :) I thought it was a bug as it's working fine on Nvidia and with gles2. But I got it! (I'm now using glad loader to simplify all this). Thanks, Cpasjuste. *laugh* Got it. I'm glad you found a solution. :) (In reply to Sam Lantinga from comment #4) > *laugh* Got it. I'm glad you found a solution. :) Very fun reply, not sure if it was intended ("glad"), i guess it was :) I stop my flood now, and many thanks again for the fast support. You're welcome! |