Historique des commits

Auteur SHA1 Message Date
  BearishSun 6d96214a3e More work on user manuals il y a 8 ans
  BearishSun 40966221f2 More fixes regarding the new component handing - most functionality seems to be restored il y a 9 ans
  BearishSun c0bd8e8f9f Fixing an issue with bone matrices weren't being properly bound for skinned animation il y a 9 ans
  BearishSun 4ec80fa09d Fixed driver timeout crash related to invalid bounds checking in light grid creation shaders il y a 9 ans
  BearishSun 01946d1a00 Getting the new component system to work il y a 9 ans
  BearishSun 64535d3e8c Fixing an issue where applying a prefab diff to an uninstantiated scene object would instatiate it il y a 9 ans
  BearishSun d8e62567db Native components can now be in paused or stopped state, in an attempt to unify native/managed component logic il y a 9 ans
  BearishSun 53ffc80827 Refactor/Cleanup: Scene manager and renderer are no longer split across two libraries, for no real reason. Moved everything related to them to Core layer. il y a 9 ans
  BearishSun 3eecbecfa0 Refactoring C# components so they're just wrappers for C++ ones, to avoid duplicate code il y a 9 ans
  BearishSun 0f35b1f2cb More work on user manuals il y a 9 ans
  BearishSun f4dd2fc1b2 MSAA support fully working on DirectX, OpenGL and Vulkan il y a 9 ans
  BearishSun f95bf9e749 Better light grid depth slice distribution il y a 9 ans
  BearishSun 8531a656fd Bulk of code for deferred rendering MSAA il y a 9 ans
  BearishSun 1782bd60f1 More work on user manuals il y a 9 ans
  BearishSun 9e92fbca04 HLSL code for tile deferred with MSAA support (WIP) il y a 9 ans
  BearishSun c530c1795f Transparent rendering path now functional using clustered rendering without depth pre-pass requirement. Same path can also be used for normal opaque object rendering if needed. il y a 9 ans
  BearishSun 12285c8173 Vulkan: When writing to storage buffers/images, make sure those writes are visible to later operations in the same render pass il y a 9 ans
  BearishSun f1271a4e5a OpenGL: Fixed invalid parsing of image buffers il y a 9 ans
  BearishSun 10523f6750 Vulkan: Fixing an issue where waiting on a queue didn't necessarily guarantee fences of submitted command buffers were signaled il y a 9 ans
  BearishSun 42c00ad036 Work on transparent rendering path - DirectX functional il y a 9 ans
  BearishSun e51517f40e More work on user manuals il y a 9 ans
  BearishSun c41585f7af Vulkan: Fixing a few issues related to binding sampled buffers and non-sampled buffers in the same shader il y a 9 ans
  BearishSun b2dd0ffa03 Work on transparent rendering path il y a 9 ans
  BearishSun 565cbef7dc Added code & shaders for generating a view-space light grid for use in forward shading, primarily meant for transparency (WIP) il y a 9 ans
  BearishSun 39627c97f2 More work on user manuals il y a 9 ans
  BearishSun 6edc0af5ff Vulkan/OpenGL: Tiled deferred renderer functional il y a 9 ans
  BearishSun 821069bd0f Tiled deferred rendering: Moving all lights to a single buffer to make shader code simpler il y a 9 ans
  BearishSun 495ee9a188 Vulkan: Fixing issues with the base tile deferred shader il y a 9 ans
  BearishSun 0411c07e17 DX11: Fixed an issue where mip-maps were disabled during rendering il y a 9 ans
  BearishSun e3472f8f9b OpenGL: Rendering to sRGB texture now properly de-linearizes written values il y a 9 ans