summaryrefslogtreecommitdiff
path: root/src/video/directfb
Commit message (Expand)AuthorAgeFilesLines
* Expose separate keyboard and mouse grab supportCameron Gutman2021-01-261-1/+1
* DirectFB: Split input grab handling into keyboard and mouse partsCameron Gutman2021-01-266-36/+34
* Rename SetWindowGrab() to SetWindowMouseGrab()Cameron Gutman2021-01-253-3/+3
* Updated copyright for 2021Sam Lantinga2021-01-0222-22/+22
* SDL_DirectFB_video.c: DSPF_ABGR requires directfb >= 1.5.0 -- add guard.Ozkan Sezer2020-12-181-0/+2
* Fixed bug 5235 - All internal sources should include SDL_assert.hSam Lantinga2020-12-092-2/+0
* Fixed bug 5354 - DirectFB: Add Vulkan supportSam Lantinga2020-11-233-0/+224
* Added events for dynamically connecting and disconnecting displays, with an i...Sam Lantinga2020-10-081-1/+1
* Merge VideoBootStrap::available into VideoBootStrap::createM Stoeckl2020-07-121-11/+1
* Fixed bug 5146 - SDL_RenderFillRect doesn't work in DirectFBSam Lantinga2020-05-291-1/+1
* Added SDL_log.h to SDL_internal.h so logging is available everywhereSam Lantinga2020-04-071-1/+0
* src/video/directfb/SDL_DirectFB_render.c: fix buildFabrice Fontaine2020-03-241-2/+1
* Updated copyright date for 2020Sam Lantinga2020-01-1620-20/+20
* Fixed bug 4903 - Lack of color multiply with alpha (SDL_BLENDMODE_MOD + SDL_B...Sam Lantinga2020-01-161-0/+9
* Fixed bug 4914 - Expose SDL_ScaleMode and add SDL_SetTextureScaleMode/SDL_Get...Sam Lantinga2019-12-221-0/+6
* use SDL_zeroa at more places where the argument is an array.Ozkan Sezer2019-07-311-2/+2
* Updated copyright for 2019Sam Lantinga2019-01-0420-20/+20
* directfb: Updated render backend to new internal API.Ryan C. Gordon2018-12-021-587/+307
* Fixed whitespaceSam Lantinga2018-09-241-1/+1
* Fixed bug 4229 - Add support for ABGR format in DirectFB rendererSam Lantinga2018-08-281-1/+1
* Updated copyright for 2018Sam Lantinga2018-01-0320-20/+20
* Fixed 3783 - Default libGL path for directFB on Linux differs from x11 pathSam Lantinga2017-08-281-2/+2
* Fixed mingw Windows build, since SDL_vulkan_internal.h includes windows.hSam Lantinga2017-08-281-2/+2
* Renaming of guard header names to quiet -Wreserved-id-macroSam Lantinga2017-08-289-27/+31
* Fixed bug 3751 - DirectFB linux_input disabled by defaultSam Lantinga2017-08-131-2/+1
* directfb: Fixed quitting keyboard twice.Philipp Wiesemann2017-06-161-3/+0
* directfb: Fixed comment.Philipp Wiesemann2017-06-111-1/+1
* Fixed missing error messages for SDL_GetWindowWMInfo().Philipp Wiesemann2017-06-111-0/+1
* directfb: Fixed crash if creating renderer.Philipp Wiesemann2017-06-111-2/+10
* syswm: prevent buffer overflow if SDL and app have different config headers.Ryan C. Gordon2017-06-111-0/+19
* Removed duplicate includes.Philipp Wiesemann2017-06-041-4/+0
* directfb: Changed internal function to be static.Philipp Wiesemann2017-05-251-2/+1
* Removed unused internal window shape functions.Philipp Wiesemann2017-05-252-6/+0
* directfb: Fixed compiler warnings about undefined functions.Philipp Wiesemann2017-05-131-2/+2
* directfb: Removed duplicate comment.Philipp Wiesemann2017-05-121-2/+0
* directfb: Fixed typo in log message.Philipp Wiesemann2017-05-111-1/+1
* directfb: Fixed compiler warnings about unused variables.Philipp Wiesemann2017-05-112-11/+0
* Removed newlines from error messages.Philipp Wiesemann2017-03-262-2/+2
* Fixed bug 3529 - SDL_EGL_UnloadLibrary is not called at all on SDL_QuitSam Lantinga2017-01-011-11/+4
* Updated copyright for 2017Sam Lantinga2017-01-0120-20/+20
* Fixed bug 3513 - SDL_GL_SwapWindow does not return error statusSam Lantinga2016-12-092-4/+4
* Fixed bug 3490 - Build failure with --enable-video-directfbSam Lantinga2016-11-152-4/+6
* Added SDL_SetWindowOpacity() and SDL_GetWindowOpacity().Ryan C. Gordon2016-01-053-0/+15
* Updated copyright to 2016Sam Lantinga2016-01-0220-20/+20
* Updated the copyright year to 2015Sam Lantinga2015-05-2620-20/+20
* SDL_SetWindowTitle() should never set a NULL pointer for the title string.Ryan C. Gordon2015-04-081-1/+1
* Replaced free() with SDL_free() because related allocation also uses wrapper.Philipp Wiesemann2014-12-041-1/+1
* Fixed log typoSam Lantinga2014-10-131-1/+1
* Minor cleanupsSam Lantinga2014-10-131-1/+1
* DSCAPS_GL was added for DirectFB 1.6Sam Lantinga2014-09-101-1/+1