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));