doom3-bfg/neo/renderer
Stephen Saunders 96da1f3eed Fix heap flags check in Vulkan Allocator and add heap flags check to VMA Allocator
(cherry picked from commit 488f8d27616570029de9429cf4794886f6d209e1)
2022-01-29 13:28:10 -05:00
..
Color Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
DXT Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
jobs Convert USE_INTRINSICS to USE_INTRINSICS_SSE and fix CMakeLists.txt logic surrounding its check to focus on x86 and x86_64 CPU types 2021-05-25 20:06:37 -04:00
OpenGL Improve GPU Vendor detection for OpenGL renderer 2022-01-07 01:28:16 -05:00
SMAA Added SMAA intrinsic helper images 2015-12-26 15:20:19 +01:00
Vulkan Fix heap flags check in Vulkan Allocator and add heap flags check to VMA Allocator 2022-01-29 13:28:10 -05:00
BinaryImage.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
BinaryImage.h Implemented GGX Split Sum approximation using a 2D atlas trick 2021-03-22 20:45:25 +01:00
BinaryImageData.h Formatted code using Artistic Style for better readability. 2012-11-28 16:47:07 +01:00
BoundsTrack.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
BoundsTrack.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
BufferObject.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
BufferObject.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Cinematic.cpp Fixes for: Vulkan+BinkDec validation errors, BinkDec replay in PDAs, macOS Vulkan+BinkDec stall, VK_EXT_debug_utils handling, Vulkan gfxInfo on Windows & Linux, idVulkanAllocator::Free(), idCinematicLocal::GetStartTime(), ImGui timings for timedemo first pass 2022-01-28 10:33:07 -05:00
Cinematic.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Font.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02: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 Several bugfixes that address cubemap processing for SH/GGX data 2021-05-03 20:36:26 +02:00
GLMatrix.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02: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 Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
GuiModel.h Moved generic ImGui drawing to idGuiModel::EmitImGui 2020-05-09 17:38:00 +02:00
Image.h Added CMake options STANDALONE and DOOM_CLASSIC 2021-11-09 19:47:06 +01:00
Image_blueNoiseVC_1M.h Optimized shadow mapping using Blue Noise sampling. 2020-04-29 01:19:53 +02:00
Image_blueNoiseVC_2.h Optimized Filmic Dithering with precalculated Blue Noise 2020-05-10 22:10:32 +02:00
Image_brdfLut.h Added support to load RG16F texture data. Added R_WriteEXR function 2020-04-18 19:16:24 +02:00
Image_env_UAC_lobby_amb.h Updated default builtin irradiance/radiance probe data 2021-05-03 22:38:51 +02:00
Image_env_UAC_lobby_spec.h Updated default builtin irradiance/radiance probe data 2021-05-03 22:38:51 +02:00
Image_files.cpp Added CMake options STANDALONE and DOOM_CLASSIC 2021-11-09 19:47:06 +01:00
Image_intrinsic.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
Image_load.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
Image_process.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
Image_program.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
ImageManager.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
Interaction.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
Interaction.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Material.cpp Cleanup and Astyle 2021-09-11 18:02:16 +02:00
Material.h idMaterial: origin flags 2021-09-11 17:43:50 +02:00
Model.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
Model.h Exporting to OBJ also supports .md5mesh now 2021-02-10 17:42:51 +01:00
Model_ase.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
Model_ase.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Model_beam.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
Model_ColladaHelper.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Model_ColladaParser.cpp Fixed unnessary warnings with VS2017 2021-03-15 21:21:56 +01:00
Model_ColladaParser.h Only enable MikkTSpace for new assets 2020-12-21 17:30:47 +01:00
Model_liquid.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
Model_local.h Added OBJ model support based on IcedTech 1 2021-02-14 16:42:01 +01:00
Model_lwo.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
Model_lwo.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Model_ma.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
Model_ma.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Model_md3.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
Model_md3.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
Model_md5.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
Model_obj.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
Model_obj.h Merged stuff from Iced-Hellfire-Dev branch, no specular fix 2021-02-20 12:56:24 +01:00
Model_prt.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
Model_sprite.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
ModelDecal.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
ModelDecal.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
ModelManager.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
ModelManager.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
ModelOverlay.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
ModelOverlay.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
RenderBackend.cpp Astyle cleanup 2021-09-28 09:58:48 +02:00
RenderBackend.h Fixes for: Vulkan+BinkDec validation errors, BinkDec replay in PDAs, macOS Vulkan+BinkDec stall, VK_EXT_debug_utils handling, Vulkan gfxInfo on Windows & Linux, idVulkanAllocator::Free(), idCinematicLocal::GetStartTime(), ImGui timings for timedemo first pass 2022-01-28 10:33:07 -05:00
RenderCommon.h Improve Vulkan instance extension setup, add Vulkan instance and driver info to gfxInfo 2022-01-19 23:40:45 -05:00
RenderContext.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
RenderEntity.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
RenderLog.cpp Fixes for: Vulkan+BinkDec validation errors, BinkDec replay in PDAs, macOS Vulkan+BinkDec stall, VK_EXT_debug_utils handling, Vulkan gfxInfo on Windows & Linux, idVulkanAllocator::Free(), idCinematicLocal::GetStartTime(), ImGui timings for timedemo first pass 2022-01-28 10:33:07 -05:00
RenderLog.h Astyle cleanup 2021-09-28 09:58:48 +02:00
RenderProgs.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
RenderProgs.h Use dynamic light grid size in shaders 2021-04-15 16:09:39 +02:00
RenderProgs_embedded.h Updated release notes, added angles support for lights 2021-05-09 21:25:25 +02:00
RenderProgs_GLSL.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
RenderSystem.cpp Astyle cleanup 2021-09-28 09:58:48 +02:00
RenderSystem.h Add support for Apple GPUs (e.g. M1) and fill-in gfxInfo data for Vulkan renderer 2022-01-07 01:27:45 -05:00
RenderSystem_init.cpp Added new GFX options for SSAO and Ambient Lighting 2021-10-30 17:54:07 +02:00
RenderWorld.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
RenderWorld.h Supress Windows API's DrawText macro, for proper highlighting of idRenderWorld::DrawText 2021-09-11 17:43:50 +02:00
RenderWorld_defs.cpp Use snapped origin of env_probes for new naming convention 2021-10-12 21:08:59 +02:00
RenderWorld_demo.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
RenderWorld_envprobes.cpp Use snapped origin of env_probes for new naming convention 2021-10-12 21:08:59 +02:00
RenderWorld_lightgrid.cpp Updated release notes, added angles support for lights 2021-05-09 21:25:25 +02:00
RenderWorld_load.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
RenderWorld_local.h Updated release notes, added angles support for lights 2021-05-09 21:25:25 +02:00
RenderWorld_portals.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
ResolutionScale.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
ResolutionScale.h Applied new Astyle settings 2019-11-11 20:27:44 +01:00
ScreenRect.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02: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 Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
tr_frontend_addmodels.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
tr_frontend_deform.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
tr_frontend_guisurf.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
tr_frontend_main.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
tr_frontend_subview.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
tr_trace.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
tr_trisurf.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
VertexCache.cpp Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops 2021-09-11 17:53:30 +02:00
VertexCache.h Quadrupled static vertex cache limits for mods 2020-11-10 18:09:04 +01:00