Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
7db54316
Commit
7db54316
authored
Mar 14, 2023
by
Henri Verbeet
Committed by
Alexandre Julliard
Mar 14, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3dcompiler: Handle some newer D3D_BLOB_PART values in debug_d3dcompiler_d3d_blob_part().
parent
b97cf7ab
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
utils.c
dlls/d3dcompiler_43/utils.c
+6
-0
No files found.
dlls/d3dcompiler_43/utils.c
View file @
7db54316
...
...
@@ -116,9 +116,15 @@ const char *debug_d3dcompiler_d3d_blob_part(D3D_BLOB_PART part)
WINE_D3DCOMPILER_TO_STR
(
D3D_BLOB_LEGACY_SHADER
);
WINE_D3DCOMPILER_TO_STR
(
D3D_BLOB_XNA_PREPASS_SHADER
);
WINE_D3DCOMPILER_TO_STR
(
D3D_BLOB_XNA_SHADER
);
WINE_D3DCOMPILER_TO_STR
(
D3D_BLOB_PDB
);
WINE_D3DCOMPILER_TO_STR
(
D3D_BLOB_PRIVATE_DATA
);
WINE_D3DCOMPILER_TO_STR
(
D3D_BLOB_ROOT_SIGNATURE
);
WINE_D3DCOMPILER_TO_STR
(
D3D_BLOB_DEBUG_NAME
);
WINE_D3DCOMPILER_TO_STR
(
D3D_BLOB_TEST_ALTERNATE_SHADER
);
WINE_D3DCOMPILER_TO_STR
(
D3D_BLOB_TEST_COMPILE_DETAILS
);
WINE_D3DCOMPILER_TO_STR
(
D3D_BLOB_TEST_COMPILE_PERF
);
WINE_D3DCOMPILER_TO_STR
(
D3D_BLOB_TEST_COMPILE_REPORT
);
default:
FIXME
(
"Unrecognized D3D_BLOB_PART %#x
\n
"
,
part
);
return
"unrecognized"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment