Commit History

Author SHA1 Message Date
  Sam Lantinga 9379e2eb8d Don't force vsync on for the software renderer 1 year ago
  Sam Lantinga 44f06b216a Fixed refresh interval calculation 1 year ago
  Sam Lantinga 730d5cf2f8 Added fractional representation of refresh rate to SDL_DisplayMode 1 year ago
  Sam Lantinga 5bf6bc4d7d Renamed SDL_Get/SetProperty() to SDL_Get/SetPointerProperty() 1 year ago
  Sam Lantinga 2ba76dbe80 Simplified SDL_Surface 1 year ago
  Sam Lantinga 065ec2d518 Actually return an error when the surface is invalid 1 year ago
  Sam Lantinga c057849035 Return the correct error from SDL_CreateSoftwareRenderer() when the surface is NULL 1 year ago
  Ryan C. Gordon f9a06c20ed Revert "render: Set renderer->window to NULL in SDL_DestroyRendererWithoutFreeing." 1 year ago
  Ryan C. Gordon 9f8dffbd2d render: Set renderer->window to NULL in SDL_DestroyRendererWithoutFreeing. 1 year ago
  Sam Lantinga 473257cce6 Added SDL_GetRenderLogicalPresentationRect() 1 year ago
  Sam Lantinga 6f199eabb8 Removed SDL_RenderGeometryRawFloat() 1 year ago
  Sam Lantinga ab3c8552c2 Clean up renderers at shutdown 1 year ago
  Frank Praznik 2f276a2eea video: Expose HDR metadata per-window 1 year ago
  Mykola Rubets 4919359a6f Fix compilation with enabled render commands logging 1 year ago
  Sam Lantinga 80a907e0e6 Backed out the viewport and cliprect changes in 9fb5a9ccac0a6bb6af02e72644c1c56dc6ab6f3e 1 year ago
  Sam Lantinga 9fb5a9ccac Use floating point values for viewport, clip rectangle, and texture sizes 1 year ago
  Sam Lantinga 876f10795f Don't set a YCbCr colorspace for an RGB texture 1 year ago
  David Gow 5eeeaf4780 render: Mark an already-destroyed renderer as freed 1 year ago
  Sam Lantinga a0d1445ccb Replaced SDL_GetRendererInfo() with SDL_GetRendererName() 1 year ago
  Ryan C. Gordon e23257307e Introduce formal policy for APIs that return strings. 1 year ago
  Sam Lantinga b0e93e4e63 Prevent crashes if freed objects are passed to SDL API functions 1 year ago
  Sam Lantinga dfe4445214 Added SDL_SetWindowSurfaceVSync() and SDL_GetWindowSurfaceVSync() 1 year ago
  Sam Lantinga 2cf32b0e0a Fixed warning: 'fA' may be used uninitialized in this function 1 year ago
  Sam Lantinga 17520c2e6e Removed SDL_RendererFlags 1 year ago
  Sam Lantinga 598b4e0a1f Removed the limit on the number of supported renderer texture formats 1 year ago
  Sam Lantinga 748490677c Use SDL_RendererFlags in the API (thanks @Sackzement!) 1 year ago
  Sam Lantinga 14f584a94b SDL_CreateWindowAndRenderer() takes the window title as the first parameter 1 year ago
  Sam Lantinga ca61bf682a Make sure output parameters are zeroed in the case of an error 1 year ago
  Sam Lantinga 04f1901751 Fixed window flashing under X11 when creating a window and OpenGL renderer 1 year ago
  Ryan C. Gordon cab3defc18 render: SDL_DestroyWindow hollows out its renderer but doesn't free it. 1 year ago