Histórico de commits

Autor SHA1 Mensagem Data
  BearishSun 56ed650df4 Final set of refactors to rename core thread objects 9 anos atrás
  BearishSun 30ddb8400e Renaming core thread managers by removing the Core suffix since they're now in the ::ct namespace 9 anos atrás
  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 anos atrás
  BearishSun d3f4c074ed Modified vertex declaration creation so assigns identical ids to identical declarations 9 anos atrás
  BearishSun aa226e61ce Massive namespace rename BansheeEngine -> bs 9 anos atrás
  BearishSun 2c4d19339c Fixing documentation errors 9 anos atrás
  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 anos atrás
  BearishSun a12ad99267 Moved GpuPipelineParamState a core object and moved it to its own file 9 anos atrás
  BearishSun 0a78764779 Refactoring GpuParams so parameter meta-data is stored on GpuPipelineState rather than on GpuParams 9 anos atrás
  BearishSun 7c72303823 Updated docs to match the new resource creation methods 9 anos atrás
  BearishSun a6abddedc3 Added multi-GPU constructors for GpuPipeline, RenderTexture, Mesh and MeshHeap 9 anos atrás
  BearishSun 3bbc25413f Added device index property to GPU params, GPU param block buffer and vertex declaration types, in preparation for multi-GPU support 9 anos atrás
  BearishSun a9cc8f15fb Neater IndexBuffer creation 9 anos atrás
  BearishSun ba7860bb93 Neater VertexBuffer creation 9 anos atrás
  BearishSun 046cd0b6a2 Neater GpuBuffer creation 9 anos atrás
  BearishSun 18a41f669d GpuParams now uses a factory class for creation, so that RenderAPI implementations can create their own GpuParams implementations 9 anos atrás
  BearishSun b03b62bf18 More work on GUICanvas line rendering 9 anos atrás
  BearishSun deab7206d5 Added generic GPU buffer support to DX11 and OpenGL 9 anos atrás
  BearishSun 24341978b0 Added RenderAPI manual 9 anos atrás
  BearishSun 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 anos atrás
  BearishSun 74bb75edef More work on improving documentation for doxygen generation 9 anos atrás
  BearishSun 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 anos atrás