diff --git a/data/graphical_restrictions.xml b/data/graphical_restrictions.xml index d45e2da4d..6f532c8ad 100644 --- a/data/graphical_restrictions.xml +++ b/data/graphical_restrictions.xml @@ -7,8 +7,7 @@ - - + diff --git a/src/graphics/post_processing.cpp b/src/graphics/post_processing.cpp index 0ed9f4206..5e380b58b 100644 --- a/src/graphics/post_processing.cpp +++ b/src/graphics/post_processing.cpp @@ -1573,11 +1573,6 @@ FrameBuffer *PostProcessing::render(scene::ICameraSceneNode * const camnode, PROFILER_POP_CPU_MARKER(); } - // Workaround a bug with srgb fbo on sandy bridge windows - if (GraphicsRestrictions::isDisabled(GraphicsRestrictions::GR_FRAMEBUFFER_SRGB_WORKAROUND1) && - CVS->isARBSRGBFramebufferUsable()) - return in_fbo; - #if !defined(USE_GLES2) if (CVS->isARBSRGBFramebufferUsable()) glEnable(GL_FRAMEBUFFER_SRGB);