iris: Move create and bind driver hooks to the end of iris_program.c
[mesa.git] / src / gallium / drivers / iris / iris_context.h
index 078b1755ec633f3214885a775996ef538d3052ae..13dd091ded8599362fcb75f8a3f87c6a1bfad864 100644 (file)
@@ -446,6 +446,8 @@ struct iris_context {
 
    struct iris_batch batches[IRIS_BATCH_COUNT];
 
+   struct u_upload_mgr *query_buffer_uploader;
+
    struct {
       struct iris_uncompiled_shader *uncompiled[MESA_SHADER_STAGES];
       struct iris_compiled_shader *prog[MESA_SHADER_STAGES];