Index: dll/opengl/opengl32/wgl.c =================================================================== --- dll/opengl/opengl32/wgl.c (révision 61467) +++ dll/opengl/opengl32/wgl.c (copie de travail) @@ -808,6 +808,7 @@ sw_format = format - dc_data->nb_icd_formats; if(sw_format <= dc_data->nb_sw_formats) { +#if 0 TRACE("Calling SW implementation.\n"); ret = sw_SetPixelFormat(hdc, dc_data, sw_format); if(ret) @@ -818,6 +819,7 @@ dc_data->pixelformat = format; } return ret; +#endif } TRACE("Invalid pixel format!\n");