Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,781 contributions in the last year
Activity overview
Contributed to
baldurk/renderdoc,
KhronosGroup/Vulkan-ValidationLayers,
baldurk/dxilprocessor
and 5 other
repositories
Contribution activity
May 2020
- Add support for ARM counters
- Vk Pixel History: multiple subpasses, limited info
- Add platform Switch defines.
- Added RENDERDOC_PLATFORM_SWITCH define.
- Update docs about D3D12 shader debugging support
- Vulkan: fix usage based on shaders
- Fix relative path directory of capture creation
- Turn on D3D12 shader debugging by default
- Fix broken D3D shader linkage test cases
- MacOS Catalina compilation fixes
- Extend info in accessed resources panel in the shader viewer
- Vk Pixel History: misc fixes incl. fragment count
- Vk Pixel History: MSAA depth/stencil copy, shader out
Created an issue in KhronosGroup/Vulkan-Loader that received 3 comments
Recursive lock if layer calls vkEnumerateInstanceExtensionProperties
vkCreateInstance in trampoline.c holds loader_lock for the whole function:
Vulkan-Loader/loader/trampoline.c Lines 409 to 410 in aaba2f0
B…
3
comments