doom3-bfg/neo/renderer
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
..
Color Applied new Astyle settings 2019-11-11 20:27:44 +01:00
DXT Applied new AStyle settings 2019-11-19 21:33:59 +01:00
jobs Applied new Astyle settings 2019-11-11 20:27:44 +01:00
OpenGL Fixed OpenGL backend, Added r_usePBR to toggle Image Based Lighting 2019-11-22 18:25:33 +01:00
SMAA Added SMAA intrinsic helper images 2015-12-26 15:20:19 +01:00
Vulkan RenderBackend.h: 2020-01-01 14:31:28 -05:00
BinaryImage.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
BinaryImage.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
BinaryImageData.h Formatted code using Artistic Style for better readability. 2012-11-28 16:47:07 +01:00
BoundsTrack.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
BoundsTrack.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
BufferObject.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
BufferObject.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Cinematic.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Cinematic.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Font.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Font.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Framebuffer.cpp Deleted almost all OpenGL code from _VK backend files 2018-10-03 21:14:28 +02:00
Framebuffer.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
GLMatrix.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
GLMatrix.h SSAO experiment 2016-01-02 19:28:49 +01:00
GLState.h Merge vkDOOM3 stencil PSO creation 2019-11-08 18:12:37 +01:00
GuiModel.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
GuiModel.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Image.h Applying KungFuJesus's patch from 2019-12-29 11:12:34 -05:00
Image_files.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Image_intrinsic.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Image_load.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Image_process.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Image_program.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
ImageManager.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Interaction.cpp Fixed OpenGL backend, Added r_usePBR to toggle Image Based Lighting 2019-11-22 18:25:33 +01:00
Interaction.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Material.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Material.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Model.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Model.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Model_ase.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Model_ase.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Model_beam.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Model_ColladaHelper.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Model_ColladaParser.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Model_ColladaParser.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Model_liquid.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Model_local.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Model_lwo.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Model_lwo.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Model_ma.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Model_ma.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Model_md3.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Model_md3.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Model_md5.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Model_prt.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Model_sprite.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
ModelDecal.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
ModelDecal.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
ModelManager.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
ModelManager.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
ModelOverlay.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
ModelOverlay.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
RenderBackend.cpp Fixed OpenGL backend, Added r_usePBR to toggle Image Based Lighting 2019-11-22 18:25:33 +01:00
RenderBackend.h RenderBackend.h: 2020-01-01 14:31:28 -05:00
RenderCommon.h SDL2/Vulkan on Linux, still broken for Doom3BFG 2019-12-30 15:20:15 -05:00
RenderContext.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
RenderEntity.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
RenderLog.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
RenderLog.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
RenderProgs.cpp Fixed OpenGL backend, Added r_usePBR to toggle Image Based Lighting 2019-11-22 18:25:33 +01:00
RenderProgs.h Fixed OpenGL backend, Added r_usePBR to toggle Image Based Lighting 2019-11-22 18:25:33 +01:00
RenderProgs_embedded.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
RenderProgs_GLSL.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
RenderSystem.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
RenderSystem.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
RenderSystem_init.cpp SDL2/Vulkan on Linux, still broken for Doom3BFG 2019-12-30 15:20:15 -05:00
RenderWorld.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
RenderWorld.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
RenderWorld_defs.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
RenderWorld_demo.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
RenderWorld_load.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
RenderWorld_local.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
RenderWorld_portals.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
ResolutionScale.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
ResolutionScale.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
ScreenRect.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
ScreenRect.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
simplex.h Formatted code using Artistic Style for better readability. 2012-11-28 16:47:07 +01:00
tr_frontend_addlights.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
tr_frontend_addmodels.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
tr_frontend_deform.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
tr_frontend_guisurf.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
tr_frontend_main.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
tr_frontend_subview.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
tr_trace.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
tr_trisurf.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
VertexCache.cpp Applied new Astyle settings 2019-11-11 20:27:44 +01:00
VertexCache.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00