Add intel_gpu_dump from the 2D driver.

This commit is contained in:
Eric Anholt
2009-10-06 17:25:10 -07:00
parent d48fc144ca
commit 40bff5071c
8 changed files with 2222 additions and 2 deletions
-2
View File
@@ -59,8 +59,6 @@
return count; \
} while (0)
#define ARRAY_SIZE(arr) (sizeof(arr)/sizeof(arr[0]))
static FILE *out;
static uint32_t saved_s2 = 0, saved_s4 = 0;
static char saved_s2_set = 0, saved_s4_set = 0;