Commit History

作者 SHA1 備註 提交日期
  Danil 308d9b139e Update README.md 4 月之前
  Danil ac17f32965 Update README.md 6 月之前
  Danil 6d06283332 Update README.md 7 月之前
  Danil ce8a228931 Update README.md 7 月之前
  Danil 4b8e994622 Update README.md 7 月之前
  Danil 2e9ba4679c Update README.md 1 年之前
  Danil e6452c4844 Update README.md 1 年之前
  Danil 10d5211ac6 Merge pull request #7 from SubiyaCryolite/feature/use-persistent-mapped-memory 1 年之前
  Ifunga Ndana 4eea0ee628 Addressing https://github.com/danilw/nanovg_vulkan/pull/7#issuecomment-1611070612 1 年之前
  ifunga ndana b519a3196f Addresses feedback in comment https://github.com/danilw/nanovg_vulkan/pull/7#issuecomment-1604467042 1 年之前
  ifunga ndana ae81cfda65 Addresses feedback in comment https://github.com/danilw/nanovg_vulkan/pull/7#issuecomment-1604170006 1 年之前
  ifunga ndana b1596bba09 Fixes validation errors on termination 1 年之前
  ifunga ndana 2922705c33 Fixed render regression in example_vulkan_min_no_glfw.c 1 年之前
  Ifunga Ndana 6c4eab0f1e Updated destroyFramebuffers function. Streamlining implementation of `prepareFrame` and `submitFrame` 1 年之前
  Ifunga Ndana e5d827dd77 Fixed error on resize 1 年之前
  Ifunga Ndana bd4e686d84 Addressing memory leak on terminate. Addressing dangling use of cmd_buffer[fb->current_buffer] in example-vk 1 年之前
  ifunga ndana e59e8eaf08 Addressed all validation issues. Restored improved FPS. 1 年之前
  ifunga ndana 682d3baf2e Addressing validation errors in vknvg_fill function 1 年之前
  Ifunga Ndana 08904f825d Adding support for mac builds. May opt to use string contacts for older sdks 1 年之前
  Ifunga Ndana 2cd773055a Optimizing fence behavior 1 年之前
  ifunga ndana ac0251f2aa Got rid of vkResetFence, addressing timeout bug 1 年之前
  ifunga ndana 004d49bf7c Revert example of not using vulkan to display changes in terms of performance, also addressing weird bug. swap chain image count tied to frames in flight. 1 年之前
  ifunga ndana 8d3d6ac910 Using implied multiple frames in flight based on the amount of swapchain images. Implementation works with or without semaphores 1 年之前
  ifunga ndana 1e243ff9b2 Minor optimizations with stroke offsets 1 年之前
  ifunga ndana d1fb16ff5c Opted to use persistent mapped buffers for rendering. Perf 70% of OpenGL implementation 1 年之前
  ifunga ndana 33633088c8 Added support for cached descriptor sets. No need for reset descriptor pool. 1 年之前
  ifunga ndana 8c5ace8187 Completed support for multiple frames in flight, significantly better performance (almost doubled) 1 年之前
  ifunga ndana ba6d47d955 Converted all buffers to support multiple frames in flight 1 年之前
  ifunga ndana 288ccdd527 Updated nanovg_vk.h to use currentFrame over currentBuffer 1 年之前
  ifunga ndana e8ea96bb11 Updated nanovg_vk.h to use currentFrame over currentBuffer 1 年之前