Commit History

Autor SHA1 Mensaxe Data
  Sam Lantinga e5b9dfd181 Fixed setting SDL_PROP_TEXTURE_VULKAN_TEXTURE_NUMBER hai 7 meses
  Sam Lantinga ad2b211f75 Fixed pitch and chroma issues with the Vulkan planar YUV texture update functions hai 7 meses
  Sam Lantinga 0aaa0321cc Fixed warning C5286: implicit conversion from enum type 'VkFilter' to enum type 'SDL_ScaleMode' hai 10 meses
  Sam Lantinga b32cd4f84b Make texture scale mode a part of the 2D renderer draw state hai 1 ano
  Petar Popovic c70f54e28b Remove redundant casts hai 1 ano
  Sam Lantinga 3cfa476d3f Added support for SDL_PIXELFORMAT_ABGR8888 textures hai 1 ano
  danginsburg 4fd0b2a85c Fix #12142 - the problem was if the size of the vertex buffer was exceeded, the currentVertexBuffer would be reset to zero and thus we'd leave it pointing to an in-use VB that would get overwritten on the next present before the vkQueueSubmit occurred. hai 1 ano
  Petar Popovic a336b62d8b Remove newlines from error messages hai 1 ano
  nightmareci 718034f5fa Remove newlines from log messages hai 1 ano
  Sam Lantinga a036aeda3b The Vulkan renderer doesn't actually support RGB texture formats hai 1 ano
  Sam Lantinga f2074d7af3 Updated copyright for 2025 hai 1 ano
  L zard 8b6d3c88cf Fix `#ifdef`s to have config flags either defined as 1 or undefined hai 1 ano
  Ryan C. Gordon 615c935d11 events: Added SDL_RenderEvent. hai 1 ano
  Dan Ginsburg 4f160d69a6 Closes #10318 - implement Android prerotation in the Vulkan renderer hai 1 ano
  Sam Lantinga 3d47877bb4 Added SDL_EVENT_RENDER_DEVICE_LOST hai 1 ano
  华仔 5c1ccaefae Fixed VULKAN_UpdateViewport judgment. hai 1 ano
  Sam Lantinga 00f4cb308b Fixed crash if the Vulkan renderer changes swapchain image count hai 1 ano
  Petar Popovic 3246df8bd3 Remove redundant SDL_Vulkan_GetResultString() declaration hai 1 ano
  Petar Popovic 457d0edeaf Remove some extra semicolons hai 1 ano
  Sam Lantinga 86e393b523 Clarify that INPUTTYPE_UNSPECIFIED is correct for RGB textures hai 1 ano
  Sam Lantinga 667a3e40e9 Use the correct namespace for structures hai 1 ano
  Petar Popovic d2ef15d8e6 Fix warnings: calloc-transposed-args hai 1 ano
  Anonymous Maarten 4c0cb94b96 vulkan: VULKAN_CreateTexture returns a boolean hai 1 ano
  Anonymous Maarten 3eb49ac862 vulken: VULKAN_CreateTexture returns a boolean hai 1 ano
  Sam Lantinga 387774ab8a Build config flags are either defined or undefined, never 0 hai 1 ano
  Sam Lantinga 2010a22f44 Removed unneeded separate return statement. hai 1 ano
  Sam Lantinga 00c409cff8 Additional cleanup exposed by building with a C++ compiler hai 1 ano
  Sam Lantinga 9ff3446f03 Use SDL_bool instead an int return code in the SDL API hai 1 ano
  Sam Lantinga 3e60fb4223 VULKAN_UpdateVertexBuffer() should return true if there's nothing to do hai 1 ano
  Sam Lantinga 8f546bb3c9 Use C99 bool internally in SDL hai 1 ano