[PATCH 1/4] wined3d: Remove WINED3D_RS_EDGEANTIALIAS.

Henri Verbeet hverbeet at gmail.com
Thu Apr 16 09:50:33 CDT 2020


On Wed, 15 Apr 2020 at 19:24, Chip Davis <cdavis at codeweavers.com> wrote:
> +    switch (state)
> +    {
> +    case D3DRS_ZBIAS:
>          return WINED3D_RS_DEPTHBIAS;
> -    return (enum wined3d_render_state)state;
> +    case D3DRS_EDGEANTIALIAS:
> +        return WINED3D_RS_ANTIALIASEDLINEENABLE;
> +    default:
> +        return (enum wined3d_render_state)state;
> +    }
Formatting.



More information about the wine-devel mailing list