summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600.h
diff options
context:
space:
mode:
authorVadim Girlin <[email protected]>2011-06-29 16:29:18 +0400
committerAlex Deucher <[email protected]>2011-06-30 16:39:08 -0400
commit61c976c3ccc815aaf0128eea835aee9667cd8bbe (patch)
tree5ed481c4e30555c7c7261a1968049c3b1a3292c2 /src/gallium/drivers/r600/r600.h
parent9e9d73ef100bb49c832d6f8c62cfcabbb5225928 (diff)
r600g: fix check for empty cs
Diffstat (limited to 'src/gallium/drivers/r600/r600.h')
-rw-r--r--src/gallium/drivers/r600/r600.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600.h b/src/gallium/drivers/r600/r600.h
index 225c17c2540..151e831e5c6 100644
--- a/src/gallium/drivers/r600/r600.h
+++ b/src/gallium/drivers/r600/r600.h
@@ -245,6 +245,7 @@ struct r600_context {
unsigned pm4_cdwords;
unsigned pm4_dirty_cdwords;
unsigned ctx_pm4_ndwords;
+ unsigned init_dwords;
unsigned nreloc;
unsigned creloc;
struct r600_reloc *reloc;