コミット履歴

作者 SHA1 メッセージ 日付
  BearishSun ed349dbc99 More work on user manuals 9 年 前
  BearishSun f0039a0815 Vulkan: Mapping a single face of a cubemap for rendering now works 9 年 前
  BearishSun 0dceeed61b OpenGL: Framebuffer with a depth only attachment is allowed 9 年 前
  BearishSun dee5d3b4a2 DirectX 11: Fixing texture leak due to circular dependencies 9 年 前
  BearishSun 9b563dd1eb Merge branch 'master' of https://github.com/BearishSun/BansheeEngine.git 9 年 前
  BearishSun f3c0d2e377 Reflection capture code 9 年 前
  Marko Pintera 662bcde60d Merge pull request #65 from SirRade/patch-1 9 年 前
  Jan Nils Ferner d8bf316627 Minor cleanup 9 年 前
  BearishSun bb40943c63 Refactoring renderer so its render() method can easily be called manually 9 年 前
  BearishSun 10558a89b0 Refactoring renderer camera so it may be more easily used on its own for various rendering helper tasks 9 年 前
  BearishSun 9ccfcdd441 OpenGL: Fix a potential crash when binding a vertex buffer 9 年 前
  BearishSun a0ab82851c OpenGL: Fixes to ensure depth buffer with no stencil component can be properly bound 9 年 前
  BearishSun 3d1defbd8b DirectX/OpenGL: Fixing shader parsing for texture array types 9 年 前
  BearishSun 83b40c0c88 Minor cleanup (mostly style) 9 年 前
  BearishSun edc5726aac More work on user manuals 9 年 前
  BearishSun 4f8772e1ae Fixing some typos 9 年 前
  BearishSun a4a8a242bb Added a new low-level rendering example project 9 年 前
  BearishSun e177683759 Vulkan now official 9 年 前
  BearishSun ea0f3a5bfb Vulkan: Don't use stencil aspect if depth/stencil format has only a depth component 9 年 前
  BearishSun 79ed48723e Vulkan: Properly release Vulkan command buffer when its parent object goes out of scope 9 年 前
  BearishSun 8ae9f659ce Added a few methods for easier GpuParam parameter assignment 9 年 前
  BearishSun b3fe1f4a0d Added math methods for creating a projection matrix 9 年 前
  BearishSun 90723435ec D3D11: Fix read-only depth/stencil when only depth is used 9 年 前
  BearishSun defef90070 Fixing D3D11 command buffer creation 9 年 前
  BearishSun d2aa2bd074 Properly initialize a texture created with initial pixel data 9 年 前
  BearishSun 56ed650df4 Final set of refactors to rename core thread objects 9 年 前
  BearishSun 2b24d071f0 More renames of core thread objects 9 年 前
  BearishSun 91d6f7a431 CoreObjectCore -> ct::CoreObject 9 年 前
  BearishSun 30ddb8400e Renaming core thread managers by removing the Core suffix since they're now in the ::ct namespace 9 年 前
  BearishSun f171405be5 RenderAPICore -> ct::RenderAPI 9 年 前