Commitin historia

Tekijä SHA1 Viesti Päivämäärä
  Sam Lantinga 1e0bac288b Use the hlsli extension for shader includes 2 vuotta sitten
  Sam Lantinga 759ade8c90 vulkan: enable samplerYcbcrConversion when creating the device 2 vuotta sitten
  Sam Lantinga 48471f7dbd Added SDL_AddVulkanRenderSemaphores() for external synchronization with SDL rendering 2 vuotta sitten
  Sam Lantinga 504d8c2fc0 Fixed potential memory leak if vkCreateInstance() fails 2 vuotta sitten
  Sam Lantinga eb5a2e7e7f Fixed building with SDL_LEAN_AND_MEAN 2 vuotta sitten
  Sam Lantinga 2bc2840de5 vulkan: VK_FORMAT_G10X6_B10X6R10X6_2PLANE_420_UNORM_3PACK16 is a 2-plane format 2 vuotta sitten
  Sam Lantinga 2bedd7f02e Fixed pitch alignment when updating SDL_PIXELFORMAT_P010 textures 2 vuotta sitten
  danginsburg 812e04fb11 Vulkan Renderer - fix validation error with VkSemaphore reused before signaling. Have one semaphore per-submit rather than using the same one. 2 vuotta sitten
  Sam Lantinga 0454e1fdb4 Vulkan: added support for wrapping existing textures 2 vuotta sitten
  Sam Lantinga 2adbcce864 Vulkan: wait for all queues to be idle before destroying the device 2 vuotta sitten
  danginsburg 0115027116 Vulkan Renderer - fix validation errors: 2 vuotta sitten
  Sam Lantinga 0c6a1b636e Vulkan: added handling for SDL_MATRIX_COEFFICIENTS_UNSPECIFIED 2 vuotta sitten
  Sam Lantinga 4017e1370d Vulkan: cleaned up error handling 2 vuotta sitten
  Sam Lantinga 59bbfc1fdd Vulkan: only advertise YUV formats if the VK_KHR_sampler_ycbcr_conversion extension is available 2 vuotta sitten
  Sam Lantinga bf853823a2 Removed unused YCbCr_matrix from Vulkan shaders 2 vuotta sitten
  Sam Lantinga 4513c32bb3 The ycbcrModel should be based on the transfer matrix, not the color primaries 2 vuotta sitten
  Sam Lantinga a241cca9e6 Fixed warning C4090: 'function': different 'const' qualifiers 2 vuotta sitten
  Sam Lantinga fc94c3634e Fixed signed/unsigned comparison warning 2 vuotta sitten
  Dan Ginsburg ad036d43e9 Vulkan Renderer - implement YcBcCr using VK_KHR_sampler_ycbcr_conversion. (#9169) 2 vuotta sitten
  Sam Lantinga e142bb1b0c The extension strings are const and don't need to be duplicated 2 vuotta sitten
  Sam Lantinga 0997bdd292 Fixed SDL_calloc() calls (should be count, size) 2 vuotta sitten
  Sam Lantinga 614630df69 Allow using an external Vulkan device with the vulkan renderer 2 vuotta sitten
  Sam Lantinga 81608ad077 Vulkan: fixed creating SDL_PIXELFORMAT_P010 textures 2 vuotta sitten
  Sam Lantinga 80d2ef7384 Fixed uploading Vulkan texture with w*bpp != pitch 2 vuotta sitten
  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. 2 vuotta sitten
  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. 2 vuotta sitten
  David Gow f976881651 Vulkan: Don't invalidate internal state in InvalidateCachedState 2 vuotta sitten
  David Gow c172fb5972 Vulkan: Support 'desired' vs 'required' memory flags (Fix #9310) 2 vuotta sitten
  David Gow 1558d52a0a Vulkan: Only return memory types which are a superset of what we need 2 vuotta sitten
  Sam Lantinga 9dbbf0a2f7 Implemented clip rect functionality for the Vulkan renderer 2 vuotta sitten