커밋 기록

작성자 SHA1 메시지 날짜
  BearishSun 3d48e47f9a Vulkan: Fixing GUI rendering 9 년 전
  BearishSun 4239ebe070 Vulkan: Fixing render targets that require a load operation on bind (i.e. rendering to the same RT with multiple render passes) 9 년 전
  BearishSun 8356f1e8cf Vulkan: Changing how command buffer resets work, so they handle the new multi-CB submit more gracefully 9 년 전
  BearishSun e1e7afd433 Vulkan: Refactoring inter-queue dependencies due to new revelation that a semaphore can only be waited on by one queue submit, no more 9 년 전
  BearishSun 65dac3dfef Vulkan: Command buffer submission is now grouped under a single queue submit, when possible 9 년 전
  BearishSun 442b8af92b Vulkan: Handle query resets when issued within render-pass 9 년 전
  BearishSun 10d51292ad Vulkan: Fixing issues caused by flipped viewport 9 년 전
  BearishSun 7892730522 Vulkan: A way to turn off validation layers 9 년 전
  BearishSun d083b0c77b Vulkan: Significant speedup to GLSL parsing 9 년 전
  BearishSun 6312a50d96 Vulkan: Fixed an issue where sRGB textures weren't being enabled when requested 9 년 전
  BearishSun 8ca20f7e95 Vulkan: Fixed an issue where layout transitions on the depth-stencil buffer would only transition the depth portion, without the stencil portion 9 년 전
  BearishSun b541ff78fc Vulkan: Ignore queue family when doing only image layout transitions 9 년 전
  BearishSun d2cf185bb4 Vulkan: Don't attempt to present the back buffer if it was never even acquired 9 년 전
  BearishSun a05d30c98b Vulkan: Fixing rendering to a 3D texture 9 년 전
  BearishSun 76cbd8ca92 Vulkan: If render pass is currently executing queue events until it ends 9 년 전
  BearishSun 542a5de8ac Vulkan: Fixing remaining issues with the new render-pass clear method 9 년 전
  BearishSun aa9b0c78ec Fixing mem corruption issue with the new pipeline param info set/slot data 9 년 전
  BearishSun 87ea176874 Vulkan: Fixed an issue where new descriptor sets were being created instead of updating existing ones 9 년 전
  BearishSun b18bb2adc2 Vulkan: Use a render-pass with clear ops, when a clear is issued before any draw calls 9 년 전
  BearishSun 2f4df20a3f More work on documentation 9 년 전
  BearishSun ef59933827 More work on user manuals 9 년 전
  BearishSun 3ea877db16 More work on user manuals 9 년 전
  BearishSun 828c0e6fdc Vulkan: Fixing remanining issues relating to shutdown 9 년 전
  BearishSun 3b15a84140 Fixing an issue where all renderables using the same material would incorrectly use the same per-object and per-call uniform buffers 9 년 전
  BearishSun 2bc0d6779b Material params now use a versioning system to keep in sync with GPU params. Previous system used dirty flags which put a limit on the number of GPU params mapped to a single material. 9 년 전
  BearishSun bfe4e188c7 Vulkan: Make storage textures sampleable by default 9 년 전
  BearishSun 7559fb6d2c Vulkan: Getting around a RenderDoc crash 9 년 전
  BearishSun 85dfe3e9da Vulkan: More fixes 9 년 전
  BearishSun 55f8dfb02e More work on user-facing manuals 9 년 전
  BearishSun 34bdebe1e4 Added a renderer extension interface - Allows a significantly easier way to write code that extends or interacts with renderer's output 9 년 전