Historique des commits

Auteur SHA1 Message Date
  BearishSun 824849ff57 Added upsampling to SSAO (untested) il y a 8 ans
  BearishSun d22aec38a6 Merged resolve/blit shaders into one and unrolled loops il y a 8 ans
  BearishSun 8a3241c722 Added SSAO bias to control false occlusion il y a 8 ans
  BearishSun 047238cb55 Added rotation randomization in SSAO shader, in order to reduce banding il y a 8 ans
  BearishSun f888d7c751 Inital work on HBAO il y a 8 ans
  BearishSun 845452c806 Added FXAA il y a 8 ans
  BearishSun fdfc56c8ac Depth of field (Gaussian) effect functional il y a 8 ans
  BearishSun 1a1b8bc0d5 Hierarchical Z generation il y a 8 ans
  BearishSun 0f42cf8dbc Bulk of work implemented for Gaussian DOF il y a 8 ans
  BearishSun 35c18ec554 Added gaussian DOF setup shader & related code il y a 8 ans
  BearishSun 40712d9a65 Added code for Gaussian filter il y a 8 ans
  BearishSun f886443836 Perform MSAA resolve after tonemapping il y a 8 ans
  BearishSun d22b0e2a63 Renamed RendererCamera -> RendererView il y a 8 ans
  BearishSun b9a97b133e Removing unnecessary DLL export specifiers from plugins il y a 8 ans
  BearishSun 8531a656fd Bulk of code for deferred rendering MSAA il y a 9 ans
  BearishSun bb40943c63 Refactoring renderer so its render() method can easily be called manually il y a 9 ans
  BearishSun 56ed650df4 Final set of refactors to rename core thread objects il y a 9 ans
  BearishSun fd174f3849 Cleanup: Getting rid of the Core suffix on core thread objects since they're now in their own namespace (Contd.) il y a 9 ans
  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 il y a 9 ans
  BearishSun 457cd2fc42 Tonemapping LUT creation now uses compute shaders since Vulkan doesn't support 3D texture rendering il y a 9 ans
  BearishSun 1671597ec8 Refactored param blocks so there is much less redundant work done during individual param block initialization, as well as memory used per param block il y a 9 ans
  BearishSun aa226e61ce Massive namespace rename BansheeEngine -> bs il y a 9 ans
  BearishSun 8d74761ad7 Moved camera to core layer so animation manager has access to it il y a 9 ans
  BearishSun 8a5d6db814 Material refactor - Things working again il y a 9 ans
  BearishSun eb5d33c976 Post processing: il y a 9 ans
  BearishSun 0a275f2bf2 Refactored post process settings and exposed it to the scripting API il y a 9 ans
  BearishSun 0e505d1e1a Better post proces docs, added color grading and white balance params, reorganized post process settings il y a 9 ans
  BearishSun 2102c72793 Added auto exposure toggle il y a 9 ans
  BearishSun 59dd53307b Tonemapping WIP il y a 9 ans
  BearishSun 1918c2a9da Various fixes to eye adaptation post-processing il y a 9 ans