mesa: Remove target parameter from dd_function_table::MapBufferRange
[mesa.git] / src / mesa / drivers / dri / nouveau / nouveau_context.h
index 23a87256728d903520a104fdc570fa0ef3a65b91..7ebc676379e5e8ec0428167ff23d112157702fb7 100644 (file)
@@ -30,6 +30,7 @@
 #include "nouveau_screen.h"
 #include "nouveau_state.h"
 #include "nouveau_bo_state.h"
+#include "nouveau_scratch.h"
 #include "nouveau_render.h"
 
 #include "main/bitset.h"
@@ -67,6 +68,7 @@ struct nouveau_context {
        struct nouveau_hw_state hw;
        struct nouveau_bo_state bo;
        struct nouveau_render_state render;
+       struct nouveau_scratch_state scratch;
 
        struct {
                GLboolean clear_blocked;