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
e50b5ce7
Commit
e50b5ce7
authored
Jul 23, 2023
by
Zebediah Figura
Committed by
Alexandre Julliard
Oct 23, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3d10core/tests: Avoid POINT sampling exactly halfway between two mip levels.
This gives different results on llvmpipe. Wine-Bug:
https://bugs.winehq.org//show_bug.cgi?id=53213
parent
4a7bba90
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
d3d10core.c
dlls/d3d10core/tests/d3d10core.c
+2
-2
No files found.
dlls/d3d10core/tests/d3d10core.c
View file @
e50b5ce7
...
...
@@ -7448,10 +7448,10 @@ static void test_texture(void)
{
&
ps_sample_l
,
&
rgba_texture
,
POINT
,
0
.
0
f
,
0
.
0
f
,
MIP_MAX
,
-
1
.
0
f
,
rgba_level_0
},
{
&
ps_sample_l
,
&
rgba_texture
,
POINT
,
0
.
0
f
,
0
.
0
f
,
MIP_MAX
,
0
.
0
f
,
rgba_level_0
},
{
&
ps_sample_l
,
&
rgba_texture
,
POINT
,
0
.
0
f
,
0
.
0
f
,
MIP_MAX
,
0
.
4
f
,
rgba_level_0
},
{
&
ps_sample_l
,
&
rgba_texture
,
POINT
,
0
.
0
f
,
0
.
0
f
,
MIP_MAX
,
0
.
5
f
,
level_1_colors
},
{
&
ps_sample_l
,
&
rgba_texture
,
POINT
,
0
.
0
f
,
0
.
0
f
,
MIP_MAX
,
0
.
6
f
,
level_1_colors
},
{
&
ps_sample_l
,
&
rgba_texture
,
POINT
,
0
.
0
f
,
0
.
0
f
,
MIP_MAX
,
1
.
0
f
,
level_1_colors
},
{
&
ps_sample_l
,
&
rgba_texture
,
POINT
,
0
.
0
f
,
0
.
0
f
,
MIP_MAX
,
1
.
4
f
,
level_1_colors
},
{
&
ps_sample_l
,
&
rgba_texture
,
POINT
,
0
.
0
f
,
0
.
0
f
,
MIP_MAX
,
1
.
5
f
,
level_2_colors
},
{
&
ps_sample_l
,
&
rgba_texture
,
POINT
,
0
.
0
f
,
0
.
0
f
,
MIP_MAX
,
1
.
6
f
,
level_2_colors
},
{
&
ps_sample_l
,
&
rgba_texture
,
POINT
,
0
.
0
f
,
0
.
0
f
,
MIP_MAX
,
2
.
0
f
,
level_2_colors
},
{
&
ps_sample_l
,
&
rgba_texture
,
POINT
,
0
.
0
f
,
0
.
0
f
,
MIP_MAX
,
3
.
0
f
,
level_2_colors
},
{
&
ps_sample_l
,
&
rgba_texture
,
POINT
,
0
.
0
f
,
0
.
0
f
,
MIP_MAX
,
4
.
0
f
,
level_2_colors
},
...
...
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