From: Steinar H. Gunderson Date: Thu, 2 Aug 2018 15:20:24 +0000 (+0200) Subject: Disable dither; we don't need it. X-Git-Tag: 1.8.0~76^2~152 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=e06e78acfbb4aadb33ea0bd438382132fb70cc43;p=nageru Disable dither; we don't need it. --- diff --git a/flow.cpp b/flow.cpp index 5747237..bb0c096 100644 --- a/flow.cpp +++ b/flow.cpp @@ -2042,6 +2042,8 @@ int main(int argc, char **argv) SDL_GLContext context = SDL_GL_CreateContext(window); assert(context != nullptr); + glDisable(GL_DITHER); + // FIXME: Should be part of DISComputeFlow (but needs to be initialized // before all the render passes). float vertices[] = {