Commit History

Author SHA1 Message Date
  BearishSun 2adafb456c Merge branch 'linux' of https://github.com/almightykiwi/BansheeEngine into almightykiwi-linux 9 years ago
  BearishSun e72395b399 Removed GpuBufferView from the public RenderAPI interface and made it specific to DX11 9 years ago
  BearishSun 8b24b07bd6 Fixing a few compile errors in OpenGL render API, due to some earlier refactors 9 years ago
  BearishSun 6e60730055 More work on Vulkan buffers 9 years ago
  BearishSun 6455c6237d Added VulkanImage resource for managing and tracking Vulkan images 9 years ago
  Marc Legendre 2cf27afedf cmake: generate bison & flex files on non-Windows platforms 9 years ago
  Marc Legendre 6d91f2be2f Implement FileSystem methods on Unix 9 years ago
  Marc Legendre e5a7669e17 Add FileSystem tests in BansheeUtility 9 years ago
  Marc Legendre cf14356fb4 Implement CrashHandler methods on Unix 9 years ago
  Marc Legendre 646f096344 Print log messages to stdout on non-Windows systems 9 years ago
  Marc Legendre d1a3aea867 Fix typo in code 9 years ago
  Marc Legendre 4244c84f91 Fix ambiguous call to BansheeEngine::toString() for g++ 9 years ago
  Marc Legendre 98f2547d36 Add ConsoleTestOutput 9 years ago
  Marc Legendre 08f6ff3d36 Modify BS_TEST_ASSERT to use __FUNCTION__ as a description 9 years ago
  Marc Legendre 1264d6ace5 Implement PlatformUtility::terminate() on Linux 9 years ago
  Marc Legendre 8f761b5efa Use a non-wide string for a path on non-Windows platforms 9 years ago
  Marc Legendre 445130623c Link against libdl on Linux / OS X 9 years ago
  Marc Legendre 58ca7b0ccb Make Radian::valueDegrees() not inline 9 years ago
  Marc Legendre 5aefd4dadb cmake: Add Windows-specific source files only on Windows 9 years ago
  Marc Legendre c963814793 Compile overloaded StdAlloc::contruct() only on Linux 9 years ago
  Marc Legendre e75714d01c Add some missing includes 9 years ago
  Marc Legendre e80b15d955 Add EnumClassHash to hash enum types 9 years ago
  Marc Legendre 15608f9dc9 Rename ZERO and IDENTITY in BsFwdDeclUtil.h 9 years ago
  Marc Legendre 81885a018d Create the 'Dependencies' directory 9 years ago
  Marc Legendre 64bf5f0221 Add *~ to .gitignore 9 years ago
  BearishSun ca328eff7d Finishing up Vulkan sampler states 9 years ago
  BearishSun a20ec1ffd5 Vulkan sampler state WIP 9 years ago
  BearishSun ce07bf692b Descriptor set allocation 9 years ago
  BearishSun f80fb27d79 Allocating write info structures to used for updating descriptor sets 9 years ago
  BearishSun 395ee63a5e Vulkan resource tracking now works across multiple command buffers 9 years ago