]> git.sesse.net Git - movit/commitdiff
Merge branch 'epoxy' of ssh://pannekake.samfundet.no/srv/git.sesse.net/www/movit...
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 23 Mar 2014 11:41:46 +0000 (12:41 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 23 Mar 2014 11:41:46 +0000 (12:41 +0100)
init.cpp

index b4e69b0f6d444c03eeef24125a357198b03fb89d..c37614e4c58de3e3be37ea93f804e2aeace978ea 100644 (file)
--- a/init.cpp
+++ b/init.cpp
@@ -283,13 +283,10 @@ bool check_extensions()
        // GLES generally doesn't use extensions as actively as desktop OpenGL.
        // For now, we say that for GLES, we require GLES 3, which has everything
        // we need.
-       //
-       // Since we use implicit #version 100, we don't have round(). We will
-       // fix this at some later stage.
        if (!epoxy_is_desktop_gl()) {
                if (epoxy_gl_version() >= 30) {
                        movit_srgb_textures_supported = true;
-                       movit_shader_rounding_supported = false;
+                       movit_shader_rounding_supported = true;
                } else {
                        return false;
                }