Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
vkd3d
Manage
Activity
Members
Labels
Plan
Wiki
Bugzilla
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wine
vkd3d
Merge requests
!502
vkd3d-shader/d3d-asm: Add an "internal" mode for the ASM dumper.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
vkd3d-shader/d3d-asm: Add an "internal" mode for the ASM dumper.
giomasce/vkd3d:vesuvio
into
master
Overview
4
Commits
5
Pipelines
5
Changes
1
1 unresolved thread
Hide all comments
Merged
Giovanni Mascellani
requested to merge
giomasce/vkd3d:vesuvio
into
master
1 year ago
Overview
4
Commits
5
Pipelines
5
Changes
1
1 unresolved thread
Hide all comments
Expand
Merge request reports
Viewing commit
283e39cd
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Unverified
283e39cd
vkd3d-shader/d3d-asm: Indent on IFC.
· 283e39cd
Giovanni Mascellani
authored
1 year ago
libs/vkd3d-shader/d3d_asm.c
+
1
−
0
Options
@@ -2002,6 +2002,7 @@ enum vkd3d_result vkd3d_dxbc_binary_to_text(const struct vkd3d_shader_instructio
{
case
VKD3DSIH_ELSE
:
case
VKD3DSIH_IF
:
case
VKD3DSIH_IFC
:
case
VKD3DSIH_LOOP
:
case
VKD3DSIH_SWITCH
:
++
indent
;
Loading