From 22c2b8fb28b152664d5ad6fe7420e1e37904bf95 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Tue, 22 Jan 2013 00:41:03 +0100 Subject: [PATCH] Allow for more than ten bits in subpixel precision measuring; modern llvmpipe seems to have 11. --- init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.cpp b/init.cpp index e0302d3..b8b3cb4 100644 --- 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; -- 2.39.2