Commit History

Author SHA1 Message Date
  BearishSun 56ed650df4 Final set of refactors to rename core thread objects 9 years ago
  BearishSun 30ddb8400e Renaming core thread managers by removing the Core suffix since they're now in the ::ct namespace 9 years ago
  BearishSun fd174f3849 Cleanup: Getting rid of the Core suffix on core thread objects since they're now in their own namespace (Contd.) 9 years ago
  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 9 years ago
  BearishSun aa226e61ce Massive namespace rename BansheeEngine -> bs 9 years ago
  BearishSun 2c4d19339c Fixing documentation errors 9 years ago
  BearishSun c8b4aaf0fb Separated constant GpuParams data into a GpuPipelineParamInfo object. Aside from being cleaner, it also gives Vulkan descriptor layouts a place to reside. 9 years ago
  BearishSun a12ad99267 Moved GpuPipelineParamState a core object and moved it to its own file 9 years ago
  BearishSun af560f18fc Added a ComputePipelineState 9 years ago
  BearishSun 1e7b51169f Renamed GpuPipelineState to GraphicsPipelineState 9 years ago
  BearishSun ca328eff7d Finishing up Vulkan sampler states 9 years ago
  BearishSun 9d9a222d00 Vulkan startup 9 years ago
  BearishSun a6abddedc3 Added multi-GPU constructors for GpuPipeline, RenderTexture, Mesh and MeshHeap 9 years ago
  BearishSun 50b2daaa81 Added an separate object that encapsulates entire pipeline states to Render API, to more easily match up with Vulkan internals 9 years ago
  BearishSun d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 9 years ago
  BearishSun 4b94620550 Added materials manual, plus some doc improvements 9 years ago
  BearishSun 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 years ago
  BearishSun 74bb75edef More work on improving documentation for doxygen generation 9 years ago
  BearishSun 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 years ago