Historique des commits

Auteur SHA1 Message Date
  BearishSun 90a05366f1 Finished Vulkan hardware buffer implementation il y a 9 ans
  BearishSun e5a6ea1b7f Ignoring BsFrameworkConfig from git since it's an autogenerated file il y a 9 ans
  BearishSun b019758427 Added CPUReadable flag to meshes and textures since this is no longer assumed by default (due to Vulkan usage flags) il y a 9 ans
  BearishSun cc9a402774 Vulkan buffer memory mapping with handling for memory hazards and accesses from other device queues il y a 9 ans
  BearishSun 59db12dbc5 Added special Vulkan command buffers for transfer operations il y a 9 ans
  BearishSun 8e7ea897ce VulkanResource now tracks exactly on which queue is it being used on il y a 9 ans
  BearishSun 252c0e9f0a Fixing hardware buffer transfer default queue indices il y a 9 ans
  BearishSun 5ea564c897 Added device index to specify which GPU to lock/unlock hardware buffer data on il y a 9 ans
  BearishSun 588076b7cc Refactoring hardware buffer write/read API, in preparation for Vulkan HW buffer transfer implementation il y a 9 ans
  BearishSun 0f68b63eb4 Vulkan render target binding and render pass start il y a 9 ans
  BearishSun b267abf39a Vulkan render API swapBuffers() method hooked up il y a 9 ans
  BearishSun a448b09b54 Implemented Vulkan swapBuffers method on render window il y a 9 ans
  BearishSun 1da1209680 Added frame buffers to Vulkan's implementation of a render window il y a 9 ans
  BearishSun 4b10b2c563 Vulkan swap chain now also creates a depth stencil surfaces il y a 9 ans
  BearishSun 4f2e97d5ed Merge branch 'master' of https://github.com/BearishSun/BansheeEngine.git il y a 9 ans
  BearishSun fd01c1cde4 Refactoring VulkanGpuParams il y a 9 ans
  BearishSun 42b6188db6 VulkanResource changes: il y a 9 ans
  Marko Pintera dd267e39ff Merge pull request #58 from EvansThomas/master il y a 9 ans
  Evans Thomas 3737b829f2 Fix editor crash on creating GUI Widget component il y a 9 ans
  BearishSun ce7fad6a81 Vulkan pipeline layout creation and caching il y a 9 ans
  BearishSun 0473296c98 Playing with msbuild scripts for a faster build - so far down from 14 to 6 minutes. il y a 9 ans
  BearishSun e23aad5123 Finishing up Vulkan command barrier execution on command buffer submission il y a 9 ans
  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 il y a 9 ans
  BearishSun 99d14364e5 More work on Vulkan: il y a 9 ans
  BearishSun ab3821628a Merge branch 'almightykiwi-linux' il y a 9 ans
  BearishSun 1a9565f771 Make sure Data/Engine folder is always available to avoid confusing the resource preprocessing system il y a 9 ans
  BearishSun 6af78bd35d Adding missing VS code editor files to build il y a 9 ans
  BearishSun 692e25b595 Code style changes and minor cleanup il y a 9 ans
  BearishSun eaa63d2886 Fixing compile errors on Windows il y a 9 ans
  BearishSun 079f576f1d Fixing a few invalid params il y a 9 ans