[PATCH] wined3d: Require BPTC compression for SM5.

Henri Verbeet hverbeet at gmail.com
Mon Apr 9 05:41:06 CDT 2018


On 9 April 2018 at 10:19, Józef Kucia <jkucia at codeweavers.com> wrote:
> It's required for feature level 11_0.
>
> At some point, we probably would like to separate shader model checks
> from feature level checks.
>
Yeah. The most straightforward way to do that may be to clamp the
d3d_info limits based on the feature level checks in
wined3d_adapter_init_gl_caps(). Perhaps the WINED3DCAPS structure
should also have an explicit feature_level field for the benefit of
dxgi_check_feature_level_support(), but that would be a step further.



More information about the wine-devel mailing list