2
0

Коммит түүх

Эзэн SHA1 Мессеж Огноо
  BearishSun 05e0207f0f More work on user manuals 9 жил өмнө
  BearishSun 3703a767a6 Modified shader Techniques so they now depend on shader language rather than on render API (requires existing shader re-import) 9 жил өмнө
  BearishSun 31962e5dfc Fixing issues with GLSL parsing for Vulkan 9 жил өмнө
  BearishSun b58a3fd3ad Refactored Vulkan semaphores, so that a command buffers generates a new semaphore on each submission 9 жил өмнө
  BearishSun f72c26a03c Vulkan: Call acquireBackBuffer when window is bound as a render target 9 жил өмнө
  BearishSun 31f535a002 Vulkan: Mark the queue transition command buffer as submitted, when its submitted to the queue, so that the fence refresh happens properly 9 жил өмнө
  BearishSun d2447d1e49 When updating command buffer states, make sure to do so for all active command buffers, not just the latest one on the queue 9 жил өмнө
  BearishSun 8db4954322 Reverting accidental changes 9 жил өмнө
  BearishSun 1b4349927e More Vulkan fixes 9 жил өмнө
  BearishSun f066f4241b Merge branch 'master' of https://github.com/BearishSun/BansheeEngine.git 9 жил өмнө
  BearishSun bc46d7159e More work on user-facing manuals 9 жил өмнө
  BearishSun 07b5261ea3 Wait after batch executes 9 жил өмнө
  BearishSun b6cf343a8e Fixing the setup batch file 9 жил өмнө
  BearishSun f8fe191760 Added GLSL->SPIRV compilation, instead of attempting to use GLSL directly 9 жил өмнө
  BearishSun 5dc78284b8 More Various Vulkan fixes 9 жил өмнө
  BearishSun 1e16d34155 Reverting some temporary changes that were incorrectly commited 9 жил өмнө
  BearishSun cb0c2ba6da Fixing invalid rotation on FBX import 9 жил өмнө
  BearishSun 21eb8822cf Various Vulkan fixes and tweaks 9 жил өмнө
  BearishSun b82e9e33bb Improving build find module functions 9 жил өмнө
  BearishSun 9a41fe02f1 More work on user manuals 9 жил өмнө
  BearishSun 1671597ec8 Refactored param blocks so there is much less redundant work done during individual param block initialization, as well as memory used per param block 9 жил өмнө
  BearishSun 8c4cc2570c Making compile steps a bit clearer 9 жил өмнө
  BearishSun f40c72614e Fixing issues caused by the new uniform buffer reorganization 9 жил өмнө
  BearishSun e99d8c1dd0 Removed the CPUREADABLE flag from textures and meshes as it's no longer used 9 жил өмнө
  BearishSun 353581455e Updated handle rendering so it preloads all uniform buffers before rendering 9 жил өмнө
  BearishSun 906715d482 Making compile steps a bit clearer 9 жил өмнө
  BearishSun d4208655f8 Scene picking now preloads all uniform buffers before rendering 9 жил өмнө
  BearishSun 6711f9de01 Gizmo rendering now prepopulates all uniform buffers before rendering 9 жил өмнө
  BearishSun 7baeedb0b3 Vulkan textures can now be modified between uses, without causing the modifications to influence previous operations using the texture 9 жил өмнө
  BearishSun 0ab4c38048 Vulkan buffer and image copies will now keep track if the resource is used elsewhere, and if so they will create a new resource internally, so that the copy doesn't modify the resource use in the previous operation 9 жил өмнө