]> git.sesse.net Git - movit/blobdiff - dither_effect.h
We've run with many more GPUs than just those three now.
[movit] / dither_effect.h
index 71bb6d35723d3a19b3ca91be4175f5af5bcb0e1b..b1bbbff4168cec94708557c32c2f2f1d93dcef9a 100644 (file)
@@ -66,7 +66,7 @@ public:
        // premultiplied error. However, we need to do dithering in the same
        // space as quantization, whether that be pre- or postmultiply.
        AlphaHandling alpha_handling() const override { return DONT_CARE_ALPHA_TYPE; }
-       bool one_to_one_sampling() const override { return true; }
+       bool strong_one_to_one_sampling() const override { return true; }
 
        void set_gl_state(GLuint glsl_program_num, const std::string &prefix, unsigned *sampler_num) override;