etnaviv: use dummy RT buffer when rendering without color buffer
[mesa.git] / src / gallium / drivers / etnaviv / etnaviv_context.h
index 584caa77080b1256395abc521eab096f00a1ea35..6ad9f3431e15e38f3c36f7d05c074a4ba38e96b4 100644 (file)
@@ -190,6 +190,9 @@ struct etna_context {
 
    /* list of active hardware queries */
    struct list_head active_hw_queries;
+
+   struct etna_bo *dummy_rt;
+   struct etna_reloc dummy_rt_reloc;
 };
 
 static inline struct etna_context *