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
48d470f6
Commit
48d470f6
authored
Jun 03, 2013
by
Henri Verbeet
Committed by
Alexandre Julliard
Jun 03, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Add base format info for some typeless formats.
parent
51bbfa5c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
utils.c
dlls/wined3d/utils.c
+11
-0
No files found.
dlls/wined3d/utils.c
View file @
48d470f6
...
...
@@ -136,6 +136,17 @@ static const struct wined3d_format_channels formats[] =
/* Unsure about them, could not find a Windows driver that supports them */
{
WINED3DFMT_R16
,
16
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
2
,
0
,
0
},
{
WINED3DFMT_AL16
,
0
,
0
,
0
,
16
,
0
,
0
,
0
,
16
,
4
,
0
,
0
},
/* Typeless */
{
WINED3DFMT_R8_TYPELESS
,
8
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
1
,
0
,
0
},
{
WINED3DFMT_R8G8_TYPELESS
,
8
,
8
,
0
,
0
,
0
,
8
,
0
,
0
,
2
,
0
,
0
},
{
WINED3DFMT_R8G8B8A8_TYPELESS
,
8
,
8
,
8
,
8
,
0
,
8
,
16
,
24
,
4
,
0
,
0
},
{
WINED3DFMT_R16_TYPELESS
,
16
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
2
,
0
,
0
},
{
WINED3DFMT_R16G16_TYPELESS
,
16
,
16
,
0
,
0
,
0
,
16
,
0
,
0
,
4
,
0
,
0
},
{
WINED3DFMT_R16G16B16A16_TYPELESS
,
16
,
16
,
16
,
16
,
0
,
16
,
32
,
48
,
8
,
0
,
0
},
{
WINED3DFMT_R32_TYPELESS
,
32
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
4
,
0
,
0
},
{
WINED3DFMT_R32G32_TYPELESS
,
32
,
32
,
0
,
0
,
0
,
32
,
0
,
0
,
8
,
0
,
0
},
{
WINED3DFMT_R32G32B32_TYPELESS
,
32
,
32
,
32
,
0
,
0
,
32
,
64
,
0
,
12
,
0
,
0
},
{
WINED3DFMT_R32G32B32A32_TYPELESS
,
32
,
32
,
32
,
32
,
0
,
32
,
64
,
96
,
16
,
0
,
0
},
};
struct
wined3d_format_base_flags
...
...
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