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
42208d08
Commit
42208d08
authored
Apr 17, 2013
by
Henri Verbeet
Committed by
Alexandre Julliard
Apr 17, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Get rid of the unused WINED3DFMT_FLAG_FOURCC flag.
parent
84219f19
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
18 deletions
+1
-18
utils.c
dlls/wined3d/utils.c
+1
-17
wined3d_private.h
dlls/wined3d/wined3d_private.h
+0
-1
No files found.
dlls/wined3d/utils.c
View file @
42208d08
...
@@ -146,19 +146,6 @@ struct wined3d_format_base_flags
...
@@ -146,19 +146,6 @@ struct wined3d_format_base_flags
* resource size. */
* resource size. */
static
const
struct
wined3d_format_base_flags
format_base_flags
[]
=
static
const
struct
wined3d_format_base_flags
format_base_flags
[]
=
{
{
{
WINED3DFMT_UYVY
,
WINED3DFMT_FLAG_FOURCC
},
{
WINED3DFMT_YUY2
,
WINED3DFMT_FLAG_FOURCC
},
{
WINED3DFMT_YV12
,
WINED3DFMT_FLAG_FOURCC
},
{
WINED3DFMT_DXT1
,
WINED3DFMT_FLAG_FOURCC
},
{
WINED3DFMT_DXT2
,
WINED3DFMT_FLAG_FOURCC
},
{
WINED3DFMT_DXT3
,
WINED3DFMT_FLAG_FOURCC
},
{
WINED3DFMT_DXT4
,
WINED3DFMT_FLAG_FOURCC
},
{
WINED3DFMT_DXT5
,
WINED3DFMT_FLAG_FOURCC
},
{
WINED3DFMT_MULTI2_ARGB8
,
WINED3DFMT_FLAG_FOURCC
},
{
WINED3DFMT_G8R8_G8B8
,
WINED3DFMT_FLAG_FOURCC
},
{
WINED3DFMT_R8G8_B8G8
,
WINED3DFMT_FLAG_FOURCC
},
{
WINED3DFMT_INTZ
,
WINED3DFMT_FLAG_FOURCC
},
{
WINED3DFMT_NULL
,
WINED3DFMT_FLAG_FOURCC
},
{
WINED3DFMT_P8_UINT
,
WINED3DFMT_FLAG_GETDC
},
{
WINED3DFMT_P8_UINT
,
WINED3DFMT_FLAG_GETDC
},
{
WINED3DFMT_B8G8R8_UNORM
,
WINED3DFMT_FLAG_GETDC
},
{
WINED3DFMT_B8G8R8_UNORM
,
WINED3DFMT_FLAG_GETDC
},
{
WINED3DFMT_B8G8R8A8_UNORM
,
WINED3DFMT_FLAG_GETDC
},
{
WINED3DFMT_B8G8R8A8_UNORM
,
WINED3DFMT_FLAG_GETDC
},
...
@@ -170,10 +157,7 @@ static const struct wined3d_format_base_flags format_base_flags[] =
...
@@ -170,10 +157,7 @@ static const struct wined3d_format_base_flags format_base_flags[] =
{
WINED3DFMT_B4G4R4X4_UNORM
,
WINED3DFMT_FLAG_GETDC
},
{
WINED3DFMT_B4G4R4X4_UNORM
,
WINED3DFMT_FLAG_GETDC
},
{
WINED3DFMT_R8G8B8A8_UNORM
,
WINED3DFMT_FLAG_GETDC
},
{
WINED3DFMT_R8G8B8A8_UNORM
,
WINED3DFMT_FLAG_GETDC
},
{
WINED3DFMT_R8G8B8X8_UNORM
,
WINED3DFMT_FLAG_GETDC
},
{
WINED3DFMT_R8G8B8X8_UNORM
,
WINED3DFMT_FLAG_GETDC
},
{
WINED3DFMT_ATI2N
,
WINED3DFMT_FLAG_FOURCC
|
WINED3DFMT_FLAG_BROKEN_PITCH
},
{
WINED3DFMT_ATI2N
,
WINED3DFMT_FLAG_BROKEN_PITCH
},
{
WINED3DFMT_NVDB
,
WINED3DFMT_FLAG_FOURCC
},
{
WINED3DFMT_NVHU
,
WINED3DFMT_FLAG_FOURCC
},
{
WINED3DFMT_NVHS
,
WINED3DFMT_FLAG_FOURCC
},
{
WINED3DFMT_R32_FLOAT
,
WINED3DFMT_FLAG_FLOAT
},
{
WINED3DFMT_R32_FLOAT
,
WINED3DFMT_FLAG_FLOAT
},
{
WINED3DFMT_R32G32_FLOAT
,
WINED3DFMT_FLAG_FLOAT
},
{
WINED3DFMT_R32G32_FLOAT
,
WINED3DFMT_FLAG_FLOAT
},
{
WINED3DFMT_R32G32B32_FLOAT
,
WINED3DFMT_FLAG_FLOAT
},
{
WINED3DFMT_R32G32B32_FLOAT
,
WINED3DFMT_FLAG_FLOAT
},
...
...
dlls/wined3d/wined3d_private.h
View file @
42208d08
...
@@ -2787,7 +2787,6 @@ extern enum wined3d_format_id pixelformat_for_depth(DWORD depth) DECLSPEC_HIDDEN
...
@@ -2787,7 +2787,6 @@ extern enum wined3d_format_id pixelformat_for_depth(DWORD depth) DECLSPEC_HIDDEN
#define WINED3DFMT_FLAG_DEPTH 0x00000004
#define WINED3DFMT_FLAG_DEPTH 0x00000004
#define WINED3DFMT_FLAG_STENCIL 0x00000008
#define WINED3DFMT_FLAG_STENCIL 0x00000008
#define WINED3DFMT_FLAG_RENDERTARGET 0x00000010
#define WINED3DFMT_FLAG_RENDERTARGET 0x00000010
#define WINED3DFMT_FLAG_FOURCC 0x00000020
#define WINED3DFMT_FLAG_FBO_ATTACHABLE 0x00000040
#define WINED3DFMT_FLAG_FBO_ATTACHABLE 0x00000040
#define WINED3DFMT_FLAG_FBO_ATTACHABLE_SRGB 0x00000080
#define WINED3DFMT_FLAG_FBO_ATTACHABLE_SRGB 0x00000080
#define WINED3DFMT_FLAG_GETDC 0x00000100
#define WINED3DFMT_FLAG_GETDC 0x00000100
...
...
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