wined3d PS 2.0/TexMem/Config Window Patch

H. Verbeet hverbeet at gmail.com
Sat Feb 4 18:17:43 CST 2006


On 04/02/06, Vitaliy Margolen <wine-devel at kievinfo.com> wrote:
> > +          default      :
> > +             WARN("Invalid Pixel Shader version %d",wined3d_settings.ps_mode);
> > +             break;
> Default should be NONE.
>
> > +               if (!strcmp(buffer,"default"))
> > +               {
> > +                   TRACE("Allow pixel shaders version 1.4\n");
> > +                   wined3d_settings.ps_mode = PS_14;
> > +               }
> I would drop default and make it "auto-detect" and make it default
> instead.
Although that would be nice, I don't think we can autodetect the
supported PS version yet.



More information about the wine-devel mailing list