r600 : Clean up a bit test code mess.
authorRichard Li <richardradeon@gmail.com>
Thu, 19 Nov 2009 22:41:10 +0000 (17:41 -0500)
committerRichard Li <richardradeon@gmail.com>
Thu, 19 Nov 2009 22:41:10 +0000 (17:41 -0500)
src/mesa/drivers/dri/r600/r600_context.c

index ca0a670..97b25ea 100644 (file)
@@ -369,23 +369,6 @@ GLboolean r600CreateContext(const __GLcontextModes * glVisual,
        assert(glVisual);
        assert(driContextPriv);
        assert(screen);\r
-\r
-    //richard test\r
-    FILE        *pFile = NULL;\r
-       unsigned long ulByteToWrite = 0;\r
-    char         szStr[1024];\r
-\r
-    pFile = fopen("//home//richard//rtp-log//func_call.log", "a+");\r
-    if(NULL != pFile)\r
-    {\r
-        sprintf(szStr, "r600CreateContext \r\n");\r
-           ulByteToWrite = strlen(szStr);\r
-           fwrite(szStr, 1, ulByteToWrite, pFile);\r
-\r
-        fclose(pFile);\r
-        pFile = NULL;\r
-    }\r
-    //-------------
 
        /* Allocate the R600 context */
        r600 = (context_t*) CALLOC(sizeof(*r600));