search for: _debug_printf

Displaying 2 results from an estimated 2 matches for "_debug_printf".

Did you mean: debug_printf
2014 Feb 21
0
[PATCH] nouveau: add a nouveau_compiler binary to compile TGSI into shader ISA
...= 0, type = -1; + const char *filename = NULL; + FILE *f; + char text[65536] = {0}; + + for (i = 1; i < argc; i++) { + if (!strcmp(argv[i], "-a")) + chipset = strtol(argv[++i], NULL, 16); + else + filename = argv[i]; + } + + if (!chipset) { + _debug_printf("Must specify a chipset (-a)\n"); + return 1; + } + + if (!filename) { + _debug_printf("Must specify a filename\n"); + return 1; + } + + if (!strcmp(filename, "-")) + f = stdin; + else + f = fopen(filename, "r"); + + if (f...
2012 May 10
12
[Bug 49727] New: wine 1.5.2 and 3Dmark2001se displays only black screen with FPS, on nv43/AGP
https://bugs.freedesktop.org/show_bug.cgi?id=49727 Bug #: 49727 Summary: wine 1.5.2 and 3Dmark2001se displays only black screen with FPS, on nv43/AGP Classification: Unclassified Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal