From: Henri Verbeet Subject: Re: [PATCH] wined3d: Use GL_LINEAR for unsupported filter types. Message-Id: Date: Fri, 7 Dec 2018 19:23:54 +0330 In-Reply-To: <20181206143805.28490-1-jkucia@codeweavers.com> References: <20181206143805.28490-1-jkucia@codeweavers.com> On Thu, 6 Dec 2018 at 18:08, Józef Kucia wrote: > Linear filtering is a much more appropriate fallback for more advanced > filtering types. > Sure, but I think the question is what should happen with invalid filter types. The documentation suggests only "NONE", "POINT" and "LINEAR" are valid for StretchRect().