I realized that you just removed the calls from surface and volume, where they don't exist in the public d3d9 API. However, textures have such a call in the public d3d9 API - do you know what it is supposed to do, and if this has any implications on this change?
-----Original Message----- From: wine-patches-bounces@winehq.org [mailto:wine-patches- bounces@winehq.org] On Behalf Of Henri Verbeet Sent: Wednesday, January 14, 2009 10:05 AM To: wine-patches@winehq.org Subject: [2/5] wined3d: Remove AddDirtyBox() from the public interface.
2009/1/14 Stefan Dösinger stefan@codeweavers.com:
I realized that you just removed the calls from surface and volume, where they don't exist in the public d3d9 API. However, textures have such a call in the public d3d9 API - do you know what it is supposed to do, and if this has any implications on this change?
They're used to ecplicitly mark parts of a texture dirty for UpdateTexture(). This patch obviously has no impact on those, since it doesn't change how the function works, just where it's visible.