• Matteo Bruni's avatar
    wined3d: Drop WINED3D_RS_TEXTUREPERSPECTIVE handling. · 35a24069
    Matteo Bruni authored
    The hint is not supported on core profiles. It's not guaranteed to do
    anything on compatibility profile either: "The interpretation of hints is
    implementation dependent. An implementation may ignore them entirely."
    
    This state was only available on D3D 7 and below (and not guaranteed to
    do anything there either, according to older DX SDK docs).
    If necessary we could implement it via the GLSL 1.50 "noperspective"
    interpolation qualifier, which is what we need to use for the equivalent
    D3D10 feature anyway.
    35a24069
Name
Last commit
Last update
dlls Loading commit data...
documentation Loading commit data...
fonts Loading commit data...
include Loading commit data...
libs Loading commit data...
loader Loading commit data...
po Loading commit data...
programs Loading commit data...
server Loading commit data...
tools Loading commit data...
.mailmap Loading commit data...
ANNOUNCE Loading commit data...
AUTHORS Loading commit data...
COPYING.LIB Loading commit data...
LICENSE Loading commit data...
LICENSE.OLD Loading commit data...
Make.vars.in Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
VERSION Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...