Hello,
        Why is that gallium overwrites any existing mipmap mag/min
        filters when aniso is set?
        Here is the relevant bits from
        mesa/src/mesa/state_tracker/st_atom_sampler.c (commit
        98ae83d5cc73b61826823c915b5c59746c2e85c7)
        ...
        if (sampler->max_anisotropy > 1.0) {
            sampler->min_img_filter = PIPE_TEX_FILTER_ANISO;
            sampler->mag_img_filter = PIPE_TEX_FILTER_ANISO;
         }

        This assumes that all hardware use a different filter
        for mipmap versus ansio.  This is not the case for nvidia
        since ansio is set separately from the mipmap min/mag
        filters. 

Jimmy Rentz

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to