# # ChangeLog for VulkanGame.vcxproj in opengl-game # # Generated by Trac 1.5.4 # Oct 18, 2024, 11:37:35 PM Tue, 10 Mar 2020 02:53:34 GMT Dmitry Portnoy [0807aeb] * VulkanGame.vcxproj (modified) * utils.cpp (modified) * utils.hpp (modified) * vulkan-game.cpp (modified) * vulkan-game.hpp (modified) Spawn asteroids at a regular interval and make them move in the ... Wed, 27 Nov 2019 17:05:26 GMT Dmitry Portnoy [0cf1a23] * VulkanGame.vcxproj (modified) * pipeline-outline.txt (deleted) * scene-notes.txt (added) Remove the pipeline design doc and add a document about the Vulkan ... Wed, 20 Nov 2019 03:50:31 GMT Dmitry Portnoy [1908591] * OpenGLReference.vcxproj (modified) * VulkanGame.vcxproj (modified) * shaders/ship.frag (added) * shaders/ship.vert (added) Update the OpenGLReference project to include the shaders that were ... Sun, 17 Nov 2019 18:56:16 GMT Dmitry Portnoy [5a0242e] * VulkanGame.vcxproj (modified) * graphics-pipeline_vulkan.hpp (modified) * vulkan-game.cpp (modified) Refactor GraphicsPipeline_Vulkan to allow adding new data after ... Mon, 11 Nov 2019 02:19:32 GMT Dmitry Portnoy [0ae182f] * VulkanGame.vcxproj (modified) * graphics-pipeline_vulkan.cpp (modified) * graphics-pipeline_vulkan.hpp (modified) * vulkan-game.cpp (modified) * vulkan-ref.cpp (modified) In vulkangame, finish implementing recreateSwapChain() Thu, 07 Nov 2019 02:30:59 GMT Dmitry Portnoy [f985231] * VulkanGame.vcxproj (modified) * vulkan-game.cpp (modified) * vulkan-game.hpp (modified) * vulkan-ref.cpp (modified) In vulkangame, update the MVP matrix and copy it to the uniform ... Fri, 04 Oct 2019 03:51:50 GMT Dmitry Portnoy [ee75487] * VulkanGame.vcxproj (modified) Add utils.cpp/hpp to the VulkanGame MSVC project Thu, 03 Oct 2019 03:44:55 GMT Dmitry Portnoy [7d2b0b9] * VulkanGame.vcxproj (modified) * graphics-pipeline.hpp (added) * graphics-pipeline_vulkan.cpp (added) * graphics-pipeline_vulkan.hpp (added) * pipeline-outline.txt (added) * vulkan-game.cpp (modified) * vulkan-game.hpp (modified) * vulkan-ref.cpp (modified) Add and begin implementing a GraphicsPipeline class to hold info for ... Sun, 15 Sep 2019 05:44:41 GMT Dmitry Portnoy [c1d9b2a] * VulkanGame.vcxproj (modified) * vulkan-game.cpp (modified) * vulkan-game.hpp (modified) In vulkangame, create a Vulkan instance and enable the Vulkan debug ... Sun, 15 Sep 2019 05:01:51 GMT Dmitry Portnoy [09e15a4] * OpenGLGame.vcxproj (modified) * VulkanGame.vcxproj (modified) Add logger.hpp and logger.cpp to the MSVC projects Thu, 12 Sep 2019 05:23:28 GMT Dmitry Portnoy [7bf5433] * NewOpenGLGame.sln (modified) * OpenGLGame.vcxproj (added) * VulkanGame.vcxproj (modified) * game-gui-glfw.cpp (modified) * game-gui-glfw.hpp (modified) * opengl-game.cpp (modified) Create a new OpenGLGame project for a refactor of the original OpenGL ... Thu, 12 Sep 2019 02:52:42 GMT Dmitry Portnoy [39278a8] * NewOpenGLGame.sln (modified) * OpenGLReference.vcxproj (moved) * VulkanGame.vcxproj (modified) * VulkanReference.vcxproj (added) Rename the NewOpenGLGame and VulkanGame projects to OpenGLReference ... Fri, 23 Aug 2019 03:59:12 GMT Dmitry Portnoy [cbe946d] * NewOpenGLGame.vcxproj (modified) * README.txt (modified) * VulkanGame.vcxproj (modified) * vulkan-game.cpp (modified) Add separate shaders for the scene and overlay to the Vulkan project ... Mon, 12 Aug 2019 03:45:20 GMT Dmitry Portnoy [5f3dba8] * README.txt (modified) * VulkanGame.vcxproj (modified) * assets/images/spaceship.bmp (added) * fonts/lazy.ttf (added) * game-gui-sdl.cpp (modified) * game-gui-sdl.hpp (modified) * makefile (modified) * vulkan-game.cpp (modified) Create a transparent texture in SDL and render some sample images and ... Sat, 03 Aug 2019 23:30:25 GMT Dmitry Portnoy [2c87504] * VulkanGame.vcxproj (modified) * blend-ref.cpp (added) Add reference blending code Fri, 26 Jul 2019 05:23:30 GMT Dmitry Portnoy [eea05dd] * VulkanGame.vcxproj (modified) * stb_image.h (modified) * textures/texture.jpg (added) * vulkan-game.cpp (modified) Create a Vulkan image and fill it with image data loaded from a file Tue, 23 Jul 2019 04:02:06 GMT Dmitry Portnoy [80edd70] * README.txt (modified) * VulkanGame.vcxproj (modified) * shaders/shader.vert (modified) * vulkan-game.cpp (modified) Use a vertex buffer to store the points to be rendered Sat, 13 Jul 2019 20:01:53 GMT Dmitry Portnoy [c458c58] * VulkanGame.vcxproj (modified) * compile.bat (added) Create a Windows batch file to compile the shaders into SPIR-V files ... Wed, 10 Jul 2019 03:10:26 GMT Dmitry Portnoy [1c6cd5e] * NewOpenGLGame.sln (modified) * README.txt (modified) * VulkanGame.vcxproj (added) * vulkan-game.cpp (modified) Create the VulkanGame VS2019 project and add it to the NewOpenGLGame ...