Historique des commits

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