Commit History

Author SHA1 Message Date
  Sam Lantinga 1c64366b80 Added SDL_CreateRendererWithProperties() and SDL_CreateTextureWithProperties() 2 years ago
  Sam Lantinga 0907f345cb Added property types: pointer, string, number, float 2 years ago
  Sylvain Becker 04b6b2979f Re-add SDL_assert() with non boolean ptr syntax (#8530) 2 years ago
  Sam Lantinga b374105975 Replaced SDL_GetTextureDXGIResource() with texture properties 2 years ago
  Sylvain d8600f717e Pointer as bool (libsdl-org#7214) 2 years ago
  Sam Lantinga aea6e6de6f Simplified SDL_SetProperty() and added SDL_SetPropertyWithCleanup() 2 years ago
  Sam Lantinga a1941fad6c Replaced SDL_RenderGetD3D11Device(), SDL_RenderGetD3D12Device(), and SDL_RenderGetD3D9Device() with renderer properties. 2 years ago
  Sam Lantinga 8668943746 Standardized property names for internal SDL properties 2 years ago
  Sam Lantinga b5057edf29 Remove unused SDL_TextureModulate enum 2 years ago
  Sam Lantinga 4368f70ff9 Added properties to various SDL objects 2 years ago
  Sam Lantinga 2bd478ae65 Added SDL_GetTextureDXGIResource() to get the DXGI resource associated with a render texture. 2 years ago
  Simon McVittie 7207bdce5d render: Enable clipping for zero-sized rectangles 2 years ago
  Sam Lantinga 00fc50557e Make sure logical presentation is complete before destroying the logical render target 2 years ago
  luzpaz 37e567994d Fix remaining typos (#7921) 2 years ago
  Sam Lantinga e264bb5178 Rename SDL_PIXELFORMAT_RGB888 and SDL_PIXELFORMAT_BGR888 to SDL_PIXELFORMAT_XRGB8888 and SDL_PIXELFORMAT_XBGR8888 for clarity 2 years ago
  Sam Lantinga 281018f169 Make it clear that you can't mix 2D rendering and the window surface API 2 years ago
  Sam Lantinga c699f3d1d8 Updated SDL high DPI support 2 years ago
  Anonymous Maarten b6ae281e97 Use #ifdef/#ifndef instead of #if defined/#if \!defined 3 years ago
  Sam Lantinga b078122c53 Fixed Visual Studio warning 4701 3 years ago
  Anonymous Maarten 3472dc11d6 Fix uses of undefined macro identifiers (-Wundef) 3 years ago
  Ozkan Sezer 0ef85873a2 fixed uninitialized warnings from gcc7, gcc8, and gcc9. 3 years ago
  Ivan Mogilko f360965db6 Fixed SDL_RenderSetVSync does not update flags if simulated vsync is on 3 years ago
  Sylvain 899ee8f75a Change SDL_BLENDMODE_MUL for gl renderers 3 years ago
  Ryan C. Gordon d898dbfe50 render: Make sure logical_target is bound when presenting. 3 years ago
  Sam Lantinga 698dbd8464 SDL_CreateWindow() has been simplified and no longer takes a window position. 3 years ago
  Sam Lantinga f1c3d3be97 Default to using newer D3D renderers in SDL 3.0 3 years ago
  Sam Lantinga bd2e2ee7aa SDL_RenderTexture() and SDL_RenderTextureRotated() take floating point source coordinates 3 years ago
  Sam Lantinga c2f8a478d8 Don't set a logical presentation mode by default 3 years ago
  Sylvain dc74a67a57 SDL_UnlockTexture: change from 'int' to 'void' 3 years ago
  Sylvain e2e5e670bf Remove returns int from Destroy/Close/Unlock functions 3 years ago