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
5b48335c
Commit
5b48335c
authored
Sep 10, 2013
by
Stefan Dösinger
Committed by
Alexandre Julliard
Sep 10, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3d8/tests: Mark YUY2 and UYVY broken.
parent
b59418d7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
device.c
dlls/d3d8/tests/device.c
+5
-2
No files found.
dlls/d3d8/tests/device.c
View file @
5b48335c
...
@@ -4362,8 +4362,11 @@ static void test_surface_blocks(void)
...
@@ -4362,8 +4362,11 @@ static void test_surface_blocks(void)
* which doesn't match the format spec. On newer Nvidia cards
* which doesn't match the format spec. On newer Nvidia cards
* it has the correct 4x4 block size */
* it has the correct 4x4 block size */
{
MAKEFOURCC
(
'A'
,
'T'
,
'I'
,
'2'
),
"ATI2N"
,
4
,
4
,
TRUE
,
FALSE
,
FALSE
},
{
MAKEFOURCC
(
'A'
,
'T'
,
'I'
,
'2'
),
"ATI2N"
,
4
,
4
,
TRUE
,
FALSE
,
FALSE
},
{
D3DFMT_YUY2
,
"D3DFMT_YUY2"
,
2
,
1
,
FALSE
,
FALSE
,
TRUE
},
/* Windows drivers generally enforce block-aligned locks for
{
D3DFMT_UYVY
,
"D3DFMT_UYVY"
,
2
,
1
,
FALSE
,
FALSE
,
TRUE
},
* YUY2 and UYVY. The notable exception is the AMD r500 driver
* in d3d8. The same driver checks the sizes in d3d9. */
{
D3DFMT_YUY2
,
"D3DFMT_YUY2"
,
2
,
1
,
TRUE
,
FALSE
,
TRUE
},
{
D3DFMT_UYVY
,
"D3DFMT_UYVY"
,
2
,
1
,
TRUE
,
FALSE
,
TRUE
},
};
};
static
const
struct
static
const
struct
{
{
...
...
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