Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
ddddc60e
Commit
ddddc60e
authored
Dec 09, 2009
by
Henri Verbeet
Committed by
Alexandre Julliard
Dec 10, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ddraw: Avoid enumerating display modes for formats that arent't supported anyway.
Some of these formats can't even be translated by ddraw.
parent
7e0c4fa4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
ddraw.c
dlls/ddraw/ddraw.c
+0
-13
No files found.
dlls/ddraw/ddraw.c
View file @
ddddc60e
...
...
@@ -1291,21 +1291,8 @@ IDirectDrawImpl_EnumDisplayModes(IDirectDraw7 *iface,
WINED3DFORMAT
checkFormatList
[]
=
{
WINED3DFMT_B8G8R8_UNORM
,
WINED3DFMT_B8G8R8A8_UNORM
,
WINED3DFMT_B8G8R8X8_UNORM
,
WINED3DFMT_B5G6R5_UNORM
,
WINED3DFMT_B5G5R5X1_UNORM
,
WINED3DFMT_B5G5R5A1_UNORM
,
WINED3DFMT_B4G4R4A4_UNORM
,
WINED3DFMT_B2G3R3_UNORM
,
WINED3DFMT_B2G3R3A8_UNORM
,
WINED3DFMT_B4G4R4X4_UNORM
,
WINED3DFMT_R10G10B10A2_UNORM
,
WINED3DFMT_R8G8B8A8_UNORM
,
WINED3DFMT_R8G8B8X8_UNORM
,
WINED3DFMT_B10G10R10A2_UNORM
,
WINED3DFMT_P8_UINT_A8_UNORM
,
WINED3DFMT_P8_UINT
,
};
...
...
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