Historie revizí

Autor SHA1 Zpráva Datum
  BearishSun 483b24b0d1 Bugfix: Cleaning up a variety of invalid calls to RAII mutex lock před 8 roky
  BearishSun 876d5fd7e4 Build: Fixing a couple of compilation errors on GCC před 8 roky
  BearishSun bfd8b9069d Feature: Added a camera gizmo for previewing its frustum geometry před 8 roky
  BearishSun c57de7effa Bugfix: Crash on shutdown when camera in scene před 8 roky
  BearishSun 499fe5795c Bugfix: Quit menu option in editor now properly hooked up před 8 roky
  BearishSun 42e3c31d35 Build: Fixing script binding generation před 8 roky
  BearishSun 54c550c6e4 Build: Fixing release mode build před 8 roky
  BearishSun 0a6233e4bd Bugfix: Fixing crash on shutdown před 8 roky
  BearishSun 58b6cdd959 Bugfix: Fixing uninitialized camera viewport values when creating a camera component through reflection před 8 roky
  BearishSun 1cd55dec0a Feature: Non-compute shader alternatives for SH coefficient generation před 8 roky
  BearishSun 207aa0e53e Feature: Added better memory allocation model for Vulkan před 8 roky
  BearishSun 2c07aa8733 Bugfix: Fixing a flicker when irradiance volume is first created, caused by uninitialized SH coefficient data před 8 roky
  BearishSun 6d9f7188d6 Bugfix: Removed frame allocator thread checks since non-global allocators can be freely passed around to different threads před 8 roky
  BearishSun ee3e99cee9 Build: Unit tests now use CMake's test system před 8 roky
  BearishSun adc6b44126 Bugfix: Octree not freeing node memory properly před 8 roky
  BearishSun 067a712a06 Feature: Add a SIMD-optimized, cache friendly Octree class před 8 roky
  BearishSun c54b83c368 Docs: Updated feature list před 8 roky
  BearishSun d5ed0632f2 Feature: Added an API for vector (SIMD) instructions through simdpp library před 8 roky
  BearishSun 27387db5bd Feature: Added a pool allocator for fast allocation/deallocation of objects of equal size před 8 roky
  BearishSun 24a1f44cd8 Refactor: Cleaned up custom allocators před 8 roky
  BearishSun 00e417e305 Feature: Added a clear() method to Texture před 8 roky
  BearishSun c64524067c Bugfix: Resolving Vulkan warnings due to certain render targets being marked as load on bind, yet they had no data to load před 8 roky
  BearishSun 1cebaa278f Feature: Vulkan now properly supports read-only depth + writable stencil (and vice versa) před 8 roky
  BearishSun b52bd59e1d WIP: Adding alternatives to existing compute shaders, in order to support older hardware and mobiles před 8 roky
  BearishSun 3c1b9baaac Feature: Texture copies can now use arbitrary ranges for source/destination, instead of forcing a copy of the entire texture face před 8 roky
  BearishSun dd634d6d78 Bugfix: Fixing invalid image layout in Vulkan after performing a texture copy operation před 8 roky
  BearishSun 3d6cceab7d WIP: Adding alternatives to existing compute shaders, in order to support older hardware and mobiles před 8 roky
  BearishSun ecfb6a59a1 Build: .gitignore no longer incorrectly ignores the raw shader folders před 8 roky
  BearishSun ffc2208374 Refactor: Modified the renderer so it can work without texture view support (not present on earlier OpenGL versions) před 8 roky
  BearishSun 1517308b3b Bugfix: Significantly reduced flickering artifacts due SSR sampling před 8 roky