Timeline



Aug 30, 2019:

7:30 PM Changeset in opengl-game [d8cb15e]feature/imgui-sdlpoints-test by Dmitry Portnoy <dmitry.portnoy@…>
Implement GetError() in game-gui-glfw and start using game-gui-glfw in …
7:25 PM Changeset in opengl-game [d5f2b42]feature/imgui-sdlpoints-test by Dmitry Portnoy <dmitry.portnoy@…>
Create a generic GetError() function in game-gui that returns the last …
4:16 PM Changeset in opengl-game [d02c25f]feature/imgui-sdlpoints-test by Dmitry Portnoy <dmitry.portnoy@…>
Create openglgame, which will be the original opengl+glfw game, but …
4:12 PM Changeset in opengl-game [99d44b2]feature/imgui-sdlpoints-test by Dmitry Portnoy <dmitry.portnoy@…>
Rename spacegame to vulkangame
4:01 PM Changeset in opengl-game [4eb4d0a]feature/imgui-sdlpoints-test by Dmitry Portnoy <dmitry.portnoy@…>
Rename vulkan-game.cpp to vulkan-ref.cpp and define the …

Aug 29, 2019:

9:16 PM Changeset in opengl-game [0df3c9a]feature/imgui-sdlpoints-test by Dmitry Portnoy <dmitry.portnoy@…>
Create a basic SDL window
9:13 PM Changeset in opengl-game [eba8c0c]feature/imgui-sdlpoints-test by Dmitry Portnoy <dmitry.portnoy@…>
Expand on the upgrade TODO list and remove game-gui-glfw as a …
8:22 PM Changeset in opengl-game [e8ebc76]feature/imgui-sdlpoints-test by Dmitry Portnoy <dmitry.portnoy@…>
Create main.cpp to hold the initial startup code and (eventually) the …
8:05 PM Changeset in opengl-game [850e84c]feature/imgui-sdlpoints-test by Dmitry Portnoy <dmitry.portnoy@…>
Create space-game.cpp, which will be the original opengl game …
7:52 PM Changeset in opengl-game [17714b8]feature/imgui-sdlpoints-test by Dmitry Portnoy <dmitry.portnoy@…>
Update the README and makefile to correctly setup and build vulkangame …

Aug 26, 2019:

3:02 AM Changeset in opengl-game [8a40f4b]feature/imgui-sdlpoints-test by Dmitry Portnoy <dmp1488@…>
Fix a memory leak that occured when a VkImage was being populated from …
2:40 AM Changeset in opengl-game [721e8be]feature/imgui-sdlpoints-test by Dmitry Portnoy <dmp1488@…>
Add reusable functions that generate a descriptor set layout, a …

Aug 25, 2019:

12:58 AM Changeset in opengl-game [f00ee54]feature/imgui-sdlpoints-test by Dmitry Portnoy <dmp1488@…>
Refactor the code to allow different graphics pipelines to use …

Aug 23, 2019:

4:12 AM Changeset in opengl-game [d53ef6a]feature/imgui-sdlpoints-test by Dmitry Portnoy <dmp1488@…>
Update the README to include instructions for building a 64-bit …
3:59 AM Changeset in opengl-game [cbe946d]feature/imgui-sdlpoints-test by Dmitry Portnoy <dmp1488@…>
Add separate shaders for the scene and overlay to the Vulkan project …

Aug 22, 2019:

1:38 PM Changeset in opengl-game [6544020]feature/imgui-sdlpoints-test by Dmitry Portnoy <dmp1488@…>
Update compile.bat to compile all vertex and fragment shaders
2:19 AM Changeset in opengl-game [e5d4aca]feature/imgui-sdlpoints-test by Dmitry Portnoy <dmitry.portnoy@…>
Create separate descriptor pools and descriptor sets for each shader …

Aug 21, 2019:

8:19 PM Changeset in opengl-game [c8c6da8]feature/imgui-sdlpoints-test by Dmitry Portnoy <dmitry.portnoy@…>
Create the overlay texture using different flags based on the SDL …
4:01 AM Changeset in opengl-game [ad31ec7]feature/imgui-sdlpoints-test by Dmitry Portnoy <dmp1488@…>
Fix the SDL overlay in Windows 10

Aug 20, 2019:

8:36 PM Changeset in opengl-game [1187ef5]feature/imgui-sdlpoints-test by Dmitry Portnoy <dmitry.portnoy@…>
Minor code reformatting
8:18 PM Changeset in opengl-game [28c13da]feature/imgui-sdlpoints-test by Dmitry Portnoy <dmitry.portnoy@…>
Merge branch 'master' of medievaltech.com:opengl-game
7:12 PM Changeset in opengl-game [d22ae72]feature/imgui-sdlpoints-test by Dmitry Portnoy <dmitry.portnoy@…>
Create a separapte descriptor pool and vector of descriptor sets for …
1:01 AM Changeset in opengl-game [58b95b3]feature/imgui-sdlpoints-test by Dmitry Portnoy <dmp1488@…>
Minor code style change

Aug 19, 2019:

9:51 PM Changeset in opengl-game [b8b32bd]feature/imgui-sdlpoints-test by Dmitry Portnoy <dmitry.portnoy@…>
Create separate graphics pipelines for the overlay and the scene

Aug 16, 2019:

9:31 PM Changeset in opengl-game [c8b0357]feature/imgui-sdlpoints-test by Dmitry Portnoy <dmitry.portnoy@…>
Enable rendering of geometry using multiple sets of vertex and index …
4:26 PM Changeset in opengl-game [9cd92ae]feature/imgui-sdlpoints-test by Dmitry Portnoy <dmitry.portnoy@…>
Update TODO and remove some unused files
3:56 PM Changeset in opengl-game [5936c58]feature/imgui-sdlpoints-test by Dmitry Portnoy <dmitry.portnoy@…>
Allow parts of the UI overlay to be transpare, so that the 3D scene is …
3:47 PM Changeset in opengl-game [e1a7f5a]feature/imgui-sdlpoints-test by Dmitry Portnoy <dmitry.portnoy@…>
Copy an SDL Texture to a Vulkan texture to use as a UI overlay on the …

Aug 12, 2019:

3:45 AM Changeset in opengl-game [5f3dba8]feature/imgui-sdlpoints-test by Dmitry Portnoy <dmp1488@…>
Create a transparent texture in SDL and render some sample images and …

Aug 6, 2019:

7:01 PM Changeset in opengl-game [69dccfe]feature/imgui-sdlpoints-test by Dmitry Portnoy <dmitry.portnoy@…>
Implement a translucent, fullscreen overlay that shows a loaded …

Aug 5, 2019:

3:47 AM Changeset in opengl-game [bba12e7]feature/imgui-sdlpoints-test by Dmitry Portnoy <dmitry.portnoy@…>
Merge branch 'master' of medievaltech.com:opengl-game

Aug 3, 2019:

11:30 PM Changeset in opengl-game [2c87504]feature/imgui-sdlpoints-test by Dmitry Portnoy <dmp1488@…>
Add reference blending code

Aug 2, 2019:

8:00 PM Changeset in opengl-game [adcd252]feature/imgui-sdlpoints-test by Dmitry Portnoy <dmitry.portnoy@…>
Add a depth buffer for depth testing
5:17 PM Changeset in opengl-game [4f63fa8]feature/imgui-sdlpoints-test by Dmitry Portnoy <dmitry.portnoy@…>
Fix the MVP matrix
4:15 AM Changeset in opengl-game [fba08f2]feature/imgui-sdlpoints-test by Dmitry Portnoy <dmp1488@…>
Update vulkan-game.cpp to support texturing in the shader
Note: See TracTimeline for information about the timeline view.