Package: renderdoc / 1.24+dfsg-1+deb12u1
Metadata
Package | Version | Patches format |
---|---|---|
renderdoc | 1.24+dfsg-1+deb12u1 | 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 |
2 2 + 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> |
0009 driver vulkan Fix misspelling avilable available.patch | (download) |
renderdoc/driver/vulkan/wrappers/vk_device_funcs.cpp |
2 1 + 1 - 0 ! |
driver/vulkan: fix misspelling: avilable => available Signed-off-by: Jordan Justen <jljusten@debian.org> |
0010 drivers spirv Fix misspelling paramaters parameters.patch | (download) |
renderdoc/driver/shaders/spirv/spirv_processor.cpp |
10 5 + 5 - 0 ! |
drivers/spirv: fix misspelling: paramaters => parameters Signed-off-by: Jordan Justen <jljusten@debian.org> |
0011 renderdoc Fix misspelling preceeded preceded.patch | (download) |
docs/python_api/examples/basics.rst |
2 1 + 1 - 0 ! |
renderdoc: fix misspelling: preceeded => preceded Signed-off-by: Jordan Justen <jljusten@debian.org> |
0012 renderdoc Fix misspelling existance existence.patch | (download) |
qrenderdoc/Code/pyrenderdoc/python.props |
2 1 + 1 - 0 ! |
renderdoc: fix misspelling: existance => existence Signed-off-by: Jordan Justen <jljusten@debian.org> |
0013 renderdoc Fix misspelling auxilliary auxiliary.patch | (download) |
renderdoc/api/replay/control_types.h |
2 1 + 1 - 0 ! |
renderdoc: fix misspelling: auxilliary => auxiliary Signed-off-by: Jordan Justen <jljusten@debian.org> |
0014 renderdoc Fix misspelling matadata metadata.patch | (download) |
renderdoc/api/replay/renderdoc_replay.h |
2 1 + 1 - 0 ! |
renderdoc: fix misspelling: matadata => metadata Signed-off-by: Jordan Justen <jljusten@debian.org> |
0015 renderdoc Fix misspelling occuring occurring.patch | (download) |
renderdoc/api/replay/replay_enums.h |
2 1 + 1 - 0 ! |
renderdoc: fix misspelling: occuring => occurring Signed-off-by: Jordan Justen <jljusten@debian.org> |
0016 qrenderdoc Fix misspelling hiearchy hierarchy.patch | (download) |
qrenderdoc/Code/Interface/Extensions.h |
2 1 + 1 - 0 ! |
qrenderdoc: fix misspelling: hiearchy => hierarchy Signed-off-by: Jordan Justen <jljusten@debian.org> |
0017 renderdoc Fix misspelling persistant persistent.patch | (download) |
qrenderdoc/Code/Interface/PersistantConfig.h |
2 1 + 1 - 0 ! |
renderdoc: fix misspelling: persistant => persistent This was just some strings and a comment, but the misspelling appears in a number of places in code to. For example, the qrenderdoc PersistantConfig class. Signed-off-by: Jordan Justen <jljusten@debian.org> |
0018 renderdoc Patch for glslang 11.12.0.patch | (download) |
renderdoc/driver/shaders/spirv/glslang_compile.cpp |
9 9 + 0 - 0 ! |
renderdoc: patch for glslang 11.12.0 Signed-off-by: Jordan Justen <jljusten@debian.org> |
0001 Verify array sizes when serialising for strings.patch | (download) |
renderdoc/serialise/serialiser.h |
18 13 + 5 - 0 ! |
verify array sizes when serialising for strings * We also limit the array size to 1GB for 32-bit. The 4GB/1GB limit is far larger than reasonable for strings but can be handled the same way regardless. |
0002 Don t call ReadLargeBuffer for socket reads.patch | (download) |
renderdoc/serialise/streamio.cpp |
11 10 + 1 - 0 ! |
don't call readlargebuffer for socket reads * In ReadLargeBuffer we read directly into an external buffer with ReadExternal, but for sockets when reading externally we want to read ahead of the current spot (non-blocking) as much as possible to batch small reads together. Rather than making ReadExternal handle or detect reads to external buffers, we instead avoid ReadLargeBuffer as it is an optimisation for direct I/O to avoid unnecessary memcpy's and is not relevant for sockets. |
0003 Sanitise strings printed when received from target c.patch | (download) |
renderdoc/common/common.cpp |
11 11 + 0 - 0 ! |
sanitise strings printed when received from target control/remote server * Given socket corruption or network errors these strings could contain unprintable characters so we sanitise them reasonably. This also ameliorates a potential security concern with arbitrary strings being written to a log, but these connections are still considered trusted and users should not be exposing RenderDoc ports to the internet. |
0004 Don t open symlinks when opening logfile.patch | (download) |
renderdoc/os/posix/posix_stringio.cpp |
4 2 + 2 - 0 ! |
don't open symlinks when opening logfile |
0005 Fix incorrect return type.patch | (download) |
renderdoc/strings/string_utils.cpp |
2 1 + 1 - 0 ! |
fix incorrect return type |