blitting between msaa fbos may not scale. So we need to resolve the efb before swapping.
This commit is contained in:
degasus
2013-01-09 01:50:52 +01:00
parent ef32231431
commit 84debc17d5
2 changed files with 13 additions and 6 deletions

View File

@ -60,8 +60,6 @@ bool cInterfaceGLX::Create(void *&window_handle)
GLX_GREEN_SIZE, 8,
GLX_BLUE_SIZE, 8,
GLX_DEPTH_SIZE, 24,
GLX_SAMPLE_BUFFERS_ARB, g_Config.iMultisampleMode != MULTISAMPLE_OFF?1:0,
GLX_SAMPLES_ARB, g_Config.iMultisampleMode != MULTISAMPLE_OFF?1:0,
None };
int attrListDefault[] = {