gfxreconstruct icon indicating copy to clipboard operation
gfxreconstruct copied to clipboard

Graphics API Capture and Replay Tools for Reconstructing Graphics Application Behavior

Results 195 gfxreconstruct issues
Sort by recently updated
recently updated
newest added

Change-Id: I6c7985fd1ca23acdfee35cd60277a35bf4500a6c

P1

Fix Arm linux builds, allow setting a vendor-specific version suffix when building, and add a Travis-CI build automation file to help prevent further breakage of less commonly tested linux platforms....

P1

Add `--use-ext-frame-boundary` option to convert all offscreen frame boundaries to `VK_EXT_frame_boundary` frame boundaries. Extensions used to specify an offscreen frame boundary can be unsupported by the replay device. As there...

My environment is strict e.g. "warnings as errors" and CLANG is showing up a few areas for improvement. Notably parenthesis and the ordering of member variables in constructors.

To get this feature to work fully on my local, simulated, system I had to add a return of the VK_KHR_DISPLAY_EXTENSION_NAME string in GetWsiExtensionName so my underlying, simulated, window manager/FB...

For struct fields, function arguments, method arguments. Applied to one struct field establishing the pattern if more need adding later.

convert

Provide a mechanism for registering function and method arguments to be dumped to separate binary files with a single line in the Python generator of the DX12 JSON Consumer. Example...

convert
d3d12

Checking of file operation return values and exiting if file per frame and stdout options clash.

convert

The version of CMake used by NDK is not able to be specified by lukka/get-cmake. Thus the sdk_android_build.yml can't be updated using it. Fixes #1283

P2

Removes redundant parameters from the ToString functions. Make the Vulkan JSON Enum ToString use the regular enum ToString. Fixes #1158

P2