Commit Verlauf

Autor SHA1 Nachricht Datum
  BearishSun 10523f6750 Vulkan: Fixing an issue where waiting on a queue didn't necessarily guarantee fences of submitted command buffers were signaled vor 9 Jahren
  BearishSun df25d147ad Vulkan: Inter queue semaphores are now properly signaled on submit vor 9 Jahren
  BearishSun 4e57b50514 Massive refactor: Moving all the core thread objects into their own namespace, so I can rename them into something neater and get rid of the Core suffix vor 9 Jahren
  BearishSun 8356f1e8cf Vulkan: Changing how command buffer resets work, so they handle the new multi-CB submit more gracefully vor 9 Jahren
  BearishSun 442b8af92b Vulkan: Handle query resets when issued within render-pass vor 9 Jahren
  BearishSun 85dfe3e9da Vulkan: More fixes vor 9 Jahren
  BearishSun 3f6cdb3db7 Vulkan: More fixes, all crashes so far resolved, moving toward fixing non-catastrophic issues vor 9 Jahren
  BearishSun b58a3fd3ad Refactored Vulkan semaphores, so that a command buffers generates a new semaphore on each submission vor 9 Jahren
  BearishSun 1b4349927e More Vulkan fixes vor 9 Jahren
  BearishSun aa226e61ce Massive namespace rename BansheeEngine -> bs vor 9 Jahren
  BearishSun cc9a402774 Vulkan buffer memory mapping with handling for memory hazards and accesses from other device queues vor 9 Jahren
  BearishSun ebed609b8e Refactored command buffer submission and sync in order to resolve some design issue with previous sync approach, as well as command buffer IDs vor 9 Jahren
  BearishSun dc9e96ae22 Vulkan command buffer submission and inter-queue synchronization vor 9 Jahren