summaryrefslogtreecommitdiff
path: root/src/video/SDL_egl.c
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright for 2021Sam Lantinga2021-01-021-1/+1
* egl: Make SDL_EGL_HasExtension() available outside of SDL_egl.c.Ryan C. Gordon2020-09-101-5/+1
* Fixed bug 5215 - Fixing filenames passed to dlopen for OpenBSDSam Lantinga2020-09-081-0/+7
* kmsdrm: Moved to the ATOMIC KMS/DRM interface for buffer swapping, leaving DR...Manuel Alfayate Corchete2020-07-281-0/+7
* egl: SDL_EGL_LoadLibaryOnly() shouldn't set _this->gl_config.driver_loaded = 1Ryan C. Gordon2020-07-161-2/+0
* opengl: Don't try to do Desktop OpenGL stuff if support isn't available.Ryan C. Gordon2020-04-131-1/+3
* egl: Attempt to make this compile on WinRT, etc.Ryan C. Gordon2020-04-131-1/+1
* SDL_EGL_ChooseConfig: don't fall through if no matching format existsConn O'Griofa2020-04-131-1/+15
* opengl: Convert an int to an SDL_bool.Ryan C. Gordon2020-04-131-2/+2
* opengl: Allow SDL_GL_MakeCurrent() to accept a NULL window (thanks, Martin!).Ryan C. Gordon2020-04-131-1/+33
* Added SDL_log.h to SDL_internal.h so logging is available everywhereSam Lantinga2020-04-071-1/+0
* egl: Don't use SDL_LoadFunction to get GL entry points on Emscripten.Ryan C. Gordon2020-03-201-1/+3
* Updated copyright date for 2020Sam Lantinga2020-01-161-1/+1
* Android: remove eglGetProcAdded busted comment (bug #4040)Sylvain Becker2019-10-231-2/+0
* Add internal function SDL_EGL_GetVersion()Sylvain Becker2019-10-181-36/+25
* Android: enable eglGetProcAddress (bug #4040, bug #4794)Sylvain Becker2019-10-181-4/+0
* Add robustness getting the EGL version (see bug #4040)Sylvain Becker2019-10-181-0/+24
* egl: adjust how we load symbols in SDL_EGL_GetProcAddress.Ryan C. Gordon2019-10-181-11/+27
* offscreen: Define missing define on a older EGL for an EXT function which it ...Brandon Schaefer2019-09-241-0/+7
* offscreen: Avoid using EGLDeviceEXT as it causes issues with older platforms,...Brandon Schaefer2019-09-241-1/+1
* offscreen: Add new video driver backend OffscreenBrandon Schaefer2019-09-241-7/+143
* Fixed bug 4533 - Update ANGLE to load d3dcompiler_47.dll instead of d3dcompil...Sam Lantinga2019-06-081-8/+22
* Updated copyright for 2019Sam Lantinga2019-01-041-1/+1
* Fixed bug 3250 - Wrong backbuffer pixel format on Android, keep getting RGB_565Sylvain Becker2019-01-021-0/+5
* Fixed bug 4349 - SDL_CreateWindow fails with KMS/DRM after upgrading Mesa to ...Sam Lantinga2018-10-311-6/+16
* Fixed bug 4220 - SDL_GL_CONTEXT_DEBUG_FLAG can fail silently on some Android ...Sam Lantinga2018-10-011-0/+21
* Fixed whitespaceSam Lantinga2018-09-241-2/+2
* egl: Don't change context when deleting current.Tomeu Vizoso2018-06-141-1/+0
* Merged latest changes from Steam Link appSam Lantinga2018-05-181-0/+62
* revert the recent typecast assignment changes (see bug #4079)sezero2018-02-121-2/+2
* Set rpath instead of changing environment for RPiGuillermo A. Amaral"2018-02-071-15/+0
* Fixed ISO C99 compatibilitySam Lantinga2018-01-301-2/+2
* EGL: Request sRGB framebuffer in correct place.Dawid Gan2018-01-161-13/+19
* Make rpi video cross-compiler friendly.Guillermo A. Amaral"2018-01-171-6/+21
* Updated copyright for 2018Sam Lantinga2018-01-031-1/+1
* Fixed bug 3975 - Add GLES2 support for macOS via ANGLE librarySam Lantinga2017-12-041-0/+7
* Fixed name of eglCreatePbufferSurface functionSam Lantinga2017-12-031-1/+1
* Fixed bug 3945 - Add eglCreatePbufferSurface functionSam Lantinga2017-12-031-1/+2
* Fixed bug 3940 - Add support for EGL_SURFACE_TYPESam Lantinga2017-11-041-0/+5
* Raspberry Pi: fix ES 1/PVR support & autodetect Mesa driverConn O'Griofa2017-11-041-6/+15
* revert files I didnt mean to commit!Brandon Schaefer2017-09-291-2/+0
* wayland: Fix bug 3814 -Wmissing-field-initializersBrandon Schaefer2017-09-291-0/+2
* [egl/mir] Need eglGetProc to find gl 4.5 core profile extensionsBrandon Schaefer2017-09-211-1/+1
* raspberrypi: The latest Raspbian moved its EGL and GLES2 libs elsewhere.Ryan C. Gordon2017-09-061-2/+19
* egl: Cast to size_t, in case platform's NativeDisplayType isn't a pointer.Ryan C. Gordon2017-08-291-2/+2
* Fixed bug 3724 - Allow Angle Static LinkSam Lantinga2017-08-271-0/+7
* Fix KHR_no_error supportEthan Lee2017-08-241-12/+13
* opengl: add support for GL_KHR_no_error.Ryan C. Gordon2017-08-241-0/+12
* Fixed bug 3702 - Clear error messages of SDL_LoadObject for optional librariesSam Lantinga2017-08-111-1/+3
* emscripten: Fixed compiler warnings about integer to pointer conversions.Philipp Wiesemann2017-08-051-3/+3