Package: renderdoc / 1.11+dfsg-5
Metadata
Package | Version | Patches format |
---|---|---|
renderdoc | 1.11+dfsg-5 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 use debian glslang for renderdoc spirv driver.patch | (download) |
renderdoc/CMakeLists.txt |
9 9 + 0 - 0 ! |
use debian glslang for renderdoc spirv driver Update for SPIR-V changes needed for 1.5+dfsg-2. These fix FTBRS in 1.5+dfsg-1. |
0002 Install python module under usr lib python3 dist pac.patch | (download) |
qrenderdoc/Code/pyrenderdoc/CMakeLists.txt |
1 1 + 0 - 0 ! |
install python module under /usr/lib/python3/dist-packages Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> |
0004 renderdoc Use libstb if found by cmake.patch | (download) |
renderdoc/CMakeLists.txt |
19 14 + 5 - 0 ! |
renderdoc: use libstb if found by cmake Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> |
0004 Add RENDERDOC_X86_PROC_FAMILY CMake and RDOC_X86_FAM.patch | (download) |
CMakeLists.txt |
8 8 + 0 - 0 ! |
add renderdoc_x86_proc_family cmake and rdoc_x86_family c switches This can build useful when trying to build renderdoc on unsupported platforms. For example, if trying to build renderdoc on ARM, but without targeting ANDROID, the compressonator code will fail to compile. Instead of depending on the BUILD_ANDROID flag, we can use the RENDERDOC_X86 flag. Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> |
0005 replay Only support compressonator on x86.patch | (download) |
renderdoc/CMakeLists.txt |
2 1 + 1 - 0 ! |
replay: only support compressonator on x86 Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> |
0006 linux_process Only use ptrace for x86 family process.patch | (download) |
renderdoc/os/posix/linux/linux_process.cpp |
21 21 + 0 - 0 ! |
linux_process: only use ptrace for x86 family processors Although ptrace should be usable for other processor families, for now simply skipping the paths seems to work. I tested this by skipping the ptrace paths on x86. Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> |
0007 renderdoc serialise Add DoStringise const long el fo.patch | (download) |
renderdoc/serialise/serialiser.cpp |
8 8 + 0 - 0 ! |
renderdoc/serialise: add dostringise(const long &el) for 32-bit x86 on GCC linux_process.cpp was generating linker errors: undefined reference to `rdcstr DoStringise<long>(long const&) Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> |
0008 renderdoc Patch for glslang 11.1.0.patch | (download) |
renderdoc/CMakeLists.txt |
2 2 + 0 - 0 ! |
renderdoc: patch for glslang 11.1.0 Signed-off-by: Jordan Justen <jljusten@debian.org> |