Historial de Commits

Autor SHA1 Mensaje Fecha
  BearishSun b9a97b133e Removing unnecessary DLL export specifiers from plugins hace 8 años
  BearishSun 319c6c756f Specific mip & level can now be specified when binding sampled textures hace 9 años
  BearishSun 56ed650df4 Final set of refactors to rename core thread objects hace 9 años
  BearishSun f171405be5 RenderAPICore -> ct::RenderAPI hace 9 años
  BearishSun 457ab039d5 Cleanup: Getting rid of the Core suffix on core thread objects since they're now in their own namespace hace 9 años
  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 hace 9 años
  BearishSun 457cd2fc42 Tonemapping LUT creation now uses compute shaders since Vulkan doesn't support 3D texture rendering hace 9 años
  BearishSun d25432623f Removed beginFrame/endFrame methods from RenderAPI as they weren't really used hace 9 años
  BearishSun efd471af58 Fixing and refactoring GpuParams hace 9 años
  BearishSun b58a3fd3ad Refactored Vulkan semaphores, so that a command buffers generates a new semaphore on each submission hace 9 años
  BearishSun 6b749fa064 Added a way to create multiple variations of Vulkan framebuffer hace 9 años
  BearishSun aa226e61ce Massive namespace rename BansheeEngine -> bs hace 9 años
  BearishSun 2c4d19339c Fixing documentation errors hace 9 años
  BearishSun 7f501a8e77 Added an explicit flag to preserve render target contents on load, to improve performance when this is not required (most of the time) hace 9 años
  BearishSun af560f18fc Added a ComputePipelineState hace 9 años
  BearishSun 1e7b51169f Renamed GpuPipelineState to GraphicsPipelineState hace 9 años
  BearishSun b267abf39a Vulkan render API swapBuffers() method hooked up hace 9 años
  BearishSun 7a8511fcd4 Refactoring Vulkan command buffers: hace 9 años
  BearishSun 142c7970fc Cleaned up render API capabilities class hace 9 años
  BearishSun 9d9a222d00 Vulkan startup hace 9 años
  BearishSun 8f4c8e65f3 Getting rid of the old way of setting GPU parameters and moving towards the new single-object approach (WIP - DX11 only for now) hace 9 años
  BearishSun f574633f78 DirectX 11 now uses combined pipeline states instead of individually setting per-stage states and programs. This way the system more closely matches modern API's like Vulkan. hace 9 años
  BearishSun a872e35e8f Adding command buffer support to DX11 hace 9 años
  BearishSun c6e8badad9 (WIP) Adding command buffer support to OpenGL hace 9 años
  BearishSun 9555982752 Fixing OpenGL texture and image binding hace 9 años
  BearishSun cde0fbf269 Fixing documentation errors hace 9 años
  BearishSun b48081c63c Refactoring how GPU program parameters are assigned, in order to make it more intuitive on the core thread hace 9 años
  BearishSun 2a2a859d95 Cleaning up the render API a bit hace 9 años
  BearishSun deab7206d5 Added generic GPU buffer support to DX11 and OpenGL hace 9 años
  BearishSun c027669083 Updated render API with support for instanced rendering hace 9 años