Historie revizí

Autor SHA1 Zpráva Datum
  Sam Lantinga fb3bf1dcbd Fixed device queue initialization when render and present queue families are different před 1 rokem
  Frank Praznik 945162c6d9 wayland: Small optimization for output removal function před 1 rokem
  SDL Wiki Bot 68588b232c Sync SDL3 wiki -> header před 1 rokem
  Sam Lantinga e142bb1b0c The extension strings are const and don't need to be duplicated před 1 rokem
  Sam Lantinga 0997bdd292 Fixed SDL_calloc() calls (should be count, size) před 1 rokem
  Sam Lantinga 614630df69 Allow using an external Vulkan device with the vulkan renderer před 1 rokem
  Anonymous Maarten e03746b25f cmake: add -Wl,-rpath,${libdir} to Libs section of pc file for Apple platforms před 1 rokem
  Anonymous Maarten c8372e20d6 SDLTest_CommonEvent: only set done when it is finished před 1 rokem
  Sam Lantinga 220340e944 Remove SDL_PIXELFORMAT_P010 před 1 rokem
  Frank Praznik c259a20f96 wayland: Remove all references to destroyed outputs from windows před 1 rokem
  Semphriss 84aaf63bd3 Fix typo in SDL_filesystem.h před 1 rokem
  Anonymous Maarten 0a961915dc cmake: testffmpeg requires link to EGL library for EGL feature před 1 rokem
  Sam Lantinga 24e021c67e testffmpeg: refactored texture creation properties into a single function před 1 rokem
  Sam Lantinga ff18d7cfa0 testffmpeg: added pixel format mapping for NV12 and NV21 před 1 rokem
  Sam Lantinga 81608ad077 Vulkan: fixed creating SDL_PIXELFORMAT_P010 textures před 1 rokem
  Sam Lantinga f99143f437 Don't quit testffmpeg when alt-tabbing away před 1 rokem
  Sam Lantinga 80d2ef7384 Fixed uploading Vulkan texture with w*bpp != pitch před 1 rokem
  Sam Lantinga 3a796c9722 Allow specifying the render driver in the environment for testffmpeg před 1 rokem
  Sam Lantinga dc9a3c83e2 Use the mastering display metadata to do proper tone mapping for HDR content před 1 rokem
  Sam Lantinga 98b1a59a95 Document the HDR tone mapping algorithm před 1 rokem
  Anonymous Maarten 1f536a1e77 cmake: fix SDL_RENDER_VULKAN reporting před 1 rokem
  danginsburg 935c197059 Fix testautomation failures (including clip rect) - closes #9145. During merging for prep'ing the final PR for the Vulkan Renderer, I misordered a memcpy that regressed several of the testautomation test. From now on, I will make sure to run testautomation on any future PRs before submitting. před 1 rokem
  Ryan C. Gordon e61dfe405f android: Fixed dead URL in comment. před 1 rokem
  danginsburg 35026cdcba Vulkan Renderer - robustly handle running out of descriptor sets or constant buffer memory. Closes #9131. My previous implementation of descriptor set handling was naive - it attempted to do VULKAN_IssueBatch when running out of descriptor sets or constant buffer space. For one thing, this had a bug and wasn't working (causing the crash), but moreover it would have resulted in having to flush the GPU. Instead, make the descriptor pools and constant buffer mapped buffers be resizeable so that if we need more it will grow to the size that is needed. před 1 rokem
  David Gow f976881651 Vulkan: Don't invalidate internal state in InvalidateCachedState před 1 rokem
  David Gow c172fb5972 Vulkan: Support 'desired' vs 'required' memory flags (Fix #9310) před 1 rokem
  David Gow 1558d52a0a Vulkan: Only return memory types which are a superset of what we need před 1 rokem
  SDL Wiki Bot fbe7301aba Sync SDL3 wiki -> header před 1 rokem
  Sam Lantinga e223e1d498 Added SDL_camera.h to the public Framework headers před 1 rokem
  Sam Lantinga be51b7acea Use the maximum potential headroom if EDR content isn't currently being displayed. před 1 rokem