OPENGL: Implement CLUT8 look up as Pipeline.

This commit is contained in:
Johannes Schickel 2016-02-28 23:58:04 +01:00
parent 8a4938f82b
commit 26f106497a
12 changed files with 175 additions and 31 deletions

View file

@ -866,7 +866,6 @@ void OpenGLGraphicsManager::notifyContextCreate(const Graphics::PixelFormat &def
#if !USE_FORCED_GLES
if (g_context.shadersSupported) {
ShaderMan.notifyCreate();
g_context.getActivePipeline()->setShader(ShaderMan.query(ShaderManager::kDefault));
}
#endif