vkd3d-shader/d3d-asm: Add an "internal" mode for the ASM dumper.
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
There are probably a few details to fix, like handling colors and possibly coming up with a better format for types, but in the meantime what do you think about the general idea?
Seems fine to me; we may even be able to fix the parameter order for the internal variant. ;) I'd probably try to avoid the bool "internal" flag though, and use a dialect/variant enum instead. E.g. VSIR_ASM_D3D and VSIR_ASM_VSIR.
added 1 commit
- 96f18911 - vkd3d-shader/d3d-asm: Add an "internal" mode for the ASM dumper.
added 48 commits
-
96f18911...9cb43723 - 43 commits from branch
wine:master
- 283e39cd - vkd3d-shader/d3d-asm: Indent on IFC.
- 69e8e164 - vkd3d-shader/d3d-asm: Write a single type in shader_dump_data_type().
- 3584e85b - vkd3d-shader/d3d-asm: Dump recently added types.
- b14d7bcd - vkd3d-shader/d3d-asm: Dump unknown types as "<unknown>".
- 3afdcd6f - vkd3d-shader/d3d-asm: Add an "internal" mode for the ASM dumper.
Toggle commit list-
96f18911...9cb43723 - 43 commits from branch
added 12 commits
-
3afdcd6f...cdb9eecf - 7 commits from branch
wine:master
- bd50f15d - vkd3d-shader/d3d-asm: Indent on IFC.
- 4b6e5967 - vkd3d-shader/d3d-asm: Write a single type in shader_dump_data_type().
- 1caaf90e - vkd3d-shader/d3d-asm: Dump recently added types.
- e7fdf2e9 - vkd3d-shader/d3d-asm: Dump unknown types as "<unknown>".
- 1015cc95 - vkd3d-shader/d3d-asm: Add an "internal" mode for the ASM dumper.
Toggle commit list-
3afdcd6f...cdb9eecf - 7 commits from branch
Please register or sign in to reply