[Bug 53442] New: Total War Shogun 2 needs D3DX_FILTER_BOX for memory management.
https://bugs.winehq.org/show_bug.cgi?id=53442 Bug ID: 53442 Summary: Total War Shogun 2 needs D3DX_FILTER_BOX for memory management. Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: d3d Assignee: wine-bugs(a)winehq.org Reporter: hibbsncc1701(a)gmail.com Distribution: --- Total War Shogun 2 uses the D3DX_FILTER_BOX filter to downscale it's textures. Both during normal usage, but more critically, when it's VRAM budget is low or over-committed. This can be seen on Intel GPUs in the game's stderr output with a line similar to: ---snip--- ** Downsizing Textures, Over Budget by : 115 Mb ---snip--- Followed by (in wine-7.12 or older) or prior (in wine-7.13 or later) multiple fixmes: ---snip--- 0024:fixme:d3dx:D3DXLoadSurfaceFromMemory Unhandled filter 0x5. ---snip--- See also the attached log from wine-7.13. As this filter is used for memory management in a 32bit game, it's implementation would help alleviate some OOM errors. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=53442 Paul Gofman <pgofman(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pgofman(a)codeweavers.com --- Comment #1 from Paul Gofman <pgofman(a)codeweavers.com> ---
See also the attached log from wine-7.13.
As this filter is used for memory management in a 32bit game, it's implementation would help alleviate some OOM errors.
It won’t. The implementation would maybe help downscaled images look nicer, but resampling is performed anyway by the function, just proper filter is not applied. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=53442 Zeb Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |trivial Component|d3d |d3d-util Summary|Total War Shogun 2 needs |Total War Shogun 2 needs |D3DX_FILTER_BOX for memory |D3DX_FILTER_BOX |management. | Version|unspecified |7.13 CC| |z.figura12(a)gmail.com -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=53442 Connor McAdams <cmcadams(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cmcadams(a)codeweavers.com --- Comment #2 from Connor McAdams <cmcadams(a)codeweavers.com> --- The box filter was implemented by c9d4be3332a0382982ee14a618526bdb80dc78bb, this should no longer be an issue. Would you mind retesting and confirming? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
WineHQ Bugzilla