Mesa (master): r600 : Clean up a bit test code mess.

Richard Li richardradeon at kemper.freedesktop.org
Thu Nov 19 22:45:26 UTC 2009


Module: Mesa
Branch: master
Commit: b09e74901a4f92299fe3f52f57d27fd5ca5bdd2d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b09e74901a4f92299fe3f52f57d27fd5ca5bdd2d

Author: Richard Li <richardradeon at gmail.com>
Date:   Thu Nov 19 17:41:10 2009 -0500

r600 : Clean up a bit test code mess.

---

 src/mesa/drivers/dri/r600/r600_context.c |   17 -----------------
 1 files changed, 0 insertions(+), 17 deletions(-)

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




More information about the mesa-commit mailing list