You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xbzk
ec2b9b0400
[vk, renderdoc] fixed zero-sized streambuffer bug on old heap-absent GPUs ( #4052 )
This fix a bug in which eden crashes when renderdoc is attached to vulkan.
that kept me away from renderdoc for around a year now.
the bug:
in video_core\renderer_vulkan\vk_staging_buffer_pool.cpp
in GetStreamBufferSize(...)
if device.HasDebuggingToolAttached()
but heap is empty/unavailable <-- Case in my old nvidia kepler gpu
the original method returns size 0, right?
the change honors same original behavior, while covers my case properly, returning MAX_STREAM_BUFFER_SIZE.
addl some log tip and some minimal doc. fully safe. let it rip.
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/4052
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
Reviewed-by: Lizzie <lizzie@eden-emu.dev>
2 weeks ago
..
CPM.cmake
[tools, cmake] refactor: update/hash check scripts, use tags for some more deps, proper CPMUtil separation (#2666)
9 months ago
CPMUtil.cmake
[desktop] More qt_common reorganization (#3916)
4 weeks ago
FindDiscordRPC.cmake
[dynarmic, qt] fix build with QuaZip <=1.4 and fmt v9 (#2755)
8 months ago
FindFFmpeg.cmake
[cmake] account for sysroot when cross compiling for SunOS/FBSD/etc; dynarmic now uses ARCHITECTURE_* from global defs (#2928)
8 months ago
FindLLVM.cmake
fix LLVM not using current top level src dir (#30)
11 months ago
FindOpus.cmake
[cmake] allow static MinGW/macOS builds; fix clangarm64 (#2994)
7 months ago
FindRenderDoc.cmake
gl_staging_buffer_pool: Refactor allocation variables into a struct
3 years ago
FindSimpleIni.cmake
cmake: support simpleini cmake config and pc file
2 years ago
Findenet.cmake
[cmake] allow static MinGW/macOS builds; fix clangarm64 (#2994)
7 months ago
Findgamemode.cmake
cmake: prefer system gamemode library
3 years ago
Findhttplib.cmake
cmake: support components in find modules
3 years ago
Findlibiw.cmake
Add Airplane Mode + Host Network Interface Details (#204)
12 months ago
Findlibusb.cmake
[cmake] allow static MinGW/macOS builds; fix clangarm64 (#2994)
7 months ago
Findlz4.cmake
[cmake] allow static MinGW/macOS builds; fix clangarm64 (#2994)
7 months ago
Findstb.cmake
gl_staging_buffer_pool: Refactor allocation variables into a struct
3 years ago
Findzstd.cmake
[bcat/news/web/am] Implement news applet, proper TLV return, external web browser URL and qlaunch app sorting (#3308)
5 months ago
FixMsysPaths.cmake
[cmake] allow static MinGW/macOS builds; fix clangarm64 (#2994)
7 months ago
GenerateDepHashes.cmake
[cmake, frontend] feat: CPMUtil + dependency viewer (#238)
10 months ago
GenerateSCMRev.cmake
[frontend] Built-in auto updater (#3845)
2 months ago
WindowsCopyFiles.cmake
[meta] fix license headers (#2547)
9 months ago
aqt_config.ini
Some fixes before Release (#92)
1 year ago