doom3-bfg/neo/sys
Eric Womer 596fbb18ca RenderBackend.h:
* Renamed vkwindow to sdlWindow in struct vulkanContext_t to matche the rest of the struct naming conventions.

Image_VK.cpp:
  * disabled printing "Vulkan Image alloc " to the terminal, flooding it
  with data

RenderBackend_VK.cpp:
  * Re-enabled r_vkEnableValidationLayers enabling/disabling Vulkan
  validation checking, I had it hard-coded to true for testing reasons.
  * static void DestroySwapChain():
    * I don't know if the changes I introduced here are helping or not,
    or even doing anything, so this part can be ignored or changed back.
  * GL_StartFrame() and GL_BlockingSwapBuffers():
    * VkResult for these two functions, vkAcquireNextImageKHR and
    vkQueuePresentKHR, don't need to return VK_SUCCESS for the
    application to be valid, so handle them differently here. There may
    be others like this, but I don't know.

qvk.h:
  * Since VK_USE_PLATFORM_* is defined in the CMakeLists.txt file, for
  now anyways, use them to wrap the correct platform headers instead of
  defining them here.

sdl_vkimp.cpp:
  * Some debug printing changes, from GL to Vulkan, since this is for
  the Vulkan API.
2020-01-01 14:31:28 -05:00
..
common Applied new AStyle settings 2019-11-19 21:33:59 +01:00
posix SDL2/Vulkan on Linux, still broken for Doom3BFG 2019-12-30 15:20:15 -05:00
sdl RenderBackend.h: 2020-01-01 14:31:28 -05:00
win32 Applied new Astyle settings 2019-11-11 20:27:44 +01:00
LightweightCompression.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
LightweightCompression.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
PacketProcessor.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
PacketProcessor.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Snapshot.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Snapshot.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Snapshot_Jobs.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Snapshot_Jobs.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
SnapshotProcessor.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
SnapshotProcessor.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
sys_achievements.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
sys_achievements.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
sys_dedicated_server_search.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
sys_dedicated_server_search.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
sys_leaderboards.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
sys_lobby.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
sys_lobby.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
sys_lobby_backend.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
sys_lobby_backend_direct.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
sys_lobby_backend_direct.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
sys_lobby_migrate.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
sys_lobby_snapshot.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
sys_lobby_users.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
sys_local.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
sys_local.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
sys_localuser.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
sys_localuser.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
sys_profile.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
sys_profile.h Applied new AStyle settings 2019-11-19 21:33:59 +01:00
sys_public.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
sys_savegame.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
sys_savegame.h Merge branch 'master' into vulkan 2019-11-19 21:29:16 +01:00
sys_session.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
sys_session_callbacks.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
sys_session_local.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
sys_session_local.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
sys_session_savegames.cpp Merge branch 'master' into vulkan 2019-11-19 21:29:16 +01:00
sys_session_savegames.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
sys_signin.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
sys_signin.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
sys_stats.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
sys_stats_misc.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
sys_voicechat.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
sys_voicechat.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00