[MPlayer-cvslog] r31071 - trunk/libvo/gl_common.c

reimar subversion at mplayerhq.hu
Sun Apr 25 08:14:25 CEST 2010


Author: reimar
Date: Sun Apr 25 08:14:25 2010
New Revision: 31071

Log:
Clarify that the GL_TEXT_FRAGMENT_SHADER_ATI bug workaround is for OSX,
and which versions are known good/known bad.

Modified:
   trunk/libvo/gl_common.c

Modified: trunk/libvo/gl_common.c
==============================================================================
--- trunk/libvo/gl_common.c	Sun Apr 25 00:35:39 2010	(r31070)
+++ trunk/libvo/gl_common.c	Sun Apr 25 08:14:25 2010	(r31071)
@@ -1511,9 +1511,9 @@ void glDisableYUVConversion(GLenum targe
       break;
     case YUV_CONVERSION_TEXT_FRAGMENT:
       mpglDisable(GL_TEXT_FRAGMENT_SHADER_ATI);
-      // HACK: at least the 10.5 Radeon drivers are broken
-      // and without this disable the texture units while
-      // the program is still running
+      // HACK: at least the Mac OS X 10.5 PPC Radeon drivers are broken and
+      // without this disable the texture units while the program is still
+      // running (10.4 PPC seems to work without this though).
       mpglFlush();
       mpglActiveTexture(GL_TEXTURE1);
       mpglDisable(target);


More information about the MPlayer-cvslog mailing list