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
7897a2c0
Commit
7897a2c0
authored
Mar 26, 2015
by
Stefan Dösinger
Committed by
Alexandre Julliard
Mar 27, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ddraw/tests: Make sure color keying is on in test_texturemapblend.
parent
70883bb0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
ddraw1.c
dlls/ddraw/tests/ddraw1.c
+5
-0
No files found.
dlls/ddraw/tests/ddraw1.c
View file @
7897a2c0
...
...
@@ -6280,6 +6280,11 @@ static void test_texturemapblend(void)
emit_process_vertices
(
&
ptr
,
D3DPROCESSVERTICES_COPY
,
0
,
8
);
emit_set_rs
(
&
ptr
,
D3DRENDERSTATE_ALPHABLENDENABLE
,
TRUE
);
emit_set_rs
(
&
ptr
,
D3DRENDERSTATE_TEXTUREHANDLE
,
texture_handle
);
/* This is supposed to be on by default on version 1 devices,
* but for some reason it randomly defaults to FALSE on the W8
* testbot. This is either the fault of Windows 8 or the WARP
* driver. */
emit_set_rs
(
&
ptr
,
D3DRENDERSTATE_COLORKEYENABLE
,
TRUE
);
emit_tquad
(
&
ptr
,
0
);
emit_tquad
(
&
ptr
,
4
);
...
...
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