Historie revizí

Autor SHA1 Zpráva Datum
  Evan Hemsley 66f6b40c92 Render GPU: Don't call GetWindowSizeInPixels during RenderPreset (#10984) před 1 rokem
  Ryan C. Gordon 961cd51611 opengl: Removed a FIXME (this is documented as not-thread-safe now. před 1 rokem
  Ryan C. Gordon 4c48ff51f8 render: SDL_RenderPresent now behaves when a render target is currently set. před 1 rokem
  Ryan C. Gordon 7a6a0becb8 render: Fixed a FIXME for SDL_SetRenderViewport with a negative size. před 1 rokem
  Ryan C. Gordon 54459def69 render: Remove the logical presentation render target. před 1 rokem
  Sam Lantinga a90ad3b0e2 Removed SDL_bool in favor of plain bool před 1 rokem
  Sam Lantinga 7edd43c276 Don't define render_drivers if SDL_RENDER_DISABLED is set před 1 rokem
  Sam Lantinga 4d135fb696 Fixed color scale when rendering to an sRGB render target před 1 rokem
  Sam Lantinga 92255d36d4 We already have functions for converting between sRGB and linear space před 1 rokem
  Sam Lantinga 387774ab8a Build config flags are either defined or undefined, never 0 před 1 rokem
  Sam Lantinga 6c30a0f60b Added scaleMode validation to SDL_SetTextureScaleMode() před 1 rokem
  Sam Lantinga f827c1322c Renamed SDL_Del* to SDL_Remove* před 1 rokem
  Sam Lantinga 16fb8e54cb Fixed the colorspace for YUV textures using native RGB representations před 1 rokem
  Sam Lantinga 858589919a Temporarily use the GPU renderer by default so we get testing feedback před 1 rokem
  cosmonaut 2e7d5bb429 Add the SDL_GPU API před 2 roky
  Sam Lantinga 00c409cff8 Additional cleanup exposed by building with a C++ compiler před 1 rokem
  Sam Lantinga 9ff3446f03 Use SDL_bool instead an int return code in the SDL API před 1 rokem
  Sam Lantinga 8f546bb3c9 Use C99 bool internally in SDL před 1 rokem
  Sam Lantinga 6501e90018 Use C++ style comments consistently in SDL source code před 1 rokem
  Sam Lantinga 037541a0e0 Check standard error code return values as < 0 instead of == -1 před 1 rokem
  Sam Lantinga efdcfef4b9 Fixed Android build warnings před 1 rokem
  Sylvain a57c566988 Add internal SDL_UpdateTextureFromSurface(), making SDL_CreateTextureFromSurface() lighter před 1 rokem
  Sam Lantinga 627cb8acd0 SDL_EventFilter functions now return SDL_bool před 1 rokem
  Sam Lantinga a5f18048b2 Extend the 9-grid functions to handle a non-uniform grid layout (thanks @zaun!) před 1 rokem
  Sam Lantinga 95dd8781ce Do a full cleanup if renderer creation fails during autodetection před 1 rokem
  Sam Lantinga 7eb2605630 Fixed memory leak when a renderer fails to be created před 1 rokem
  Sam Lantinga 4f55271571 Removed temporary memory from the API před 1 rokem
  Sam Lantinga cf8b158ccb Added SDL_GetRenderSafeArea() před 1 rokem
  Sam Lantinga b98e1e9ef0 Fixed the render viewport not updating when the metal view resizes před 1 rokem
  Sam Lantinga c601120883 Handle all Android lifecycle events on the main thread před 1 rokem