-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Squashed 'third_party/gfxreconstruct/' content from commit a85342ef git-subtree-dir: third_party/gfxreconstruct git-subtree-split: a85342efd83cb29365fb3763f8c15882095986d8 * Adds gfxreconstruct to dive
- Loading branch information
Showing
932 changed files
with
772,546 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
--- | ||
AlignAfterOpenBracket: Align | ||
AlignConsecutiveAssignments: true | ||
AlignConsecutiveDeclarations: true | ||
AlignEscapedNewlines: true | ||
AlignOperands: true | ||
AlignTrailingComments: true | ||
AllowAllParametersOfDeclarationOnNextLine: true | ||
AllowShortCaseLabelsOnASingleLine: false | ||
AllowShortFunctionsOnASingleLine: Inline | ||
AllowShortIfStatementsOnASingleLine: false | ||
AllowShortLoopsOnASingleLine: true | ||
AlwaysBreakTemplateDeclarations: true | ||
BinPackArguments: false | ||
BinPackParameters: false | ||
BreakBeforeBraces: Custom | ||
BraceWrapping: | ||
AfterCaseLabel: true | ||
AfterClass: true | ||
AfterControlStatement: true | ||
AfterEnum: true | ||
AfterExternBlock: true | ||
AfterFunction: true | ||
AfterNamespace: true | ||
AfterStruct: true | ||
AfterUnion: true | ||
BeforeCatch: true | ||
BeforeElse: true | ||
SplitEmptyFunction: false | ||
SplitEmptyRecord: false | ||
SplitEmptyNamespace: false | ||
BreakConstructorInitializers: AfterColon | ||
# Not supported in 6 | ||
#BreakInheritanceList: BeforeColon | ||
Cpp11BracedListStyle: false | ||
ColumnLimit: 120 | ||
IndentCaseLabels: true | ||
IndentWidth: 4 | ||
PointerAlignment: Left | ||
ReflowComments: true | ||
SortIncludes: false | ||
SpaceAfterTemplateKeyword: true | ||
SpaceBeforeParens: ControlStatements | ||
... |
36 changes: 36 additions & 0 deletions
36
third_party/gfxreconstruct/.github/ISSUE_TEMPLATE/capture-failure.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
name: Capture failure | ||
about: Create a capture bug report to help us improve | ||
title: "[capture] Give one-line summary of issue here" | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the capture bug:** | ||
Describe the issue here. Is it visual corruption? A hang? A performance problem? | ||
|
||
**Build Environment:** | ||
Please include the SHA and PR or branch name used in capture | ||
|
||
**Capture Settings:** | ||
Include any GFXRECON_... environment variables. | ||
|
||
**To Reproduce:** | ||
Provide any steps here to reproduce the behavior beyond starting the program. | ||
|
||
**Screenshots:** | ||
If applicable, add screenshots to illustrate visual corruption. | ||
|
||
**System environment:** | ||
- GPU and driver version on which capture was taken | ||
|
||
**Title configuration:** | ||
- Title name | ||
- Title version | ||
- Steam ID if applicable | ||
- Is DXR enabled? | ||
|
||
**Additional information (optional):** | ||
- is there a SHA for which capture is known to work? (indicates possible regression in encoder) | ||
- Does capture operate correctly on a different GPU or driver version? |
43 changes: 43 additions & 0 deletions
43
third_party/gfxreconstruct/.github/ISSUE_TEMPLATE/replay-failure.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
name: Replay failure | ||
about: Create a replay bug report to help us improve. | ||
title: "[replay] Give one-line summary of issue here" | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the replay bug:** | ||
Describe the issue here. Is it visual corruption? A hang? A performance problem? | ||
|
||
**Verify before submission:** | ||
* Was trimming enabled? | ||
* Was replayer renamed if necessary? | ||
* Was --sync used if title is known to need forced synchronization? | ||
|
||
**Build Environment:** | ||
Please include the SHA and PR or branch name used in capture and also used to build the replayer. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Get the `.gfxr` file from [insert download location here, e.g. LunarShare] | ||
2. Run gfxrecon-replay with [insert parameters here] | ||
|
||
**Screenshots:** | ||
If applicable, add screenshots to illustrate visual corruption. | ||
|
||
**System environment:** | ||
- GPU and driver version on which capture was taken | ||
- GPU and driver version on which capture file was replayed with issue | ||
|
||
**Title configuration:** | ||
- Title name | ||
- Title version | ||
- Steam ID if applicable | ||
- Is DXR enabled? | ||
|
||
**Additional information (optional):** | ||
- is there a SHA for which replayer is known to replay correctly? (indicates possible regression in decoder/consumer) | ||
- Is there an older trace that works? What SHA was used to build those capture DLLs? (indicates possible regression in capture/encoder) | ||
- Does a newer capture work? (indicates bug fix in capture/encoder that needs to be noted) | ||
- Does the capture file replay correctly on a different GPU? |
Oops, something went wrong.