<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-2" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Stefan Dösinger napsal(a):
<blockquote cite="mid:200711082046.53537.stefan@codeweavers.com"
 type="cite">
  <pre wrap="">Am Donnerstag, 8. November 2007 20:12:48 schrieb Mirek Slugeò:
  </pre>
  <blockquote type="cite">
    <pre wrap=""> Hi, there is big performance drop in some games (NFS ProStreet) with your
latest patches (exactly this set), do you know why? Should I do some
regression testing and find critical patch?
    </pre>
  </blockquote>
  <pre wrap=""><!---->A regression test would be nice indeed.
  </pre>
</blockquote>
It is caused by those patches (they depends on each other):<br>
<br>
[2/6] WineD3D: Make pixel shader input an array<br>
[3/6] WineD3D: Pixel Shader varying indexing<br>
[4/6] WineD3D: Add a max varyings member to the gl info structure<br>
[5/6] WineD3D: Handle ps 3.0 varyings in a different way<br>
<br>
You can easily test performance with Nvidia SDK demo
AntiAliasingWithTransparency.exe not every game or application is
affected by this regression. Every affected application is using PS 3.0
(NFS ProStreet, Call of Duty 4, Unreal Tournament 3).<br>
<br>
with those patches it gives me about 0,72 FPS<br>
without it gives me about 83,55 FPS<br>
<br>
So performance loss is 116x<br>
<br>
Mirek Slugen<br>
</body>
</html>