]> git.sesse.net Git - movit/blobdiff - init.cpp
Allow for more than ten bits in subpixel precision measuring; modern llvmpipe seems...
[movit] / init.cpp
index e0302d378a416421f97c8ceb158d52ad3f7d5d2d..b8b3cb4e884de457e57acc854b6ba0c593426df5 100644 (file)
--- a/init.cpp
+++ b/init.cpp
@@ -18,7 +18,7 @@ namespace {
 
 void measure_texel_subpixel_precision()
 {
-       static const unsigned width = 1024;
+       static const unsigned width = 4096;
 
        // Generate a destination texture to render to, and an FBO.
        GLuint dst_texnum, fbo;