blender/extern
Jeroen Bakker fda65ad5ca GPU: Renderdoc Frame Capturing
This PR uses renderdoc for frame capturing when enabled.
It enabled an easier workflow for frame capturing.

- Capture GPU API calls from test cases
- Capture GPU API calls from background threads
- Capture GPU API calls from background rendering.

Renderdoc is an important GPU debugger used by the Eevee/
Viewport module. Previously we needed to change code in
order to record background rendering, that could on its own
lead to other side-effects.

The integration with renderdoc can be enabled using
`WITH_RENDERDOC=On` compiler option. `GPU_debug_capture_begin`
and `GPU_debug_capture_end` can be added to the section
of the code you want to debug. When running Blender inside
renderdoc this part will automatically be captured.

All GPU test cases are now guarded by these calls. In order
to capture the test cases you need to start the test cases
from renderdoc and the captured GPU API calls will appear
where each capture is a single test case.

Pull Request: https://projects.blender.org/blender/blender/pulls/105921
2023-03-23 16:37:52 +01:00
..
audaspace Audaspace: porting changes from upstream. 2023-01-14 22:18:39 +01:00
binreloc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
bullet2 File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
ceres Update Ceres to latest upstream version 2.1.0 2022-05-11 09:33:45 +02:00
clew File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
cuew File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
curve_fit_nd Cleanup: update curve_fit_nd (no functional changes) 2022-06-29 09:55:44 +10:00
draco Draco: update to version 1.5.2 2022-06-17 19:40:01 +02:00
Eigen3 Update Eigen to 3.3.7 2019-08-21 14:15:28 +02:00
fast_float OBJ: further optimize, cleanup and harden the new C++ importer 2022-04-17 22:07:43 +03:00
fmtlib OBJ: use fmt library instead of sprintf for faster formatting 2022-03-27 14:25:48 +03:00
gflags Cleanup: remove workarounds and version checks for unsupported compilers 2022-09-27 07:05:13 +10:00
glew-es/include/GL GPU: replace GLEW with libepoxy 2022-08-15 16:10:29 +02:00
glog File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
gmock File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
gtest File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
hipew Docs: change Git URLs to point projects.blender.org instead of git.blender.org 2023-02-07 14:23:05 +01:00
json Blender Libraries: Add JSON Library. 2021-09-22 09:07:09 +02:00
lzma File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
lzo File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
mantaflow CMake: quiet references to undeclared variable warnings 2023-01-19 17:10:42 +11:00
nanosvg NanoSVG: Mention the version we use 2021-12-02 18:22:05 +01:00
quadriflow File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
rangetree File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
renderdoc GPU: Renderdoc Frame Capturing 2023-03-23 16:37:52 +01:00
sdlew Build: changes needed to build on FreeBSD 2023-03-22 14:15:46 +01:00
smaa_areatex File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
tinygltf Extern: Update TinyGLTF to include fix for CVE-2022-3008 2023-03-10 14:56:35 +01:00
vulkan_memory_allocator Cleanup: Change VMA from CRLF to LF. 2023-02-02 08:23:54 +01:00
wcwidth File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
xdnd File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
.clang-format ClangFormat: add configuration files 2019-04-17 06:11:16 +02:00
CMakeLists.txt Vulkan: Add VK memory allocator 3.0.1 to extern. 2022-11-23 14:42:27 +01:00
README Readme file to extern libraries about the attribution document 2020-12-11 18:53:22 +01:00

When updating a library remember to:

* Update the README.blender with the corresponding version.
* Update the THIRD-PARTY-LICENSE.txt document